Commit Graph

177 Commits

Author SHA1 Message Date
thomascube
6835114c4d Allow plugins to overwrite the displayed confirmation message when saving a draft 2012-01-29 13:49:02 +00:00
thomascube
e472110e2c Added new plugin hook 'message_draftsaved' 2012-01-25 08:27:58 +00:00
alecpl
a19d90043e - Fix call to undefined method rcube_result_index::getElement() 2012-01-19 12:17:24 +00:00
thomascube
7fe3811c65 Changed license to GNU GPLv3+ with exceptions for skins and plugins 2012-01-18 11:10:46 +00:00
alecpl
64f6e75a3f - Fix incorrect function call (#1488310) 2012-01-17 11:28:07 +00:00
thomascube
c321a955a7 Merged devel-framework branch (r5746:5779) back into trunk 2012-01-16 15:14:41 +00:00
alecpl
1c4f23d6e5 - Exclude MIME functionality from rcube_imap class into rcube_mime class 2012-01-05 11:25:42 +00:00
alecpl
a90ad2840f - Deprecate $DB, $USER, $IMAP global variables, Use $RCMAIL instead 2011-12-07 11:39:36 +00:00
alecpl
b6da0b76af - Remove deprecated global $IMAP variable usage (#1488148) 2011-12-07 10:41:15 +00:00
alecpl
7e263ea204 - Add option to set default font for HTML message (#1484137) 2011-12-07 09:35:29 +00:00
alecpl
40c45e9de9 - Fixed issues with big memory allocation of IMAP results, improved a lot of rcube_imap class 2011-12-07 08:44:48 +00:00
alecpl
72ff6ae884 - Simplified compose session data handling, no need for session->cleanup() 2011-12-01 11:06:27 +00:00
thomascube
62c8618744 Make email recipients separator configurable + suppress dupes in auto-completion 2011-11-08 18:50:08 +00:00
alecpl
b5a29fe22f - Fix IDN address validation issue (#1488137) 2011-10-26 13:53:30 +00:00
alecpl
765fdeb5b5 - Improved performance of draft saving by usage of APPENDUID response if available (skipped SEARCH call) 2011-10-03 13:13:44 +00:00
alecpl
56ec81cb6f - Don't print error to the log when trying to delete non-existing draft message 2011-10-03 12:34:25 +00:00
thomascube
06dc9838e0 Fix session race conditions when composing new messages 2011-09-16 17:53:35 +00:00
alecpl
5c2ac5f528 - Fix/simplify email regexp to prevent "no valid recipients" SMTP error (#1488040) 2011-08-16 17:32:52 +00:00
thomascube
782d8593bd More unique error codes 2011-08-14 18:54:24 +00:00
alecpl
6d0ada30d7 - Fix handling of email addresses with quoted local part (#1487939) 2011-08-09 09:46:54 +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
thomascube
4591de7018 Prepare for multiple concurrent compose windows 2011-03-10 20:21:21 +00:00
alecpl
e8d5bdc84e - Fix IDNA support when IDN/INTL modules are in use (#1487742) 2011-02-03 13:58:07 +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
14f87f7f38 - Set Mail-Reply-To also for identity's reply-to 2010-12-10 07:45:52 +00:00
alecpl
3ee5a7200a - Improved Mail-Reply-To and Mail-Followup-To headers handling 2010-12-09 19:10:44 +00:00
alecpl
7472893512 - Fix plaintext versions of HTML messages don't contain placeholders for emotions (#1485206) 2010-12-06 11:13:55 +00:00
alecpl
53604a0550 - Fix setting charset of attachment filenames (#1487122) 2010-12-01 10:49:20 +00:00
alecpl
57388f9cce - Fix attachment names encoding broken in r4232 2010-11-22 17:36:03 +00:00
alecpl
d2b8840a0e - Fix handling of custom "_from" in sendmail (#1487132)
- Small fix in displaying Sender input field
2010-11-19 08:45:19 +00:00
alecpl
0f9d8ca40d - Don't set attachment's charset in Content-type header (#1487122) 2010-11-18 10:34:10 +00:00
alecpl
ad334a1257 - Improve displaying of UI messages (#1486977) 2010-10-13 18:44:41 +00:00
alecpl
f22ea7ba18 - Support SMTP Delivery Status Notifications - RFC3461 (#1486142) 2010-10-07 08:52:05 +00:00
alecpl
e25a357d95 - Add Reply-to-List feature (#1484252)
- Add Mail-Followup-To/Mail-Reply-To support (#1485547)
2010-10-04 12:27:06 +00:00
alecpl
e99991996d - Add Internationalized Domain Name (IDNA) support (#1483894) 2010-09-29 12:36:28 +00:00
alecpl
e019f2d0f2 - s/RoundCube/Roundcube/ 2010-09-25 13:03:53 +00:00
alecpl
99b8c1e2ac - Fix format=flowed handling (#1486989) + small improvements in plain messages parsing 2010-09-14 08:40:51 +00:00
alecpl
1d8cbca272 - Use host FQDN in Message-Id, if possible (#1486924) 2010-08-30 12:08:41 +00:00
alecpl
e6ce0062f2 - Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete list (old names are supported without errors nor warnings) 2010-07-30 06:34:02 +00:00
alecpl
b25dfd0913 - removed PHP closing tag 2010-06-23 09:55:08 +00:00
alecpl
2bf3cc6fc3 - Use user's timezone in Date header, not server's timezone (#1486119) 2010-06-13 10:15:25 +00:00
alecpl
5852c14d3e - Add option to set separate footer for HTML messages (#1486660) 2010-06-11 13:57:02 +00:00
alecpl
ac8edbed35 - Fix use RFC-compliant line-delimiter when saving messages on IMAP (#1486712) 2010-05-29 17:01:15 +00:00
alecpl
c973abfd8b - fix regular expression for images src replacement 2010-05-27 14:08:15 +00:00
alecpl
ae00404a60 - translate internalerror message 2010-05-23 08:01:46 +00:00
svncommit
141eb8a497 Fix double-addition of e-mail domain to content ID in HTML images 2010-05-21 03:24:25 +00:00
thomascube
dffcaa59db No need for the padding since quoted lines are not wrapped at all 2010-05-20 21:47:19 +00:00