Commit Graph

828 Commits

Author SHA1 Message Date
thomascube
930d385d9e Skip empty e-mail addresses in autocompletion 2011-06-22 22:07:06 +00:00
thomascube
86a025f504 Fix check in pagenav 2011-06-22 21:54:18 +00:00
thomascube
06c01d1720 Trigger keep_alive hook when checking for recent messages, too 2011-06-22 05:52:48 +00:00
thomascube
09c59abf85 Case-insensitive matching in autocompletion (#1487933); replace old string offset syntax 2011-05-31 16:17:23 +00:00
alecpl
340546c975 - Optimization for spellcheck_before_send: don't invoke new ajax request. While we already have mispellings, we can return them and enable spellchecker directly without querying the server again 2011-05-31 07:38:56 +00:00
alecpl
644e3ad912 - Fix setting language for spellchecker on spellcheck_before_send 2011-05-30 17:08:47 +00:00
alecpl
1d5779b257 - Add option to force spellchecking before sending a message (#1485458) 2011-05-30 16:19:51 +00:00
alecpl
516467080b - Fix handling of "<" character in contact data, search fields and folder names, identity name and organization fields (#1487864) 2011-05-27 13:01:05 +00:00
alecpl
d734481983 - Added option to specify to which address book add new contacts 2011-05-27 11:22:56 +00:00
alecpl
40a1860174 - Store user preferences in session when write-master is not available and session is stored in memcache, write them later 2011-05-23 11:03:52 +00:00
alecpl
4bb7d27b54 - Removed focus_on_new_message option, added newmail_notify plugin 2011-05-19 09:54:09 +00:00
alecpl
a509bb677c - Add option to set default action of Forward button to "Forward as attachment" 2011-05-16 13:53:08 +00:00
alecpl
21461dce77 - Trim HTML message before washing, to make sure that BOM is removed even when prepended by some whitespace chars (#1487915) 2011-05-16 07:13:01 +00:00
thomascube
e2f185e1b3 Don't connect to address books unless necessary 2011-05-13 18:23:30 +00:00
alecpl
a208a4fa68 - Add forward-as-attachment feature 2011-05-13 16:29:19 +00:00
thomascube
e848180aaa Improve display name composition when saving contacts (#1487143), with plugin-support; allow empty names in sql address book, fall back to e-mail address in listing and vcard export 2011-05-12 20:18:19 +00:00
alecpl
94bdcce081 - Add possibility (for plugins) to filter folders lists by some additional criteria (e.g. folder type) 2011-05-06 08:14:48 +00:00
alecpl
d08333ea57 - Fix problems with subfolders of INBOX folder on some IMAP servers (#1487725)
- Fix handling of folders that doesn't belong to any namespace (#1487637)
2011-05-05 12:46:54 +00:00
alecpl
1abb97fe1b - Add 'uploadingmany' message translation 2011-05-03 08:27:15 +00:00
alecpl
7fc056c3ff - Enable multiselection for attachments uploading in capable browsers (#1485969) 2011-05-03 08:18:40 +00:00
alecpl
c08b18c4b9 - Fix relative URLs handling according to a <base> in HTML (#1487889) 2011-04-29 08:17:42 +00:00
alecpl
5c1dfb0b11 - Fix handling of top-level domains with more than 5 chars or unicode chars (#1487883) 2011-04-26 11:36:42 +00:00
alecpl
4351f7cd66 - Improve performance by including files with absolute path (#1487849) 2011-04-20 13:58:21 +00:00
thomascube
fc072bfdb3 Don't decode recipent strings submitted by address book 2011-04-12 07:27:59 +00:00
alecpl
dd0ae6297b - Improve space-stuffing handling in format=flowed messages (#1487861) 2011-04-08 07:08:30 +00:00
alecpl
111a6fc314 - Add info about indexcontacts.sh script in upgrade procedure 2011-03-31 06:07:15 +00:00
alecpl
569701d700 - Handle properly situation when uploaded attachment file is too big 2011-03-17 14:17:08 +00:00
thomascube
4591de7018 Prepare for multiple concurrent compose windows 2011-03-10 20:21:21 +00:00
alecpl
29c54229cf - Fix parsing links with non-printable characters inside (#1487805) 2011-02-28 17:33:26 +00:00
alecpl
da142bb598 - Replying to a sent message puts the old recipient as the new recipient (#1487074)
- Set compose header fields before skin objects' functions are being used, don't depend on the order of fields
2011-02-15 10:09:14 +00:00
alecpl
829cbfe88c - Use html::span instead of HTML code 2011-02-08 09:17:24 +00:00
alecpl
768091e094 - Make so addcontact icon doesn't jump alone to next line 2011-02-08 09:13:04 +00:00
alecpl
e18d992ee1 - Fix adding contacts: convert e-mail to ascii before format checking 2011-02-04 11:58:19 +00:00
thomascube
3e0e9148ef Prevent from relaying arbitrary requests through modcss.inc (security issue) 2011-02-03 21:12:35 +00:00
alecpl
e8d5bdc84e - Fix IDNA support when IDN/INTL modules are in use (#1487742) 2011-02-03 13:58:07 +00:00
thomascube
8c57f5977d Don't decode already decoded from header 2011-02-02 18:36:16 +00:00
alecpl
2c052c19b1 - Prevent from messages_sort_col == null 2011-01-31 19:41:42 +00:00
alecpl
ae3d6065d8 - Fix add/remove columns in message list when message_sort_order isn't set (#1487751) 2011-01-31 19:34:47 +00:00
thomascube
79e634040d Don't block CSS styles having important keywords 2011-01-28 15:19:38 +00:00
thomascube
c6be45646b Separate full message headers UI element from headers table (#1487715) + Remove double borders in folder listing (#1487713) 2011-01-26 11:25:58 +00:00
alecpl
c9f67353cf - Add part MIME ID to message_part_* hooks (#1487718) 2011-01-23 09:57:57 +00:00
thomascube
bc374503bb Show full mail subject as title (#1487128) 2011-01-19 17:34:23 +00:00
thomascube
0501b637a3 Merge branch devel-addressbook (r4193:4382) back into trunk 2011-01-18 18:00:57 +00:00
alecpl
68d2d54100 - Move action files map from index.php to steps' func.inc files 2011-01-16 19:42:40 +00:00
thomascube
f5e7b35307 Bumbed version; Roundcube development is not Switzerland only 2011-01-12 18:25:02 +00:00
thomascube
56849c658b Wrap HTML parts with <html><body> and add Doctype declaration (#1487098) 2011-01-06 11:48:11 +00:00
alecpl
600bb156f7 - Use improved get_capability() syntax, saves CAPABILITY call in some cases 2011-01-04 11:16:54 +00:00
alecpl
ceb7085c45 - Fix duplicated rcmBody div 2010-12-23 17:08:07 +00:00
alecpl
8127289ba8 - Revert wrong optimization in r4354 2010-12-20 14:35:37 +00:00
alecpl
531922676e - small performance improvement 2010-12-20 14:17:32 +00:00