summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps
AgeCommit message (Expand)Author
2011-06-23- Add rcube_imap::mailbox_info()alec
2011-06-22Skip empty e-mail addresses in autocompletionthomasb
2011-06-22Fix check in pagenavthomasb
2011-06-22Trigger keep_alive hook when checking for recent messages, toothomasb
2011-06-21- Set css class name on directory list row according to readonly flag and 'cl...alec
2011-06-17- Improved namespace roots handling in folder manageralec
2011-06-16- Add addressbook name in contact info frame (#1487958)alec
2011-06-15- Add possibility to return subscription status and css class name for folder...alec
2011-06-15- Add 'foldername' attribute to folders table rows, so plugin writers would b...alec
2011-06-15- Fixed initial directory selectionalec
2011-06-14- Added searching in all addressbook sources (global-search)alec
2011-06-05- Fix contacts import (#1487947)alec
2011-06-03Use address_template config when adding a new address block (#1487944)thomasb
2011-06-03- Call addressbook_get hook only if build-in addressbook doesn't match wanted...alec
2011-06-03- Added addressbook advanced searchalec
2011-06-02- Don't call rcube_idn_to_ascii() on empty dataalec
2011-06-01- Add popup with basic fields selection for addressbook searchalec
2011-05-31Case-insensitive matching in autocompletion (#1487933); replace old string of...thomasb
2011-05-31- Optimization for spellcheck_before_send: don't invoke new ajax request. Whi...alec
2011-05-30- Fix setting language for spellchecker on spellcheck_before_sendalec
2011-05-30- Add option to force spellchecking before sending a message (#1485458)alec
2011-05-30- Provided rcube_spellchecker class, simplified code in utils task (less spel...alec
2011-05-27- Fix handling of "<" character in group namealec
2011-05-27- Allow setting special folder with "<" characteralec
2011-05-27- Fix handling of "<" character in contact data, search fields and folder nam...alec
2011-05-27- Added option to specify to which address book add new contactsalec
2011-05-23- Store user preferences in session when write-master is not available and se...alec
2011-05-20- Re-designed cache, fixes memcache/apc issuesalec
2011-05-20- Improve performence of folder manager operations by moving subscriptions ta...alec
2011-05-19- Removed focus_on_new_message option, added newmail_notify pluginalec
2011-05-16- Add option to set default action of Forward button to "Forward as attachment"alec
2011-05-16- Trim HTML message before washing, to make sure that BOM is removed even whe...alec
2011-05-13Don't connect to address books unless necessarythomasb
2011-05-13Correctly handle empty contact names when importingthomasb
2011-05-13Fix empty name in search results and error when creating a new contactthomasb
2011-05-13- Add forward-as-attachment featurealec
2011-05-12Improve display name composition when saving contacts (#1487143), with plugin...thomasb
2011-05-09- Fix possible ambiguity in folders caching (when list_mailboxes() was called...alec
2011-05-06- Plugin API: Add name and parent_name arguments to folder_form hookalec
2011-05-06- Add possibility (for plugins) to filter folders lists by some additional cr...alec
2011-05-05- Fix problems with subfolders of INBOX folder on some IMAP servers (#1487725...alec
2011-05-03- Add 'uploadingmany' message translationalec
2011-05-03- Enable multiselection for attachments uploading in capable browsers (#1485969)alec
2011-04-29- Fix a bug where selecting too many contacts would produce too large URI req...alec
2011-04-29- Fix relative URLs handling according to a <base> in HTML (#1487889)alec
2011-04-27- Improve photo actions handling (set name of upload-photo, disable delete-ph...alec
2011-04-26- Fix handling of top-level domains with more than 5 chars or unicode chars (...alec
2011-04-22- Fix usage of non-standard HTTP error codes (#1487797)alec
2011-04-20- Improve performance by including files with absolute path (#1487849) alec
2011-04-19Gracefully shrug on database errorsthomasb