Age | Commit message (Collapse) | Author |
|
(#1488232)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
button for drafts
|
|
- Add LIST result and folder attributes cache
- rcmail_render_folder_tree_select(): fix 'exceptions' parameter, add 'skip_noinferiors' option
|
|
|
|
|
|
|
|
|
|
was build according to number of messages in a folder
|
|
|
|
|
|
|
|
(#1488125)
|
|
|
|
in folder manager
|
|
available (skipped SEARCH call)
|
|
save-message-to option
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Fixed message ID updates in cache
- Changed message flags handling + some fixes (e.g. fixed messages listing after delete)
|
|
|
|
|
|
|
|
- Fix reset-search action so it resets list page number to 1
|
|
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.
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
Settings/Folders UI
|
|
|
|
|
|
|
|
fixes #1488007
|
|
(where user ID wasn't set on init time)
|
|
|
|
headers list (#1487989)
|
|
- Set namespace/delimiter in constructor (this way some methods could be used before connecting to IMAP server)
|
|
|