summaryrefslogtreecommitdiff
path: root/program/steps/mail/func.inc
AgeCommit message (Collapse)Author
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-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
2014-01-20- Make search scope selectable in UIThomas Bruederli
- Disable thread mode when searching over multiple folders - Encode UID values for HTML message row identifiers
2014-01-16Make message pagenav (prev/next) work with sorted multi-folder search resultsThomas Bruederli
2014-01-16Merge branch 'dev-multi-folder-search' of github.com:roundcube/roundcubemail ↵Thomas Bruederli
into dev-multi-folder-search after rebasing to master
2014-01-16Support globally unique message UIDs with IMAP folder name appendedThomas
2014-01-16Prepare message list to display IMAP folderThomas
2013-12-31More CS fixes, replace global $CONFIG usage with $RCMAIL->config->get()Aleksander Machniak
2013-12-22Remove deprecated functions (these listed in bc.php file) usageAleksander Machniak
2013-11-24Make Reporting-UA header in MDN report optional, as User-Agent isAleksander Machniak
2013-11-15Fix bgcolor attribute handlingAleksander Machniak
2013-11-04Improve identity selection based on From: header (#1489378)Aleksander Machniak
2013-10-30Add an option to disable smart Reply-List behaviour - reply_all_mode (#1488734)Aleksander Machniak
2013-10-15Fix address matching in Return-Path header on identity selection (#1489374)Aleksander Machniak
2013-10-09Support globally unique message UIDs with IMAP folder name appendedThomas
2013-10-09Prepare message list to display IMAP folderThomas
2013-10-03Improved mailto: link arguments handling (#1489363)Aleksander Machniak
2013-09-30Also truncate the list of addresses in print view + add link to show them allThomas Bruederli
2013-09-06Make identities matching case insensitive (#1485480)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-06Update func.incDennis1993
deleted size attribute in file input
2013-08-04Move identity selection based on non-standard headers into (new) ↵Aleksander Machniak
identity_select plugin (#1488553)
2013-07-31Support special Return-Path form used on some (PEAR) mailing list (#1489241)Aleksander Machniak
2013-07-25Fix identity-selection using Return-Path headers (#1489241)Thomas Bruederli
2013-07-16Merge pull request #64 from Steffen185/patch-2Thomas B.
Add hook "message_check_safe"
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-24Improved/unified attachment preview pageAleksander Machniak
Implemented attachment print button
2013-06-16Display '(empty subject)' in message view if subject header is missing ↵Thomas Bruederli
(#1489108)