summaryrefslogtreecommitdiff
path: root/program/steps/mail
AgeCommit message (Collapse)Author
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-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-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)
2014-11-03Don't trust get_folder(), use mailbox environment variable when appropriateAleksander Machniak
2014-10-31Fixed typoAleksander Machniak
2014-10-30More get_folder() -> $MESSAGE->folderAleksander Machniak
2014-10-30Don't trust get_folder(), use $MESSAGE->folder if availableAleksander Machniak
2014-10-30Give higher priority to the 'subject' parameter from request or pluginAleksander Machniak
2014-10-29Fix reply scrolling issue with text mode and start message below the quote ↵Aleksander Machniak
(#1490114)
2014-10-22Fix so attachment charset is set in headers of forward/draft message (#1490109)Aleksander Machniak
2014-10-22Fix download of attachments that are part of TNEF message (#1490091)Aleksander Machniak
Rcube_message_part::body content should never be modified by code out of the rcube_message. Added convenient rcube_message::get_part_body() method, making rcube_message::get_part_content() deprecated.
2014-09-11Remove obsolete code which is executed in rcmail_output_html::frame()Thomas Bruederli
2014-09-03Fix page title when using search filter (#1490023)Aleksander Machniak
2014-08-30Fix so rcube_text2html class does not depend on rcmail_string_replacerAleksander Machniak
2014-08-20Add config/preference option to disable saving messages in localStorage ↵Thomas Bruederli
(#1489979)
2014-08-18Don't expand recipient groups if they have an email addressThomas Bruederli
2014-08-14Don't read attachment contents from cache when downloading. Cache might have ↵Thomas Bruederli
line endings converted
2014-08-06Remove folder column after disabling multifolder scope (#1490022)Aleksander Machniak
2014-08-05Fix invalid Content-Type header when send_format_flowed=false (#1489992)Aleksander Machniak
2014-08-04Add option (disabled_actions) to disable UI elements/actions (#1489638)Aleksander Machniak
2014-08-04Add fileuploaderror label, fixing not resolved error label of failed import ↵Aleksander Machniak
uploads
2014-08-01Fix various iCloud vCard issues, added fallback for external photos (#1489993)Aleksander Machniak
2014-07-28Set 'compose_extwin' env property on every step; accept a list of URL ↵Thomas Bruederli
parameters for the 'compose' command
2014-07-05Skip redundant get_group() call for better performance of listing groups in ↵Aleksander Machniak
compose addressbook
2014-07-03Added 'contact_search_name' option to define autocompletion entry formatAleksander Machniak
2014-06-30Typo fixTakika
Missing $ added in get_uids call
2014-06-30Display quota information for current folder not INBOX only (#1487993)Aleksander Machniak
2014-06-29Support images in HTML signatures (#1488676)Aleksander Machniak
This enables image button and file browser in html editor for signatures
2014-06-26Fix incorrect label translation in return receipt (#1489963)Aleksander Machniak
2014-06-21Add option to set default message list mode - default_list_mode (#1487312)Aleksander Machniak
2014-06-20Fix so address format errors are ignored when saving a draft (#1489954)Aleksander Machniak
2014-06-18Improve accessibility on attachments list: use custom tabindex attribute + ↵Thomas Bruederli
add aria-label for meaningful voice output on delete icons
2014-06-17Use the right label for response dialog after renaming themThomas Bruederli
2014-06-13Fix malformed recipient name when composing a message by clicking on mailto ↵Aleksander Machniak
link (#1489942)
2014-06-05Select/scroll to previously selected message when returning from message ↵Aleksander Machniak
page (#1489023)
2014-06-05Remove leftover from merge; set alt text for contact photoThomas Bruederli
2014-06-05Merge branch 'dev-accessibility'Thomas Bruederli
Conflicts: program/include/rcmail_output_html.php program/js/app.js program/js/treelist.js program/lib/Roundcube/html.php skins/larry/styles.css skins/larry/templates/compose.html
2014-06-04Improved video support, all tinymce related resources moved to ↵Aleksander Machniak
program/js/tinymce/roundcube dir
2014-06-04Render localized texts for icon-style messagelist headersThomas Bruederli
2014-06-04Use <th> tags for table headers as suggested by the WCAG 2.0 GuidelinesThomas Bruederli
2014-06-03Fix so message list and counters are updated when a message is opened in new ↵Aleksander Machniak
window (#1489919)
2014-06-02Some more improvemements on content structure, text representation and ↵Thomas Bruederli
keyboard navigation within the mail view