summaryrefslogtreecommitdiff
path: root/program/steps
AgeCommit message (Collapse)Author
2015-04-19Fix bug where preview_pane setting wasn't always saved into user preferences ↵Aleksander Machniak
(#1490362)
2015-04-16Add option to place signature at bottom of the quoted text even in ↵Aleksander Machniak
top-posting mode [sig_below]
2015-04-08Fix lack of signature separator for plain text signatures in html mode ↵Aleksander Machniak
(#1490352)
2015-04-03move header block inside loopcorbosman
2015-03-31Plugin API: Added message_ready hook - the last chance to modify Mail_Mime ↵Aleksander Machniak
object before saving or sending the message
2015-03-30Fix handling of %-encoded entities in mailto: URLs (#1490346)Aleksander Machniak
2015-03-23Localize common error messages; improve explanation for CSRF check failuresThomas Bruederli
2015-03-12Fix redirct URL for attachments loaded in an iframe (#1490191)Thomas Bruederli
2015-03-10Fix rows count when messages search fails (#1490266)Aleksander Machniak
2015-03-09Fix so search filter, scope and fields are reset on folder changeAleksander Machniak
2015-03-08get_part_content() -> get_part_body()Aleksander Machniak
2015-03-04Remove redundant encoding of message subject with mb_encode_mimeheader() ↵Aleksander Machniak
(#1490295)
2015-03-02Fix javascript error after creating a folder which is a subfolder of another ↵Aleksander Machniak
one (#1490297)
2015-03-02Fix so localized folder name is displayed in multi-folder search result ↵Aleksander Machniak
(#1490243)
2015-02-26Fix "Non-static method PEAR::isError() should not be called statically" ↵Aleksander Machniak
errors (#1490281)
2015-02-25Fix duplicate entries supression in autocomplete result (#1490290)Aleksander Machniak
2015-02-25Don't sent the message again in saveonly modeAleksander Machniak
2015-02-25Improved handling of storage errors after message is sentAleksander Machniak
After sending a message it is stored in Sent folder, this operation may fail, e.g. because of "over quota" error. In such a case we'll not close the compose window, but display the error and, if user clicks Send/Save button, we'll display a dialog informing about the situation and providing an option to try the save operation again.
2015-02-25Fix so "over quota" errors are displayed also in message compose pageAleksander Machniak
This also fixes over quota responses on cyrus imap which uses "Over quota" string and no error identifier.
2015-02-22Fix missing or not up-to-date CATEGORIES entry in vCard export (#1490277)Aleksander Machniak
2015-02-20Really fix unwanted warning on BMP attachments (#1490269)Aleksander Machniak
2015-02-19Fix needless security warning on BMP attachments display (#1490282)Aleksander Machniak
2015-02-18Fix saving/sending emoticon images when assets_dir is set (Kolab #4608)Aleksander Machniak
2015-02-17Add possibility to print contact information (of a single contact)Aleksander Machniak
2015-02-16Fix a regression where some contact data was missing in export and PHP ↵Aleksander Machniak
warnings were logged (Kolab #4522)
2015-02-15Fix refreshing of drafts list when sending a message which was saved in ↵Aleksander Machniak
meantime (#1490238)
2015-01-25Fix false warning when opening attached text/plain files (#1490241)Aleksander Machniak
2015-01-22Fix bug where drafts list wasn't refreshed after draft message was sent from ↵Aleksander Machniak
another window (#1490238)
2015-01-19Fix bug where Reply-To address was ignored on reply to messages sent by self ↵Aleksander Machniak
(#1490233)
2015-01-16Improve display of pgp/mime and s/mime messges. Reverts commit f4154d91Thomas Bruederli
2015-01-15Fall back to $part->body when no mime_id is set for the message partThomas Bruederli
2015-01-13Fix so "set as default" option is hidden if identities_level > 1 (#1490226)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
2015-01-09Fix bug where max_group_members was ignored when adding a new contact (#1490214)Aleksander Machniak
Also fix list refresh after new contact was added and any group is selected.
2015-01-07Correctly handle DateTime values in Vcard exportThomas Bruederli
2015-01-03Fix bug where sent message was saved in Sent folder even if disabled by user ↵Aleksander Machniak
(#1490208)
2014-12-29Display "real" attachment size also on attachments listAleksander Machniak
2014-12-27Use current year for timezone offset displayThomas Bruederli
2014-12-17Read page and page_size before check_recent hook is executedAleksander Machniak
- some plugins may change them to invalid values (in mail context)
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
Allows to define separate server/path for image/js/css files Fix bugs where CSRF attacks were still possible on some requests
2014-12-14Set compose mode in session when needed - skip one session update when ↵Aleksander Machniak
composing new message
2014-11-28Fix button label: ignore -> Ignore (#1490170)Aleksander Machniak
2014-11-27Added rcube_user::list_emails() method with better performance than ↵Aleksander Machniak
list_identities() which should be used always if we want only all user email addresses (with names)
2014-11-16Remove redundant codeAleksander Machniak
2014-11-16Code cleanup - unused variablesAleksander Machniak
2014-11-14fix for bug 1490153brendan braybrook
2014-11-11Fix possible race-condition in using current folderAleksander Machniak
2014-11-09Replace all attachment-image URIs with CID URIs, not only src and poster ↵Aleksander Machniak
attributes (#1490132)