summaryrefslogtreecommitdiff
path: root/program/steps/mail/sendmail.inc
AgeCommit message (Expand)Author
2014-08-05 c'est la merde..workingHugues Hiegel
2013-09-11After message is sent refresh messages list of replied message folder (#1489249)Aleksander Machniak
2013-08-25Fix so additional headers are added to all messages sent (#1489284)Aleksander Machniak
2013-06-01Improved handling of Reply-To/Bcc addresses of identity in compose form (#148...Aleksander Machniak
2013-05-23Fix invalid option selected in default_font selector when font is unset (#148...Aleksander Machniak
2013-04-02Fix blockquote width in sent mail (#1489031)Aleksander Machniak
2013-03-27Sanity check the file path for generic message footer before adding itThomas Bruederli
2013-03-26Refresh current folder in opener window after draft save or message sent (#14...Aleksander Machniak
2012-12-26Framework'ize html2text classAleksander Machniak
2012-12-14Remove brackets for recipients without nameAleksander Machniak
2012-12-11Allow forwarding of multiple emails (#1486854)Aleksander Machniak
2012-11-19Always save drafts with format=flowed in order to keep original paragraphs an...Thomas Bruederli
2012-11-19Improve line wrapping behavior where message charset is changed by plugins (i...Thomas Bruederli
2012-10-31Don't add Bcc headers from identity twice (e.g. if already saved in draft)Thomas Bruederli
2012-10-24Add option to disable saving sent mail in Sent folder - no_save_sent_messages...Aleksander Machniak
2012-10-22Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-10-22Convert all identity headers into the desired message charsetThomas Bruederli
2012-10-21Fixed undefined global variableAleksander Machniak
2012-10-20Fix bug where wrong words were highlighted on spell-before-send checkAleksander Machniak
2012-10-15Fix header charset decoding when opening a draft messageThomas Bruederli
2012-10-11Add flags and date arguments to kolab_storage::save_message()Aleksander Machniak
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