summaryrefslogtreecommitdiff
path: root/program/steps/mail
AgeCommit message (Collapse)Author
2014-08-05 c'est la merde..workingHugues Hiegel
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-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
2013-06-25Fix empty messages list when register_globals is enabled (#1489157)Aleksander Machniak
2013-06-24Improved/unified attachment preview pageAleksander Machniak
Implemented attachment print button
2013-06-18Merge branch 'dev-advanced-ldap-groups':Thomas Bruederli
- Refactoring: separated address book implementation from generic LDAP wrapper class - Auto-detect and use VLV indices for all search operations - Additional group configuration options for LDAP address books - Allow address books to display a multi-level group hierarchy in the contacts list
2013-06-16Display '(empty subject)' in message view if subject header is missing ↵Thomas Bruederli
(#1489108)
2013-06-14Add feature to import messages to the currently selected folderThomas Bruederli
2013-06-11Do not reset messages count in set_folder()Aleksander Machniak
2013-06-11Fix error when there's no writeable addressbook source (#1489162)Aleksander Machniak
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-31Fix PHP warning when responding to a message with many Return-Path headers ↵Aleksander Machniak
(#1489136)
2013-05-23Fix invalid option selected in default_font selector when font is unset ↵Aleksander Machniak
(#1489112)
2013-05-23Fix another text wrapping issue (wrong handling of long unwrappable lines)Aleksander Machniak
2013-05-20Change Reply-All button label/title when mailing list is detected (#1488938)Aleksander Machniak
2013-05-14Fix problem where security warning was displayed for valid images with ↵Aleksander Machniak
image/jpg type (#1489097)
2013-05-10Fix handling of invalid email addresses in headers (#1489092)Aleksander Machniak
2013-05-09Simplify format=flowed handling code, don't duplicate same codeAleksander Machniak
2013-05-09Fix format=flowed text re-wrapping for displayAleksander Machniak
2013-05-07Avoid uninitialized/unused variablesAleksander Machniak