summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/mail/sendmail.inc
AgeCommit message (Collapse)Author
2012-04-24- Fix handling errors on draft auto-savealec
git-svn-id: https://svn.roundcube.net/trunk@6122 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-03-02- Fixed double-quotes handling in recipient namesalec
git-svn-id: https://svn.roundcube.net/trunk@5945 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-29Allow plugins to overwrite the displayed confirmation message when saving a ↵thomasb
draft git-svn-id: https://svn.roundcube.net/trunk@5842 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-25Added new plugin hook 'message_draftsaved'thomasb
git-svn-id: https://svn.roundcube.net/trunk@5820 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-19- Fix call to undefined method rcube_result_index::getElement()alec
git-svn-id: https://svn.roundcube.net/trunk@5803 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5787 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-17- Fix incorrect function call (#1488310)alec
git-svn-id: https://svn.roundcube.net/trunk@5785 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-16Merged devel-framework branch (r5746:5779) back into trunkthomasb
git-svn-id: https://svn.roundcube.net/trunk@5781 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-05- Exclude MIME functionality from rcube_imap class into rcube_mime classalec
git-svn-id: https://svn.roundcube.net/trunk@5716 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-07- Deprecate $DB, $USER, $IMAP global variables, Use $RCMAIL insteadalec
git-svn-id: https://svn.roundcube.net/trunk@5564 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-07- Remove deprecated global $IMAP variable usage (#1488148)alec
git-svn-id: https://svn.roundcube.net/trunk@5563 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-07- Add option to set default font for HTML message (#1484137) alec
git-svn-id: https://svn.roundcube.net/trunk@5562 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-07- Fixed issues with big memory allocation of IMAP results, improved a lot of ↵alec
rcube_imap class git-svn-id: https://svn.roundcube.net/trunk@5557 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-01- Simplified compose session data handling, no need for session->cleanup()alec
git-svn-id: https://svn.roundcube.net/trunk@5521 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-08Make email recipients separator configurable + suppress dupes in auto-completionthomasb
git-svn-id: https://svn.roundcube.net/trunk@5401 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-26- Fix IDN address validation issue (#1488137)alec
git-svn-id: https://svn.roundcube.net/trunk@5369 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-03- Improved performance of draft saving by usage of APPENDUID response if ↵alec
available (skipped SEARCH call) git-svn-id: https://svn.roundcube.net/trunk@5302 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-03- Don't print error to the log when trying to delete non-existing draft messagealec
git-svn-id: https://svn.roundcube.net/trunk@5301 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-16Fix session race conditions when composing new messagesthomasb
git-svn-id: https://svn.roundcube.net/trunk@5226 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-16- Fix/simplify email regexp to prevent "no valid recipients" SMTP error ↵alec
(#1488040) git-svn-id: https://svn.roundcube.net/trunk@5073 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-14More unique error codesthomasb
git-svn-id: https://svn.roundcube.net/trunk@5068 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-09- Fix handling of email addresses with quoted local part (#1487939)alec
git-svn-id: https://svn.roundcube.net/trunk@5033 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-31- Optimization for spellcheck_before_send: don't invoke new ajax request. ↵alec
While we already have mispellings, we can return them and enable spellchecker directly without querying the server again git-svn-id: https://svn.roundcube.net/trunk@4818 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-30- Fix setting language for spellchecker on spellcheck_before_sendalec
git-svn-id: https://svn.roundcube.net/trunk@4817 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-30- Add option to force spellchecking before sending a message (#1485458)alec
git-svn-id: https://svn.roundcube.net/trunk@4816 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-03-10Prepare for multiple concurrent compose windowsthomasb
git-svn-id: https://svn.roundcube.net/trunk@4604 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-03- Fix IDNA support when IDN/INTL modules are in use (#1487742)alec
git-svn-id: https://svn.roundcube.net/trunk@4484 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomasb
git-svn-id: https://svn.roundcube.net/trunk@4410 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-06Wrap HTML parts with <html><body> and add Doctype declaration (#1487098)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4395 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-10- Set Mail-Reply-To also for identity's reply-toalec
git-svn-id: https://svn.roundcube.net/trunk@4331 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-09- Improved Mail-Reply-To and Mail-Followup-To headers handlingalec
git-svn-id: https://svn.roundcube.net/trunk@4328 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-06- Fix plaintext versions of HTML messages don't contain placeholders for ↵alec
emotions (#1485206) git-svn-id: https://svn.roundcube.net/trunk@4309 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-01- Fix setting charset of attachment filenames (#1487122)alec
git-svn-id: https://svn.roundcube.net/trunk@4295 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-22- Fix attachment names encoding broken in r4232alec
git-svn-id: https://svn.roundcube.net/trunk@4249 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-19- Fix handling of custom "_from" in sendmail (#1487132)alec
- Small fix in displaying Sender input field git-svn-id: https://svn.roundcube.net/trunk@4235 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-18- Don't set attachment's charset in Content-type header (#1487122)alec
git-svn-id: https://svn.roundcube.net/trunk@4232 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-13- Improve displaying of UI messages (#1486977)alec
git-svn-id: https://svn.roundcube.net/trunk@4083 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-07- Support SMTP Delivery Status Notifications - RFC3461 (#1486142)alec
git-svn-id: https://svn.roundcube.net/trunk@4059 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-04- Add Reply-to-List feature (#1484252)alec
- Add Mail-Followup-To/Mail-Reply-To support (#1485547) git-svn-id: https://svn.roundcube.net/trunk@4032 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-29- Add Internationalized Domain Name (IDNA) support (#1483894)alec
git-svn-id: https://svn.roundcube.net/trunk@4009 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-25- s/RoundCube/Roundcube/alec
git-svn-id: https://svn.roundcube.net/trunk@3989 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-14- Fix format=flowed handling (#1486989) + small improvements in plain ↵alec
messages parsing git-svn-id: https://svn.roundcube.net/trunk@3962 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-30- Use host FQDN in Message-Id, if possible (#1486924)alec
git-svn-id: https://svn.roundcube.net/trunk@3923 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-07-30- Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete ↵alec
list (old names are supported without errors nor warnings) git-svn-id: https://svn.roundcube.net/trunk@3840 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-23- removed PHP closing tagalec
git-svn-id: https://svn.roundcube.net/trunk@3780 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-13- Use user's timezone in Date header, not server's timezone (#1486119)alec
git-svn-id: https://svn.roundcube.net/trunk@3746 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-11- Add option to set separate footer for HTML messages (#1486660)alec
git-svn-id: https://svn.roundcube.net/trunk@3744 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-29- Fix use RFC-compliant line-delimiter when saving messages on IMAP (#1486712)alec
git-svn-id: https://svn.roundcube.net/trunk@3686 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-27- fix regular expression for images src replacementalec
git-svn-id: https://svn.roundcube.net/trunk@3677 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-23- translate internalerror messagealec
git-svn-id: https://svn.roundcube.net/trunk@3655 208e9e7b-5314-0410-a742-e7e81cd9613c