summaryrefslogtreecommitdiff
path: root/program/steps/mail/compose.inc
AgeCommit message (Collapse)Author
2015-04-16Add option to place signature at bottom of the quoted text even in ↵Aleksander Machniak
top-posting mode [sig_below]
2015-04-08Fix lack of signature separator for plain text signatures in html mode ↵Aleksander Machniak
(#1490352)
2015-03-30Fix handling of %-encoded entities in mailto: URLs (#1490346)Aleksander 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-01-22Fix bug where drafts list wasn't refreshed after draft message was sent from ↵Aleksander Machniak
another window (#1490238)
2015-01-19Fix bug where Reply-To address was ignored on reply to messages sent by self ↵Aleksander Machniak
(#1490233)
2015-01-12Fix blocked.gif image usage with assets_dir setAleksander Machniak
2015-01-09Hide MDN and DSN options in compose if disabled by admin (#1490221)Aleksander Machniak
2014-12-16Fix skin inheritance for some icons (#149017)Aleksander Machniak
2014-12-16Improve system security by using optional special URL with security tokenAleksander Machniak
Allows to define separate server/path for image/js/css files Fix bugs where CSRF attacks were still possible on some requests
2014-12-14Set compose mode in session when needed - skip one session update when ↵Aleksander Machniak
composing new message
2014-11-16Remove redundant codeAleksander Machniak
2014-11-16Code cleanup - unused variablesAleksander Machniak
2014-11-14fix for bug 1490153brendan braybrook
2014-10-30Give higher priority to the 'subject' parameter from request or pluginAleksander Machniak
2014-10-29Fix reply scrolling issue with text mode and start message below the quote ↵Aleksander Machniak
(#1490114)
2014-10-22Fix so attachment charset is set in headers of forward/draft message (#1490109)Aleksander Machniak
2014-10-22Fix download of attachments that are part of TNEF message (#1490091)Aleksander Machniak
Rcube_message_part::body content should never be modified by code out of the rcube_message. Added convenient rcube_message::get_part_body() method, making rcube_message::get_part_content() deprecated.
2014-08-20Add config/preference option to disable saving messages in localStorage ↵Thomas Bruederli
(#1489979)
2014-06-18Improve accessibility on attachments list: use custom tabindex attribute + ↵Thomas Bruederli
add aria-label for meaningful voice output on delete icons
2014-06-17Use the right label for response dialog after renaming themThomas Bruederli
2014-06-13Fix malformed recipient name when composing a message by clicking on mailto ↵Aleksander Machniak
link (#1489942)
2014-06-05Merge branch 'dev-accessibility'Thomas Bruederli
Conflicts: program/include/rcmail_output_html.php program/js/app.js program/js/treelist.js program/lib/Roundcube/html.php skins/larry/styles.css skins/larry/templates/compose.html
2014-05-30Implemented Text Editor widget that integrates all operations onAleksander Machniak
textareas including HTML editor and spellchecking
2014-05-29Remove (was: ...) from message subject on reply (#1489375)Aleksander Machniak
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-18Don't remove links when html signature is converted to text (#1489621)Aleksander Machniak
Fix so when switching editor mode original version of signature is used (#1488849)
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-07Further accessibility improvements regarding keyboard navigation and ↵Thomas Bruederli
document structure
2014-05-01Update to TinyMCE 4.xAleksander Machniak
2014-04-10Append group parameter to attachments set by plugins if not presentThomas Bruederli
2014-04-08Fix forwarding all ('*') messages of a search setThomas Bruederli
2014-04-02Bring back $COMPOSE['reply_uid'] lost in commit 73076d7eAleksander Machniak
2014-03-31Set In-Reply-To and References for forwarded messages (#1489593)Aleksander Machniak
2014-03-20Don't hide upload dialog if no file was selected. Display an alert message ↵Thomas Bruederli
for all empty file uploads (#1489685)
2014-02-17Fix regression in handling of 'attachments' result in message_compose hook ↵Aleksander Machniak
(#1489627)
2014-02-11Fix invalid X-Draft-Info on forwarded message draft (#1489587)Aleksander Machniak
2014-01-27Compare message IDs before suggesting to restore compose messages on replyThomas Bruederli
2014-01-05Fix case-sensitivity of email addresses handling on compose (#1485499)Aleksander Machniak
2013-12-31More CS fixes, replace global $CONFIG usage with $RCMAIL->config->get()Aleksander Machniak
2013-12-31Fix default priority selection broken in last CS fixAleksander Machniak
2013-12-30CS 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-21Fix broken text/* attachments when forwarding/editing a message (#1489426)Aleksander Machniak
2013-11-14Clean HTML message body from URL parameters after enabling HTML mode in ↵Thomas Bruederli
commit e957bfec
2013-11-14Allow plugins to override message compose modeThomas Bruederli
2013-11-10Compare draft message-ID when restoring local message contentsThomas Bruederli
2013-11-10Better button text for message restore dialogThomas Bruederli
2013-11-10First version of the local storage compose data saving feature; some ↵Thomas Bruederli
behavioral improvements and encrytion are still to be added