summaryrefslogtreecommitdiff
path: root/program/steps/mail/sendmail.inc
AgeCommit message (Expand)Author
2012-09-11- Replace data URIs of images (pasted in HTML editor) with inline attachments...Aleksander Machniak
2012-08-15Fix stripped apostrophes when replying in plain text to HTML message (#1488606)Aleksander Machniak
2012-08-05- Fix order of attachments in sent mail (#1488423)Aleksander Machniak
2012-05-22Removed $Id$Aleksander Machniak
2012-04-24- Fix handling errors on draft auto-savealecpl
2012-03-02- Fixed double-quotes handling in recipient namesalecpl
2012-01-29Allow plugins to overwrite the displayed confirmation message when saving a d...thomascube
2012-01-25Added new plugin hook 'message_draftsaved'thomascube
2012-01-19- Fix call to undefined method rcube_result_index::getElement()alecpl
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomascube
2012-01-17- Fix incorrect function call (#1488310)alecpl
2012-01-16Merged devel-framework branch (r5746:5779) back into trunkthomascube
2012-01-05- Exclude MIME functionality from rcube_imap class into rcube_mime classalecpl
2011-12-07- Deprecate $DB, $USER, $IMAP global variables, Use $RCMAIL insteadalecpl
2011-12-07- Remove deprecated global $IMAP variable usage (#1488148)alecpl
2011-12-07- Add option to set default font for HTML message (#1484137) alecpl
2011-12-07- Fixed issues with big memory allocation of IMAP results, improved a lot of ...alecpl
2011-12-01- Simplified compose session data handling, no need for session->cleanup()alecpl
2011-11-08Make email recipients separator configurable + suppress dupes in auto-completionthomascube
2011-10-26- Fix IDN address validation issue (#1488137)alecpl
2011-10-03- Improved performance of draft saving by usage of APPENDUID response if avai...alecpl
2011-10-03- Don't print error to the log when trying to delete non-existing draft messagealecpl
2011-09-16Fix session race conditions when composing new messagesthomascube
2011-08-16- Fix/simplify email regexp to prevent "no valid recipients" SMTP error (#148...alecpl
2011-08-14More unique error codesthomascube
2011-08-09- Fix handling of email addresses with quoted local part (#1487939)alecpl
2011-05-31- Optimization for spellcheck_before_send: don't invoke new ajax request. Whi...alecpl
2011-05-30- Fix setting language for spellchecker on spellcheck_before_sendalecpl
2011-05-30- Add option to force spellchecking before sending a message (#1485458)alecpl
2011-03-10Prepare for multiple concurrent compose windowsthomascube
2011-02-03- Fix IDNA support when IDN/INTL modules are in use (#1487742)alecpl
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomascube
2011-01-06Wrap HTML parts with <html><body> and add Doctype declaration (#1487098)thomascube
2010-12-10- Set Mail-Reply-To also for identity's reply-toalecpl
2010-12-09- Improved Mail-Reply-To and Mail-Followup-To headers handlingalecpl
2010-12-06- Fix plaintext versions of HTML messages don't contain placeholders for emot...alecpl
2010-12-01- Fix setting charset of attachment filenames (#1487122)alecpl
2010-11-22- Fix attachment names encoding broken in r4232alecpl
2010-11-19- Fix handling of custom "_from" in sendmail (#1487132)alecpl
2010-11-18- Don't set attachment's charset in Content-type header (#1487122)alecpl
2010-10-13- Improve displaying of UI messages (#1486977)alecpl
2010-10-07- Support SMTP Delivery Status Notifications - RFC3461 (#1486142)alecpl
2010-10-04- Add Reply-to-List feature (#1484252)alecpl
2010-09-29- Add Internationalized Domain Name (IDNA) support (#1483894)alecpl
2010-09-25- s/RoundCube/Roundcube/alecpl
2010-09-14- Fix format=flowed handling (#1486989) + small improvements in plain message...alecpl
2010-08-30- Use host FQDN in Message-Id, if possible (#1486924)alecpl
2010-07-30- Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete list...alecpl
2010-06-23- removed PHP closing tagalecpl
2010-06-13- Use user's timezone in Date header, not server's timezone (#1486119)alecpl