Commit Graph

606 Commits

Author SHA1 Message Date
alecpl
a5897a3e38 - Support UTF-7 encoding in messages (#1485832) 2009-05-20 09:55:15 +00:00
alecpl
3e8d8975a9 - don't use 4th argument in htmlspecialchars (#1485475) 2009-05-19 11:44:21 +00:00
alecpl
2471d3a979 - Added possibility to encrypt received header, option 'http_received_header_encrypt',
added some more logic in encrypt/decrypt functions for security
2009-05-16 13:01:49 +00:00
alecpl
48958e0512 - Fix Answered/Forwarded flag setting for messages from subfolders 2009-05-15 13:34:04 +00:00
thomascube
f879f4e2f8 Trigger 'create_identity' when creating a new user; Allow 'create_user' hook to abort the operation 2009-05-14 19:26:34 +00:00
thomascube
e54f6c7a9e Add hook 'message_sent' for logging or backup purpose 2009-05-14 19:04:57 +00:00
alecpl
cea956cf6a - Fix autocomplete problem with capital letters (#1485792) 2009-05-14 13:18:36 +00:00
svncommit
617b4f699f Minimize chance of race condition in session handling (#1485659, #1484678) 2009-05-12 13:26:07 +00:00
alecpl
20ccd472f7 - Fix html editor mode setting when reopening draft message (#1485834) 2009-05-06 17:45:53 +00:00
alecpl
89ccc4e16c - fix parse error 2009-05-04 11:36:59 +00:00
alecpl
23a2eec4d5 - ereg -> preg 2009-05-04 08:31:55 +00:00
alecpl
6fd71e3ed4 - more addressbooks hooks (#1485829) 2009-05-04 06:53:56 +00:00
alecpl
3ddbe667a9 - added create_contact hook in mail/addcontact action (#1485828) 2009-05-02 18:47:14 +00:00
alecpl
30b152b194 - Added quick search box menu (#1484304) 2009-05-02 14:19:24 +00:00
alecpl
4e65a3c145 - limit pspell suggestions for each word 2009-05-02 12:51:29 +00:00
alecpl
309d2f40a0 - jQuery'fied GoogieSpell 4.0 + some changes in compose 2009-05-01 19:27:36 +00:00
thomascube
69f18a09ae Add plugin hooks for creating/saving/deleting identities and contacts 2009-05-01 19:04:26 +00:00
thomascube
762a699dc7 Hard-wrap message headers according to RFC 2009-05-01 17:58:12 +00:00
alecpl
1fb5874f27 - fix attachment mimetype setting after upload
- move style of delete button in attachment-list to mail.css file
2009-04-27 07:24:11 +00:00
alecpl
79eb4e79ed - Fix message normal priority problem (#1485820) 2009-04-24 17:32:49 +00:00
alecpl
7a72352294 - messages list fix for IE 2009-04-23 06:15:21 +00:00
alecpl
324f985e47 - fix #1485812 2009-04-22 06:21:07 +00:00
alecpl
7c8b80600d - support _nosig param in compose URL (#1485604) 2009-04-21 10:43:19 +00:00
alecpl
c4b819e9b9 - Speed up message list displaying on IE (initialize list in background)
- use DOM methods instead of jQuery for messages list object
2009-04-21 09:04:49 +00:00
thomascube
cc97ea0559 Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins) 2009-04-19 17:44:29 +00:00
alecpl
3bde305e77 - Fix UTF-8 byte-order mark removing (#1485514) 2009-04-17 06:47:30 +00:00
alecpl
80e2278594 - simplified code for serverside autocomplete + set rows limit on server side only 2009-04-14 09:24:21 +00:00
alecpl
82c45a1952 - clean up, use simpler _get_email() replacement 2009-04-10 08:16:41 +00:00
alecpl
779cbe0066 - Fix 'temp_dir' does not support relative path under Windows (#1484529)
- add file_exists check for uploaded attachments
2009-04-06 11:33:13 +00:00
alecpl
6491ed9bbc - Fix service not available error when pressing back from compose dialog (#1485552) 2009-04-02 18:31:38 +00:00
alecpl
5d110184c0 - Fix using mail() on Windows (#1485779) 2009-03-31 14:47:22 +00:00
alecpl
7145e009e4 - Fix incorrect word wrapping in outgoing plaintext multibyte messages (#1485714)
- Fix double footer in HTML message with embedded images
2009-03-30 18:04:18 +00:00
alecpl
59ee6865b6 - typo 2009-03-27 08:00:00 +00:00
thomascube
0b21c888ac Select drafts mailbox when opening a draft message 2009-03-26 07:55:32 +00:00
thomascube
48ee693f49 Partially reverted r2339 + fix indentation 2009-03-10 08:09:33 +00:00
svncommit
93adb3fc1b Fixed check-recent [richs] 2009-03-09 21:03:10 +00:00
thomascube
11526305f5 Revert r2322; this is done in rcmail_html4inline() and now secured + fix tests 2009-03-02 17:34:18 +00:00
thomascube
f54a3a6d41 Add callback for <a> tags to add target=_blank 2009-03-02 13:21:52 +00:00
alecpl
d519ef8a0a - Fix attaching more than nine inline images (#1485759) 2009-03-01 07:55:39 +00:00
thomascube
aaffbeb049 Prevent concurrent autocomplete query results display (#1485743) 2009-02-27 11:06:29 +00:00
thomascube
0ea569c29f Fix mime-type detection using a hard-coded map (#1485311) 2009-02-27 10:18:18 +00:00
alecpl
65605c862d - Fix new lines stripped from message footer (#1485751) 2009-02-26 19:57:46 +00:00
alecpl
8a78a16155 - fix r2301 (#1485745) 2009-02-19 18:00:27 +00:00
alecpl
ec603f7da6 - Fix html body washing on reply/forward + fix attachments handling (#1485676) 2009-02-18 19:15:36 +00:00
alecpl
f9a4bc4dfa - use RCMAIL_CHARSET const 2009-02-18 07:12:04 +00:00
svncommit
e5dd92490c Fix pspell's handling of special html characters (#1485744) 2009-02-18 01:07:23 +00:00
alecpl
050410f560 - Fix multiple recipients input parsing (#1485733)
- added shared rcube_explode_quoted_string() function
2009-02-13 10:44:49 +00:00
alecpl
5faac054c3 - Use default_charset for messages without specified charset (#1485661, #1484961) 2009-02-10 11:49:29 +00:00
thomascube
21b160f38c Added TNEF support to decode MS Outlook (winmail.dat) attachments 2009-02-08 20:38:54 +00:00
alecpl
2e1809e550 - Fix checking for recent messages on various IMAP servers (#1485702)
- performance fix: Don't fetch quota and recent messages in "message view" mode
2009-02-02 10:45:32 +00:00