duesee / imap-codec

Rock-solid and complete codec for IMAP
Apache License 2.0
35 stars 13 forks source link

docs(imap-types): Mark all extensions (with required capability) #498

Closed duesee closed 3 days ago

duesee commented 1 month ago

We should mark all API surface that requires explicit support clearly.

For example, every Command should say what Capability the server potentially needs to advertize.

This is so that users don't use features by accident that a server doesn't support.

Action items: