You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RENAME is now implemented (dev branch currently, but will be merged with master as soon as fetch is available), but requires some special attention w.r.t. the INBOX mailbox.
Renaming INBOX is permitted, and has special behavior. It moves
all messages in INBOX to a new mailbox with the given name,
leaving INBOX empty. If the server implementation supports
inferior hierarchical names of INBOX, these are unaffected by a
rename of INBOX.
This would move all messages, and (which requires a bit more effort), update the counters (first unseen, recent count, etc.)
The text was updated successfully, but these errors were encountered:
RENAME is now implemented (
dev
branch currently, but will be merged withmaster
as soon asfetch
is available), but requires some special attention w.r.t. theINBOX
mailbox.This would move all messages, and (which requires a bit more effort), update the counters (first unseen, recent count, etc.)
The text was updated successfully, but these errors were encountered: