-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
evergreen: Allow creating and deleting folders.
Allow using IMAP CREATE, DELETE, and RENAME to create new mailboxes or delete existing ones. Arbitrary mailbox renaming is not yet supported. This implementation is not super optimal at the moment, as after these operations, the LIST command is effectively repeated in order to repopulate the new mailboxes array. This could be optimized significantly in the future, and a stub has been left for this in imap.c.
- Loading branch information
1 parent
3672109
commit 9a61ece
Showing
3 changed files
with
381 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.