summaryrefslogtreecommitdiff
path: root/program/steps/mail/compose.inc
AgeCommit message (Collapse)Author
2014-08-05lot of stuffHugues Hiegel
2013-10-25Merge branch 'dev-canned-responses'Thomas Bruederli
Conflicts (resolved): skins/classic/includes/settingstabs.html skins/larry/includes/settingstabs.html
2013-10-18Get supported spell-check languages from the configured backend; replace ↵Thomas Bruederli
suspended google spell service with our new service at spell.roundcube.net
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-16Merge pull request #118 from Dennis1993/patch-12Thomas B.
Added support for default font size and fix legacy code for default font
2013-09-15Display full attachment name using title attribute when name is too long to ↵Aleksander Machniak
display (#1489320)
2013-09-11After message is sent refresh messages list of replied message folder (#1489249)Aleksander Machniak
2013-09-08Fix issue where From address was removed from Cc and Bcc fields when editing ↵Aleksander Machniak
a draft (#1489319)
2013-09-04Keep current selection on IE browsers by adding unselectable=on to link elementsThomas Bruederli
2013-09-04New settings section to manage canned responsesThomas Bruederli
2013-09-04Add new feature to save and recall text snippets (aka canned responses) when ↵Thomas Bruederli
composing messages
2013-09-02Update compose.incDennis1993
2013-09-01Fix "PHP Warning: Missing argument 1 for rcmail_compose_attachment_field()"Aleksander Machniak
2013-09-01Merge pull request #101 from Dennis1993/patch-9Aleksander Machniak
Removed not allowed syntax
2013-08-28Fix lack of Reply-To address in header of forwarded message body (#1489298)Aleksander Machniak
2013-08-25Fix identity selection on reply (#1489291)Aleksander Machniak
2013-08-06Update compose.incDennis1993
Deleted size Attribute for file input
2013-08-05Ignore Reply-To when replying to own message (#1489230)Aleksander Machniak
2013-08-02Fix broken (in 93b0a30c1c8aa29d862b587b31e52bcc344b8d16) text/plain body of ↵Aleksander Machniak
a message when using "edit as new"
2013-08-01Fix fatal error when opening non-existing message in compose windowAleksander Machniak
2013-08-01Fix XSS vulnerability when editing a message "as new" or draft (#1489251) - ↵Aleksander Machniak
added HTML content "washing"
2013-07-25Better check for priority headerThomas Bruederli
2013-07-25Fix priority selector when open in new window (#1489257)Thomas Bruederli
2013-07-09Fix identity selection when opening extwindow from compose windowAleksander Machniak
2013-07-08Fix bug where signature wasn't changed on identity selection when editing a ↵Aleksander Machniak
draft (#1489229)
2013-07-04Fix handling of message/rfc822 attachments on message forward and edit ↵Aleksander Machniak
(#1489214)
2013-07-02Don't clear References and in-Reply-To when a message is "edited as new" ↵Aleksander Machniak
(#1489216)
2013-06-07Fix so non-inline images aren't skipped on forward (#1489150)Aleksander Machniak
2013-06-03Fix so bounces addresses in Sender headers are skipped on Reply-All (#1489011)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-05-09Simplify format=flowed handling code, don't duplicate same codeAleksander Machniak
2013-05-07Avoid uninitialized/unused variablesAleksander Machniak
2013-05-06Fix bugs caught by static analysisAleksander Machniak
2013-05-01Fix Reply-To header handling in Reply-All action (#1489037)Aleksander Machniak
2013-05-01Fix so Sender: address is added to Cc: field on reply to all (#1489011)Aleksander Machniak
2013-04-19Fix handling of deprecated boolean value of reply_mode option (#1489052)Aleksander Machniak
2013-04-06Fix handling of invalid characters in message headers and output (#1489032)Aleksander Machniak
2013-04-02Skip message/rfc822 attachments only in reply modeAleksander Machniak
2013-03-26Remove sig_above configuration option, use reply_mode only (#1489001)Aleksander Machniak
2013-03-26Better fix for "saving draft just after entering compose window (#1489012)"Aleksander Machniak
2013-03-19Fix so forward as attachment works if additional attachment is added by ↵Aleksander Machniak
message_compose hook (#1489000) Prevent from re-adding the same forward attachment on compose page refresh
2013-03-15Add ability to toggle between view as HTML and text while viewing a message ↵Aleksander Machniak
(#1486939)
2013-03-14Enriched content should be also converted to text if html is disabledAleksander Machniak
2013-03-14Added rcube_message::has_text_part(), simplified has_html_part() so it alwaysAleksander Machniak
works in "recursive mode" - removed $recursive argument.
2013-03-11Fix forward as attachment bug with editormode != 1 (#1488991)Aleksander Machniak
2013-03-02Avoid loading already registered attachments when opening a draft message ↵Thomas Bruederli
(on page reload)
2013-02-28Don't skip message/* attachments when opening a draft. Restore check as it ↵Thomas Bruederli
was before [fa57c988]
2013-02-07Use encoded identifiers for address book lists (#1488381)Thomas Bruederli