Commit Graph

1166 Commits

Author SHA1 Message Date
thomascube
dc6c4f4a28 Contact groups can have direct email addresses => distribution lists; enable 'compose' command for the selected group 2011-10-10 20:15:46 +00:00
thomascube
39cafac3f5 Autocomplete LDAP records when adding contacts from mail (#1488073) 2011-10-07 11:07:23 +00:00
alecpl
b1f0846727 - Make sure LDAP name fields aren't arrays (#1488108) 2011-10-07 08:33:24 +00:00
thomascube
e2a8b4dd6d Skip VLV if a group is selected; show advanced search form if activating a 'searchonly' address book 2011-10-06 12:31:38 +00:00
alecpl
8881766a9f - Improved performance by skipping folders list sorting when it's not needed in folder manager 2011-10-05 11:35:19 +00:00
thomascube
537c394302 Attach jquery UI date pickers to contact fields of type 'date' 2011-10-05 09:36:16 +00:00
alecpl
b96ed4b74e - Fix issue where it wasn't possible to change list view mode in folder manager for INBOX (#1488107), also show messages count and size in such case 2011-10-04 09:03:28 +00:00
alecpl
765fdeb5b5 - Improved performance of draft saving by usage of APPENDUID response if available (skipped SEARCH call) 2011-10-03 13:13:44 +00:00
alecpl
56ec81cb6f - Don't print error to the log when trying to delete non-existing draft message 2011-10-03 12:34:25 +00:00
thomascube
e750d1b816 Restrict folders list to write-only in selectors for special folders and save-message-to option 2011-09-30 15:22:08 +00:00
alecpl
90a6aff022 - Fix bug where when replying always the last identity is used (#1488101) 2011-09-27 06:59:59 +00:00
alecpl
b175394b30 - Add loading indicator on contact delete 2011-09-23 11:18:49 +00:00
alecpl
9e54e6fd45 - Make the whole PHP output non-cacheable (#1487797) 2011-09-23 10:11:27 +00:00
alecpl
bba25299f8 - Fix bug where after delete message rows can be added to the list of another folder (#1487752) 2011-09-22 07:49:33 +00:00
thomascube
2d3e2bc561 Add option 'searchonly' for address books; currently used by LDAP directories 2011-09-21 11:17:46 +00:00
alecpl
4b21d26879 - Add Priority filter to the messages list 2011-09-21 07:18:26 +00:00
alecpl
609d3923d7 - Cache synchronization using QRESYNC/CONDSTORE
- Fixed message ID updates in cache
- Changed message flags handling + some fixes (e.g. fixed messages listing after delete)
2011-09-18 09:02:35 +00:00
thomascube
47672bfda5 Trigger 'new_messages' hook for all checked folders (#1488083) 2011-09-16 19:08:07 +00:00
thomascube
06dc9838e0 Fix session race conditions when composing new messages 2011-09-16 17:53:35 +00:00
alecpl
8c124b9ea8 - Fix is_a() usage 2011-09-16 08:06:09 +00:00
thomascube
1cc9e210f5 Make date/time format user configurable; drop 'date_today' config option 2011-09-12 19:56:12 +00:00
alecpl
8703b08018 - Extend rcube_label_exists() to search in loaded plugins localizations
- Allow use localized addressbook field subtypes from plugins
2011-09-12 12:52:01 +00:00
alecpl
80152b333c - Rewritten messages caching (merged devel-mcache branch):
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
2011-09-07 11:07:03 +00:00
alecpl
b104e39f34 - Clear contactlist page conter after saved-search delete 2011-09-07 09:29:31 +00:00
alecpl
f5c1085fbd - Localize (full) forwarded message header (#1488058) 2011-09-07 08:45:08 +00:00
alecpl
f8e48df715 - Merge devel-saved_search branch (Addressbook Saved Searches) 2011-09-06 16:35:14 +00:00
alecpl
66df084203 - Merge devel-spellcheck branch:
- Added spellchecker exceptions dictionary (shared or per-user)
  - Added possibility to ignore words containing caps, numbers, symbols (spellcheck_ignore_* options)
2011-09-06 13:39:45 +00:00
alecpl
dbb0c2a109 - Add vCard's Profile URL support (#1488062) 2011-09-04 07:50:20 +00:00
thomascube
f7b58afb94 Make list of mimetypes that open in preview window configurable (#1487625) 2011-08-29 17:30:11 +00:00
thomascube
d78771ad3c Add plugin hook message_part_get for message part downloads 2011-08-29 17:06:29 +00:00
alecpl
13d45dfbda - Localize forwarded message header (#1488058)
- pl_PL update
- Fix label: databaserror -> dberror
2011-08-28 09:47:15 +00:00
alecpl
9a835c7f7c - Fix is_a() usage for PHP>5.3.6 2011-08-27 08:33:35 +00:00
thomascube
da71783bc9 Move timezone computation to rcube_config; don't override SESSION['timezone'] when saving prefs 2011-08-25 20:09:36 +00:00
thomascube
1a716d2d34 Add copyright line on files with significant changes from Kolab Systems 2011-08-24 20:16:14 +00:00
alecpl
7a2bade211 - Added 'priority' column on messages list 2011-08-22 15:44:07 +00:00
alecpl
f0bccb7fb2 - Fix image type check for contact photo uploads 2011-08-22 14:33:02 +00:00
alecpl
5db6f96d22 - Fix contact row update after name change when in searching mode, update changelog 2011-08-22 12:25:08 +00:00
alecpl
8015bb9431 - Followup to r5097, fix: match From with full address spec. 2011-08-19 10:11:03 +00:00
alecpl
4436b43480 - Fixed selecting identity on reply/forward (#1487981) 2011-08-19 10:07:41 +00:00
alecpl
dd6a47c24a - Fix parent folder ACL checking in some cases 2011-08-19 08:07:05 +00:00
alecpl
72fa193335 - Disable subscription on virtual shared folders 2011-08-18 12:32:35 +00:00
alecpl
189a0ae4dc - Unsubscribe from non-existing folders always (on listing), not only in Settings/Folders UI 2011-08-18 09:30:28 +00:00
alecpl
5c2ac5f528 - Fix/simplify email regexp to prevent "no valid recipients" SMTP error (#1488040) 2011-08-16 17:32:52 +00:00
alecpl
5c9d1ffe8e - Add option to hide selected LDAP addressbook on the list 2011-08-16 13:41:52 +00:00
alecpl
fe0cb657f1 - Add client-side checking of uploaded files size 2011-08-16 12:11:21 +00:00
thomascube
782d8593bd More unique error codes 2011-08-14 18:54:24 +00:00
thomascube
615fb1c069 Only check for existing contacts if an email address is present 2011-08-12 18:05:33 +00:00
thomascube
57ce504112 Set maxlength for contact fields 2011-08-12 15:34:07 +00:00
thomascube
31737295b8 Add newlines between organization, department, jobtitle (#1488028) 2011-08-10 11:53:41 +00:00
thomascube
f2ff370215 Recalculate date when replying to a message and localize the cite header (#1487675) 2011-08-10 11:09:16 +00:00