Age | Commit message (Expand) | Author |
2011-12-07 | - Deprecate $DB, $USER, $IMAP global variables, Use $RCMAIL instead | alecpl |
2011-12-07 | - Remove deprecated global $IMAP variable usage (#1488148) | alecpl |
2011-12-07 | - Add option to set default font for HTML message (#1484137) | alecpl |
2011-12-06 | - Fix typos in handling support link label | alecpl |
2011-12-03 | - Reload UI after skin change | alecpl |
2011-11-22 | - Fix action when toggling prefer_html option state | alecpl |
2011-11-21 | Show configurable support link in about page; refer on <srcuri> for download ... | thomascube |
2011-11-19 | - Use channel/uri as possible source locations | alecpl |
2011-11-18 | - Added About tab in Settings | alecpl |
2011-11-10 | - Add option to skip alternative email addresses in autocompletion | alecpl |
2011-11-08 | - Fix so folders with \Noinferiors attribute aren't listed in parent selector | alecpl |
2011-10-23 | - Fix JS error when dst_active checkbox doesn't exist (#1488133) | alecpl |
2011-10-05 | - Improved performance by skipping folders list sorting when it's not needed ... | alecpl |
2011-10-04 | - Fix issue where it wasn't possible to change list view mode in folder manag... | alecpl |
2011-09-30 | Restrict folders list to write-only in selectors for special folders and save... | thomascube |
2011-09-12 | Make date/time format user configurable; drop 'date_today' config option | thomascube |
2011-09-06 | - Merge devel-spellcheck branch: | alecpl |
2011-08-28 | - Localize forwarded message header (#1488058) | alecpl |
2011-08-25 | Move timezone computation to rcube_config; don't override SESSION['timezone']... | thomascube |
2011-08-19 | - Fix parent folder ACL checking in some cases | alecpl |
2011-08-18 | - Disable subscription on virtual shared folders | alecpl |
2011-08-18 | - Unsubscribe from non-existing folders always (on listing), not only in Sett... | alecpl |
2011-08-04 | - Fix moving folder to root, it wasn't working with IMAP delimiter different ... | alecpl |
2011-08-04 | - Add ACL check on parent folder | alecpl |
2011-08-01 | - Move rcmail_localize_folderpath() to main.inc | alecpl |
2011-08-01 | - Improved detection of folder rename possibility and its handling | alecpl |
2011-07-29 | - Exclude edited folder from parent selector | alecpl |
2011-07-28 | - Fix: folder selector doesn't list unsubscribed folders, followup to r4942 | alecpl |
2011-07-26 | - Unsubscribe from non-existing folders automaticly on folders listing | alecpl |
2011-07-20 | - Improved parent folder selector | alecpl |
2011-07-19 | Add drop-target for root folder; fix row insertion when moving to a protected... | thomascube |
2011-07-10 | - Plugin API: added folder_delete and folder_rename hooks | alecpl |
2011-07-06 | - Fix handling of other users namespace roots | alecpl |
2011-06-28 | - Fix creating/renaming folders with accented characters (#1487974) | alecpl |
2011-06-23 | - Add rcube_imap::mailbox_info() | alecpl |
2011-06-17 | - Improved namespace roots handling in folder manager | alecpl |
2011-06-15 | - Add possibility to return subscription status and css class name for folder... | alecpl |
2011-06-15 | - Add 'foldername' attribute to folders table rows, so plugin writers would b... | alecpl |
2011-06-02 | - Don't call rcube_idn_to_ascii() on empty data | alecpl |
2011-05-30 | - Add option to force spellchecking before sending a message (#1485458) | alecpl |
2011-05-27 | - Allow setting special folder with "<" character | alecpl |
2011-05-27 | - Fix handling of "<" character in contact data, search fields and folder nam... | alecpl |
2011-05-27 | - Added option to specify to which address book add new contacts | alecpl |
2011-05-20 | - Re-designed cache, fixes memcache/apc issues | alecpl |
2011-05-20 | - Improve performence of folder manager operations by moving subscriptions ta... | alecpl |
2011-05-19 | - Removed focus_on_new_message option, added newmail_notify plugin | alecpl |
2011-05-09 | - Fix possible ambiguity in folders caching (when list_mailboxes() was called... | alecpl |
2011-05-06 | - Plugin API: Add name and parent_name arguments to folder_form hook | alecpl |
2011-05-05 | - Fix problems with subfolders of INBOX folder on some IMAP servers (#1487725... | alecpl |
2011-04-19 | Gracefully shrug on database errors | thomascube |