summaryrefslogtreecommitdiff
path: root/program/steps/mail/compose.inc
AgeCommit message (Expand)Author
2015-04-16Add option to place signature at bottom of the quoted text even in top-postin...Aleksander Machniak
2015-04-08Fix lack of signature separator for plain text signatures in html mode (#1490...Aleksander Machniak
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
2015-01-22Fix bug where drafts list wasn't refreshed after draft message was sent from ...Aleksander Machniak
2015-01-19Fix bug where Reply-To address was ignored on reply to messages sent by self ...Aleksander Machniak
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
2014-12-14Set compose mode in session when needed - skip one session update when compos...Aleksander Machniak
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
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
2014-08-20Add config/preference option to disable saving messages in localStorage (#148...Thomas Bruederli
2014-06-18Improve accessibility on attachments list: use custom tabindex attribute + ad...Thomas Bruederli
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 l...Aleksander Machniak
2014-06-05Merge branch 'dev-accessibility'Thomas Bruederli
2014-05-30Implemented Text Editor widget that integrates all operations onAleksander Machniak
2014-05-29Remove (was: ...) from message subject on reply (#1489375)Aleksander Machniak
2014-05-28Merge branch 'tinymce4'Aleksander Machniak
2014-05-18Don't remove links when html signature is converted to text (#1489621)Aleksander Machniak
2014-05-11Improved display of plain text messages and text to HTML conversion (#1488937)Aleksander Machniak
2014-05-07Further accessibility improvements regarding keyboard navigation and document...Thomas Bruederli
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 fo...Thomas Bruederli
2014-02-17Fix regression in handling of 'attachments' result in message_compose hook (#...Aleksander Machniak
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 commi...Thomas Bruederli
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 behavior...Thomas Bruederli