summaryrefslogtreecommitdiff
path: root/program/steps
AgeCommit message (Collapse)Author
2014-08-05 c'est la merde..workingHugues Hiegel
2013-09-11Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2013-09-11After message is sent refresh messages list of replied message folder (#1489249)Aleksander Machniak
2013-09-10Improve handling of date strings and DateTime values in contactsThomas Bruederli
2013-09-10Support full address specification in contact email fields.Aleksander Machniak
Now input address is extracted automatically, so user can just paste full address copied from another place. Other clients have such feature e.g. Kontact.
2013-09-10Fix for case when email array is not flatAleksander Machniak
2013-09-10Enable groups import options selector if there's at least one writable ↵Aleksander Machniak
source (with groups support)
2013-09-08Fix issue where From address was removed from Cc and Bcc fields when editing ↵Aleksander Machniak
a draft (#1489319)
2013-09-08Add option to import vcards with group assignments (pull-request 105)Thomas Bruederli
2013-09-08Save groups membership in VCard export (#1488509)Thomas Bruederli
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 #106 from JohnDoh/edit-foldersAleksander Machniak
folder admin: omit fieldset if there is only one section
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-26folder admin: omit fieldset if there is only one sectionPhilW
2013-08-26Fix bugs when invoking contact creation form when read-only addressbook is ↵Aleksander Machniak
selected (#1489296)
2013-08-25Strip spell checker error message for logging; remove unused sprintf()Thomas Bruederli
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-24Fix display issue after moving folder in Folder Manager (#1489293)Aleksander Machniak
2013-08-20- Fix setting refresh_interval to "Never" in Preferences (#1489286)Aleksander Machniak
2013-08-08Fix issue where uploaded photo was lost when contact form did not validate ↵Aleksander Machniak
(#1489274)
2013-08-08Fix redundant SQL query on contact photo request after photo upload.Aleksander Machniak
The query was also invalid in case of uploading photo in contact create form. Move contact photo handling from show.inc into a separate file.
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-04Fix XSS vulnerability when saving HTML signatures (#1489251)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-29Merge pull request #96 from Dennis1993/patch-6Thomas B.
Added required attribute and delete deprecated border attributes
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-23Update func.incDennis1993
added missing ID for label
2013-07-16Merge pull request #64 from Steffen185/patch-2Thomas B.
Add hook "message_check_safe"
2013-07-10Fix parse error from last commitAleksander Machniak
2013-07-09Performance fix: Do not ask for folder attributes if we know that folder do ↵Aleksander Machniak
not exists
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-03Fix groups list in contact info page - get_record_groups() resultAleksander Machniak
is a ID=>Name hash and cannot be merged with list_groups() result
2013-07-02Don't clear References and in-Reply-To when a message is "edited as new" ↵Aleksander Machniak
(#1489216)
2013-07-01Fix so setting frame to blank page works also while frame is loading another ↵Aleksander Machniak
page