Skip to content

Commit ba1c8a2

Browse files
committed
evergreen.c: Update comments on capabilities.
* NOTIFY is now supported * CREATE/DELETE are now supported for mailboxes
1 parent 9cfbc7e commit ba1c8a2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

evergreen.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@
1414
* \note Supports the following features and functionality:
1515
*
1616
* IMAP
17-
* - RFC 2177 IDLE
17+
* - RFC 2177 IDLE and RFC 5465 NOTIFY
1818
* - Stores \Answered and $Forwarded flags
1919
* - Save and resume drafts
2020
* - Message forwarding
21+
* - Mailbox creation and deletion
2122
*
2223
* SMTP
2324
* - RFC 1870 SIZE declaration
@@ -43,8 +44,7 @@
4344
* - Honoring read receipts (configurable)
4445
* - Full attachment support (upload from disk, download/view attachments, forward message with its attachments)
4546
* Ability to do disk operations (upload/download) needs to be disableable by a runtime flag, for restricted environments.
46-
* - IMAP NOTIFY + periodically issue STATUS for all mailboxes
47-
* - Create/delete/move mailboxes
47+
* - Move (rename) mailboxes
4848
* - BURL IMAP support
4949
* - NNTP support?
5050
*/

0 commit comments

Comments
 (0)