summaryrefslogtreecommitdiff
path: root/program/steps/mail
AgeCommit message (Collapse)Author
2014-08-05lot of stuffHugues Hiegel
2013-11-08Updates / PluginsHugues Hiegel
2013-11-07Better handling of fopen() errorsAleksander Machniak
2013-11-04Improve identity selection based on From: header (#1489378)Aleksander Machniak
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-30Add an option to disable smart Reply-List behaviour - reply_all_mode (#1488734)Aleksander Machniak
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-15Fix address matching in Return-Path header on identity selection (#1489374)Aleksander Machniak
2013-10-03Improved mailto: link arguments handling (#1489363)Aleksander Machniak
2013-09-30Also truncate the list of addresses in print view + add link to show them allThomas Bruederli
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-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-06Make identities matching case insensitive (#1485480)Aleksander Machniak
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 sendmail.incDennis1993
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-29Allow setting INBOX as Sent folder (#1489219)Aleksander Machniak
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-25Fix so additional headers are added to all messages sent (#1489284)Aleksander Machniak
2013-08-06Update func.incDennis1993
deleted size attribute in file input
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-04Move identity selection based on non-standard headers into (new) ↵Aleksander Machniak
identity_select plugin (#1488553)
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-31Support special Return-Path form used on some (PEAR) mailing list (#1489241)Aleksander Machniak
2013-07-30Fix downloading binary files with (wrong) text/* content-type (#1489267)Aleksander Machniak
2013-07-29Validate all text attachments not only text/plain. This fixes invalidAleksander Machniak
warning message for a case when pdf attachment is defined as text/html. See #1489267.
2013-07-25Fix identity-selection using Return-Path headers (#1489241)Thomas Bruederli
2013-07-25Better check for priority headerThomas Bruederli
2013-07-25Fix priority selector when open in new window (#1489257)Thomas Bruederli
2013-07-16Merge pull request #64 from Steffen185/patch-2Thomas B.
Add hook "message_check_safe"
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-07-01Contacts drag-n-drop default action is to move contacts (#1488751)Aleksander Machniak
Added possibility to choose to move or copy contacts from drag-n-drop menu (#1488751) Use consistent naming: 'moveto' -> 'move'
2013-06-28Fix so filename label is "Name" not "Display name"Aleksander Machniak
2013-06-27Add some displayed attachment info into javascript environmentAleksander Machniak