Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
(#1487634)
|
|
|
|
- Add confirmation message on purge/expunge commands response
- Fix CLOSE was called on unselected mailbox
|
|
|
|
|
|
all folders when we need only children of the specified folder.
|
|
|
|
CLOSE intead of EXPUNGE)
- Code cleanup + added more phpdoc comments
|
|
- Fix invalid Request when creating a folder (#1487443)
- Add folder size and quota indicator in folder manager (#1485780)
- Add possibility to move a subfolder into root folder (#1486791)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
we're invoking
STATUS (for all messages count) and SELECT later for other operations. If we
call SELECT first, the STATUS will be not needed.
|
|
(#1486225)
|
|
|
|
|
|
|
|
quoted string (#1484961)
|
|
|
|
- Don't list subscribed but non-existent folders (#1486225)
- Fix \Noselect handling performance (#1487082)
|
|
|
|
as virtual, etc.)
|
|
|
|
|
|
|
|
- Store UIDNEXT, UIDVALIDITY, UNSEEN values of selected folder
|
|
- Use unified methods of command execution and response parsing
|
|
why mailbox_status() returned always "1" for folders with enabled threading
|
|
- Add ANNOTATEMORE extension support into IMAP classes (draft-daboo-imap-annotatemore)
- Add METADATA extension support into IMAP classes (RFC5464)
|
|
|
|
get_message_cache_index
to use internal cache when only sort order changes. Both changes improves performance of 'show' action
- code cleanup/function description fixes
|
|
|
|
|
|
|
|
|
|
with #1486748
|
|
|