summaryrefslogtreecommitdiff
path: root/program/steps/mail/sendmail.inc
AgeCommit message (Collapse)Author
2015-03-31Plugin API: Added message_ready hook - the last chance to modify Mail_Mime ↵Aleksander Machniak
object before saving or sending the message
2015-03-04Remove redundant encoding of message subject with mb_encode_mimeheader() ↵Aleksander Machniak
(#1490295)
2015-02-26Fix "Non-static method PEAR::isError() should not be called statically" ↵Aleksander Machniak
errors (#1490281)
2015-02-25Don't sent the message again in saveonly modeAleksander Machniak
2015-02-25Improved handling of storage errors after message is sentAleksander Machniak
After sending a message it is stored in Sent folder, this operation may fail, e.g. because of "over quota" error. In such a case we'll not close the compose window, but display the error and, if user clicks Send/Save button, we'll display a dialog informing about the situation and providing an option to try the save operation again.
2015-02-25Fix so "over quota" errors are displayed also in message compose pageAleksander Machniak
This also fixes over quota responses on cyrus imap which uses "Over quota" string and no error identifier.
2015-02-18Fix saving/sending emoticon images when assets_dir is set (Kolab #4608)Aleksander Machniak
2015-02-15Fix refreshing of drafts list when sending a message which was saved in ↵Aleksander Machniak
meantime (#1490238)
2015-01-22Fix bug where drafts list wasn't refreshed after draft message was sent from ↵Aleksander Machniak
another window (#1490238)
2015-01-09Hide MDN and DSN options in compose if disabled by admin (#1490221)Aleksander Machniak
2015-01-03Fix bug where sent message was saved in Sent folder even if disabled by user ↵Aleksander Machniak
(#1490208)
2014-11-09Replace all attachment-image URIs with CID URIs, not only src and poster ↵Aleksander Machniak
attributes (#1490132)
2014-10-31Fixed typoAleksander Machniak
2014-10-22Fix so attachment charset is set in headers of forward/draft message (#1490109)Aleksander Machniak
2014-08-05Fix invalid Content-Type header when send_format_flowed=false (#1489992)Aleksander Machniak
2014-06-20Fix so address format errors are ignored when saving a draft (#1489954)Aleksander Machniak
2014-06-04Improved video support, all tinymce related resources moved to ↵Aleksander Machniak
program/js/tinymce/roundcube dir
2014-05-30Implemented Text Editor widget that integrates all operations onAleksander Machniak
textareas including HTML editor and spellchecking
2014-05-28Merge branch 'tinymce4'Aleksander Machniak
Conflicts: program/js/app.js program/js/editor.js program/js/tiny_mce/tiny_mce.js program/steps/utils/spell_html.inc
2014-05-28TinyMCE4: Fix spellchecker resumeAleksander Machniak
2014-05-11Improved display of plain text messages and text to HTML conversion (#1488937)Aleksander Machniak
Now instead of <pre> we use <div class="pre"> styled with monospace font. We replace whitespace characters with non-breaking spaces where needed. I.e. plain text is always unwrappable, until it uses format=flowed, in such a case only flowed paragraphs are wrappable. Also conversion of text to HTML in compose editor was modified in the same way.
2014-05-01Update to TinyMCE 4.xAleksander Machniak
2014-04-23Fix missing Mail-Followup-To header in sent mail (#1489829)Aleksander Machniak
2014-04-07Make UID extraction function globally availbale (for plugins)Thomas Bruederli
2014-04-07More fixes for multi-folder search (#1485234)Thomas Bruederli
2014-02-11Fix invalid X-Draft-Info on forwarded message draft (#1489587)Aleksander Machniak
2014-01-20Update to TinyMCE 4.xAleksander Machniak
2014-01-12Extracting inline image data into attachments also if data type is not setAleksander Machniak
2013-12-31More CS fixes, replace global $CONFIG usage with $RCMAIL->config->get()Aleksander Machniak
2013-12-29CS fixesAleksander Machniak
2013-12-29Don't alter Message-ID of a draft when sending (#1489409)Aleksander Machniak
2013-12-22Remove deprecated functions (these listed in bc.php file) usageAleksander Machniak
2013-12-17Fix handling of X-Forwarded-For header with multiple addresses (#1489481)Aleksander Machniak
2013-11-25Skip charset (or use US_ASCII) intead of UTF-8 if body contains only ASCII ↵Aleksander Machniak
characters
2013-11-10First version of the local storage compose data saving feature; some ↵Thomas Bruederli
behavioral improvements and encrytion are still to be added
2013-11-03Fix issue where mails with inline images of the same name contained only the ↵Aleksander Machniak
first image multiple times (#1489406)
2013-10-03Improved mailto: link arguments handling (#1489363)Aleksander Machniak
2013-09-21Bring back possibility to unset default font family and font sizeAleksander Machniak
Fix style attribute quoting when font-family contains double quotes SOme code improvements
2013-09-16Touch new default font size settings: simplified + codestyle + updated changelogThomas Bruederli
2013-09-16Merge pull request #118 from Dennis1993/patch-12Thomas B.
Added support for default font size and fix legacy code for default font
2013-09-11After message is sent refresh messages list of replied message folder (#1489249)Aleksander Machniak
2013-09-02Update sendmail.incDennis1993
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 ↵Aleksander Machniak
(#1489016)
2013-05-23Fix invalid option selected in default_font selector when font is unset ↵Aleksander Machniak
(#1489112)
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 ↵Aleksander Machniak
(#1488997)
2012-12-26Framework'ize html2text classAleksander Machniak
2012-12-14Remove brackets for recipients without nameAleksander Machniak