| Age | Commit message (Collapse) | Author |
|
save-message-to option
git-svn-id: https://svn.roundcube.net/trunk@5297 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
git-svn-id: https://svn.roundcube.net/trunk@5279 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
git-svn-id: https://svn.roundcube.net/trunk@5255 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
git-svn-id: https://svn.roundcube.net/trunk@5254 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
git-svn-id: https://svn.roundcube.net/trunk@5253 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
git-svn-id: https://svn.roundcube.net/trunk@5244 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
git-svn-id: https://svn.roundcube.net/trunk@5240 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
- Fixed message ID updates in cache
- Changed message flags handling + some fixes (e.g. fixed messages listing after delete)
git-svn-id: https://svn.roundcube.net/trunk@5233 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
git-svn-id: https://svn.roundcube.net/trunk@5232 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
git-svn-id: https://svn.roundcube.net/trunk@5205 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
git-svn-id: https://svn.roundcube.net/trunk@5204 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
- Fix reset-search action so it resets list page number to 1
git-svn-id: https://svn.roundcube.net/trunk@5194 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
database.
The object must be cleaned up before storing in DB, because some code
(out of rcube_message and rcube_imap classes) is changing objects data
e.g. parts mimetype or body. Now it's become a problem because we're
saving the object in cache at shutdown (after all modifications).
- Make stored message object smaller by removing some redundant data.
git-svn-id: https://svn.roundcube.net/trunk@5192 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
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
|
|
git-svn-id: https://svn.roundcube.net/trunk@5150 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
git-svn-id: https://svn.roundcube.net/trunk@5137 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
git-svn-id: https://svn.roundcube.net/trunk@5128 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
git-svn-id: https://svn.roundcube.net/trunk@5111 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
git-svn-id: https://svn.roundcube.net/trunk@5095 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
Settings/Folders UI
git-svn-id: https://svn.roundcube.net/trunk@5085 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
git-svn-id: https://svn.roundcube.net/trunk@5034 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
git-svn-id: https://svn.roundcube.net/trunk@5033 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
git-svn-id: https://svn.roundcube.net/trunk@4996 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
fixes #1488007
git-svn-id: https://svn.roundcube.net/trunk@4980 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
(where user ID wasn't set on init time)
git-svn-id: https://svn.roundcube.net/trunk@4978 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
git-svn-id: https://svn.roundcube.net/trunk@4911 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
headers list (#1487989)
git-svn-id: https://svn.roundcube.net/trunk@4905 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
- Set namespace/delimiter in constructor (this way some methods could be used before connecting to IMAP server)
git-svn-id: https://svn.roundcube.net/trunk@4879 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
git-svn-id: https://svn.roundcube.net/trunk@4875 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
git-svn-id: https://svn.roundcube.net/trunk@4799 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
git-svn-id: https://svn.roundcube.net/trunk@4794 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
git-svn-id: https://svn.roundcube.net/trunk@4792 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
git-svn-id: https://svn.roundcube.net/trunk@4785 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
- Improved caching performance by skipping writes of unchanged data
- Option enable_caching replaced by imap_cache and messages_cache options
git-svn-id: https://svn.roundcube.net/trunk@4783 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
git-svn-id: https://svn.roundcube.net/trunk@4778 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
git-svn-id: https://svn.roundcube.net/trunk@4777 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
git-svn-id: https://svn.roundcube.net/trunk@4761 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
called the same result was returned, no matter what was the 1st and 2nd argument)
git-svn-id: https://svn.roundcube.net/trunk@4743 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
git-svn-id: https://svn.roundcube.net/trunk@4741 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
git-svn-id: https://svn.roundcube.net/trunk@4737 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
criteria (e.g. folder type)
git-svn-id: https://svn.roundcube.net/trunk@4735 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
(#1487725)
- Fix handling of folders that doesn't belong to any namespace (#1487637)
git-svn-id: https://svn.roundcube.net/trunk@4733 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
git-svn-id: https://svn.roundcube.net/trunk@4633 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
word (#1487801)
git-svn-id: https://svn.roundcube.net/trunk@4591 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
folder's namespace, modify edit form fields according to MYRIGHTS)
git-svn-id: https://svn.roundcube.net/trunk@4581 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
git-svn-id: https://svn.roundcube.net/trunk@4512 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
git-svn-id: https://svn.roundcube.net/trunk@4468 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
git-svn-id: https://svn.roundcube.net/trunk@4433 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
(#1487700)
git-svn-id: https://svn.roundcube.net/trunk@4421 208e9e7b-5314-0410-a742-e7e81cd9613c
|
|
git-svn-id: https://svn.roundcube.net/trunk@4410 208e9e7b-5314-0410-a742-e7e81cd9613c
|