apple / swift-nio-imap

A Swift project that provides an implementation of the IMAP4rev1 protocol, built upon SwiftNIO.
Apache License 2.0
97 stars 13 forks source link

Implement RFC 7889 `APPENDLIMIT` #769

Closed danieleggert closed 1 week ago

danieleggert commented 1 week ago

Implement RFC 7889 APPENDLIMIT

Motivation:

Support for RFC 7889 “maximum message upload sizes”.

Modifications:

Added both the (normal) CAPABILITY part and the mailbox-specific limit through STATUS response.