summaryrefslogtreecommitdiff
path: root/program/steps/mail/func.inc
AgeCommit message (Collapse)Author
2015-03-09Fix so search filter, scope and fields are reset on folder changeAleksander Machniak
2015-03-02Fix so localized folder name is displayed in multi-folder search result ↵Aleksander Machniak
(#1490243)
2015-02-19Fix needless security warning on BMP attachments display (#1490282)Aleksander Machniak
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-12Fix blocked.gif image usage with assets_dir setAleksander Machniak
2014-12-16Fix skin inheritance for some icons (#149017)Aleksander Machniak
2014-11-16Code cleanup - unused variablesAleksander Machniak
2014-11-03Don't trust get_folder(), use mailbox environment variable when appropriateAleksander Machniak
2014-10-30More get_folder() -> $MESSAGE->folderAleksander 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-06Remove folder column after disabling multifolder scope (#1490022)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-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-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-05Select/scroll to previously selected message when returning from message ↵Aleksander Machniak
page (#1489023)
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-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-05-28Add message status labels to clientThomas Bruederli
2014-05-27Plugin API: Add folder and uid arguments to message_headers_output hookAleksander Machniak
2014-05-21Fix so current page is reset on list-mode change (#1489907)Aleksander Machniak
2014-05-13Bring back the old behaviour where text messages without format=flowed are ↵Aleksander Machniak
auto-wrapped. Make it the default in text2html class.
2014-05-11Improved display of plain text messages and text to HTML conversion (#1488937)Aleksander Machniak
Now instead of <pre> we use <div class="pre"> styled with monospace font. We replace whitespace characters with non-breaking spaces where needed. I.e. plain text is always unwrappable, until it uses format=flowed, in such a case only flowed paragraphs are wrappable. Also conversion of text to HTML in compose editor was modified in the same way.
2014-05-07Further accessibility improvements regarding keyboard navigation and ↵Thomas Bruederli
document structure
2014-05-06Support image operations with Imagick extension (#1489734)Aleksander Machniak
2014-04-23Further refine cross-folder searching:Thomas Bruederli
- Store incomplete search results in session and re-send search requests to the server if returned before complete (this should avoid hitting request timeouts). - Display full folder path on mouseover in message list - Remove pthreads implementation stuff as this wasn't really working
2014-04-23Fix so browser capabilities check is done really only once a sessionAleksander Machniak
2014-04-13Fix lack of translation of special folders in some configurations (#1489799)Aleksander Machniak
2014-04-10Refactored storage properties settingAleksander Machniak
2014-04-08Make multi-folder message identifiers work with folders containing commasThomas Bruederli
2014-04-08Enable listmode switch if listing is not multi-folderThomas Bruederli
2014-04-08Fix splitting message identifiers into UID and folder valuesThomas Bruederli
2014-04-08Fix bug where "With attachment" option in search filter wasn't selected ↵Aleksander Machniak
after return from mail view (#1489774)
2014-04-07Make UID extraction function globally availbale (for plugins)Thomas Bruederli
2014-04-07Fix page title and folder selection in search modeThomas Bruederli
2014-04-07More fixes for multi-folder search (#1485234)Thomas Bruederli
2014-04-07Small refactoring of message list column configuration; fixes table column ↵Thomas Bruederli
resorting issues with hidden 'folder' column
2014-04-07Merge branch 'dev-multi-folder-search'Thomas Bruederli
2014-03-13Fix message import dialog (#1489685):Thomas Bruederli
- Display alert if no file is chosen - Unlock the UI if form is not submitted - Avoid duplicate error messages - Fix javascript error due to missing attachments list widget
2014-03-05Fix default mailbox sort orderTakika
2014-01-29Include groups in contacts search on mail compose (#1489082)Thomas Bruederli
2014-01-22Improve wording: don't pretend that mailbox is empty if search/filter ↵Thomas Bruederli
doesn't find any messages
2014-01-20Code cleanup: remove duplicated code, don't trigger multi-folder search on ↵Thomas Bruederli
simple filter requests