summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-08Update ChangelogThomas Bruederli
2014-04-08Enable listmode switch if listing is not multi-folderThomas Bruederli
2014-04-08Fix forwarding all ('*') messages of a search setThomas Bruederli
2014-04-08Consider sort order in UID sort mode of multi-folder search resultsThomas Bruederli
2014-04-08Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2014-04-08Don't remove messages from list when moving to another folder in ↵Thomas Bruederli
multi-folder search mode, just update the list
2014-04-08Add test case for #1489777Aleksander Machniak
2014-04-08Fix splitting message identifiers into UID and folder valuesThomas Bruederli
2014-04-08Optimize header fetching of multi-folder searches with natural (UID) sortingThomas Bruederli
2014-04-08Fix _uid=* case for regular selectionsThomas Bruederli
2014-04-08Don't display error when moving a message to the same folder it already residesThomas Bruederli
2014-04-08Fix message UID extraction for _uid=*; update unread count for all affected ↵Thomas Bruederli
mailboxes
2014-04-08Fix bug where "With attachment" option in search filter wasn't selected ↵Aleksander Machniak
after return from mail view (#1489774)
2014-04-07Added Italian localization for csv2vcard map (#1489773)Aleksander Machniak
2014-04-07Adapt archive and markasjunk plugins to work with multi-folder search resultsThomas Bruederli
2014-04-07Fix folder column display and message moving in multi-folder search modeThomas Bruederli
2014-04-07Update zipdownload plugin to work with multi-folder search resultsThomas Bruederli
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-07Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-04-07Integrate jQuery miniColors extensionAleksander Machniak
2014-04-07Small refactoring of message list column configuration; fixes table column ↵Thomas Bruederli
resorting issues with hidden 'folder' column
2014-04-07Save list columns as array in sessionThomas Bruederli
2014-04-07Merge branch 'dev-multi-folder-search'Thomas Bruederli
2014-04-05Fix again xdebug.max_nesting_level limit handling (#1489110)Aleksander Machniak
2014-04-04Improve error message on failed http connectionAleksander Machniak
2014-04-04Improve HTML structure so toolbar and content are in separate containers.Aleksander Machniak
This makes splitters size and positioning better.
2014-04-04Fix splitter so minimum width/height is checked on both sides of the splitterAleksander Machniak
2014-04-03Update changelogAleksander Machniak
2014-04-03Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-04-03Remove style that breaks border/spacing of nested folders in mailboxes listAleksander Machniak
2014-04-03Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2014-04-02Allow to force-load plugins which have been loaded but not initialized beforeThomas Bruederli
2014-04-02Don't trigger 'select' event twice when selecting a list itemThomas Bruederli
2014-04-02Bring back $COMPOSE['reply_uid'] lost in commit 73076d7eAleksander Machniak
2014-04-01Removed redundant default_folders config option (#1489737)Aleksander Machniak
Implemented IMAP SPECIAL-USE extension support [RFC6154] (#1487830)
2014-04-01Replace   entities when converting to textThomas Bruederli
2014-03-31Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-03-31Set In-Reply-To and References for forwarded messages (#1489593)Aleksander Machniak
2014-03-31Render 'now' dates in short form, tooThomas Bruederli
2014-03-31Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2014-03-30Fix so identity fields are cast to string to prevent "Column X cannot be ↵Aleksander Machniak
null" errors.
2014-03-26Remove usage of $RCMAIL global variableFelix Eckhofer
2014-03-26Add config variable 'proxy_whitelist'Felix Eckhofer
HTTP headers X_FORWARDED_* and X_REAL_IP are only evaluated when received from an IP listed in proxy_whitelist. Furthermore, only the last non-trusted IP from X-Forwarded-For is used in place of the real ip. Without this, an attacker can easily spoof the headers and control the result of the ip or ssl check. This fixes several problems with [3a4c9f42], [4d480b36] and [a520f331] as mentioned in #1489729.
2014-03-26Fix typo in commentFelix Eckhofer
2014-03-25Improve mbox format import: don't expect empty lines after each messageThomas Bruederli
2014-03-25Fix fatal error in database_attachments plugin under some conditions (#1489726)Aleksander Machniak
2014-03-23Skip IMAP SORT request if folder is emptyAleksander Machniak
2014-03-22Make sure parent folder selector always contains parent folderAleksander Machniak
of current folder, even if it does not exist