summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps
AgeCommit message (Collapse)Author
2011-09-16Trigger 'new_messages' hook for all checked folders (#1488083)thomasb
git-svn-id: https://svn.roundcube.net/trunk@5228 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-16Fix session race conditions when composing new messagesthomasb
git-svn-id: https://svn.roundcube.net/trunk@5226 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-16- Fix is_a() usagealec
git-svn-id: https://svn.roundcube.net/trunk@5222 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-12Make date/time format user configurable; drop 'date_today' config optionthomasb
git-svn-id: https://svn.roundcube.net/trunk@5210 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-12- Extend rcube_label_exists() to search in loaded plugins localizationsalec
- Allow use localized addressbook field subtypes from plugins git-svn-id: https://svn.roundcube.net/trunk@5207 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-07- Rewritten messages caching (merged devel-mcache branch):alec
Indexes are stored in a separate table, so there's no need to store all messages in a folder Added threads data caching Flags are stored separately, so flag change doesn't cause DELETE+INSERT, just UPDATE - Partial QRESYNC support - Improved FETCH response handling - Improvements in response tokenization method git-svn-id: https://svn.roundcube.net/trunk@5190 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-07- Clear contactlist page conter after saved-search deletealec
git-svn-id: https://svn.roundcube.net/trunk@5189 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-07- Localize (full) forwarded message header (#1488058)alec
git-svn-id: https://svn.roundcube.net/trunk@5188 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-06- Merge devel-saved_search branch (Addressbook Saved Searches)alec
git-svn-id: https://svn.roundcube.net/trunk@5182 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-06- Merge devel-spellcheck branch:alec
- Added spellchecker exceptions dictionary (shared or per-user) - Added possibility to ignore words containing caps, numbers, symbols (spellcheck_ignore_* options) git-svn-id: https://svn.roundcube.net/trunk@5181 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-04- Add vCard's Profile URL support (#1488062)alec
git-svn-id: https://svn.roundcube.net/trunk@5158 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-29Make list of mimetypes that open in preview window configurable (#1487625)thomasb
git-svn-id: https://svn.roundcube.net/trunk@5144 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-29Add plugin hook message_part_get for message part downloadsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5143 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-28- Localize forwarded message header (#1488058)alec
- pl_PL update - Fix label: databaserror -> dberror git-svn-id: https://svn.roundcube.net/trunk@5139 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-27- Fix is_a() usage for PHP>5.3.6alec
git-svn-id: https://svn.roundcube.net/trunk@5138 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-25Move timezone computation to rcube_config; don't override ↵thomasb
SESSION['timezone'] when saving prefs git-svn-id: https://svn.roundcube.net/trunk@5132 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-24Add copyright line on files with significant changes from Kolab Systemsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5128 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-22- Added 'priority' column on messages listalec
git-svn-id: https://svn.roundcube.net/trunk@5111 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-22- Fix image type check for contact photo uploads alec
git-svn-id: https://svn.roundcube.net/trunk@5110 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-22- Fix contact row update after name change when in searching mode, update ↵alec
changelog git-svn-id: https://svn.roundcube.net/trunk@5108 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-19- Followup to r5097, fix: match From with full address spec.alec
git-svn-id: https://svn.roundcube.net/trunk@5098 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-19- Fixed selecting identity on reply/forward (#1487981)alec
git-svn-id: https://svn.roundcube.net/trunk@5097 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-19- Fix parent folder ACL checking in some casesalec
git-svn-id: https://svn.roundcube.net/trunk@5096 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-18- Disable subscription on virtual shared foldersalec
git-svn-id: https://svn.roundcube.net/trunk@5087 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-18- Unsubscribe from non-existing folders always (on listing), not only in ↵alec
Settings/Folders UI git-svn-id: https://svn.roundcube.net/trunk@5085 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-16- Fix/simplify email regexp to prevent "no valid recipients" SMTP error ↵alec
(#1488040) git-svn-id: https://svn.roundcube.net/trunk@5073 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-16- Add option to hide selected LDAP addressbook on the listalec
git-svn-id: https://svn.roundcube.net/trunk@5072 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-16- Add client-side checking of uploaded files sizealec
git-svn-id: https://svn.roundcube.net/trunk@5071 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-14More unique error codesthomasb
git-svn-id: https://svn.roundcube.net/trunk@5068 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-12Only check for existing contacts if an email address is presentthomasb
git-svn-id: https://svn.roundcube.net/trunk@5059 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-12Set maxlength for contact fieldsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5058 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-10Add newlines between organization, department, jobtitle (#1488028)thomasb
git-svn-id: https://svn.roundcube.net/trunk@5041 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-10Recalculate date when replying to a message and localize the cite header ↵thomasb
(#1487675) git-svn-id: https://svn.roundcube.net/trunk@5040 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-09- Fix handling of email addresses with quoted local part (#1487939)alec
git-svn-id: https://svn.roundcube.net/trunk@5033 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-09- Fix handling Mail-Reply-To header in Reply All actionalec
git-svn-id: https://svn.roundcube.net/trunk@5032 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-04- Fix moving folder to root, it wasn't working with IMAP delimiter different ↵alec
than a dot (loast part of r5023) git-svn-id: https://svn.roundcube.net/trunk@5025 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-04- Add ACL check on parent folderalec
git-svn-id: https://svn.roundcube.net/trunk@5022 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-03- Add "loading" messages for contacts copying and groups assignmentalec
git-svn-id: https://svn.roundcube.net/trunk@5014 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-03- Fix EOL character in vCard exports (#1487873)alec
git-svn-id: https://svn.roundcube.net/trunk@5012 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-03- Added possibility to extend rcube_vcard's fieldmapalec
- Skip empty values in vCard export git-svn-id: https://svn.roundcube.net/trunk@5010 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-02- Fix setting default addressbook as selected in source selectoralec
git-svn-id: https://svn.roundcube.net/trunk@5009 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-02- Fixed form reloading on source change, broken in r4999alec
git-svn-id: https://svn.roundcube.net/trunk@5005 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-02- Added confirmation dialog for contact group deleting + loading indicatoralec
git-svn-id: https://svn.roundcube.net/trunk@5003 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-01- Fixed contact photos upload, moved code to separate file for better ↵alec
performance (to handle upload we don't need to initialize addressbook source) git-svn-id: https://svn.roundcube.net/trunk@4999 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-01- Move rcmail_localize_folderpath() to main.incalec
git-svn-id: https://svn.roundcube.net/trunk@4997 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-01- Improved detection of folder rename possibility and its handlingalec
git-svn-id: https://svn.roundcube.net/trunk@4996 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-29- Exclude edited folder from parent selectoralec
git-svn-id: https://svn.roundcube.net/trunk@4989 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-29- Fixed search fields handling in quick-searchalec
git-svn-id: https://svn.roundcube.net/trunk@4986 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-28- Fix: folder selector doesn't list unsubscribed folders, followup to r4942alec
git-svn-id: https://svn.roundcube.net/trunk@4985 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-27Move mail sending functions from mail task to core for general usagethomasb
git-svn-id: https://svn.roundcube.net/trunk@4977 208e9e7b-5314-0410-a742-e7e81cd9613c