ImapCapability Enum
An enumeration of IMAP server capabilities.
Fields
| Authenticate | The server supports SASL authentication mechanisms. |
| Children | The server supports CHILDREN extension defined in RFC 3348. |
| Idle | The server supports IDLE command defined in RFC 2177. |
| Imap4 | The server supports IMAP v4 specification. |
| Imap4rev1 | The server supports IMAP v4 rev1 specification. |
| LiteralMinus | The server has LITERAL- capability to handle literals as defined in RFC 7888. |
| LiteralPlus | The server has LITERAL+ capability to handle literals as defined in RFC 7888. |
| LoginDisabled | The server doesn't support native LOGIN authentication mechanism. |
| Move | The server supports MOVE command defined in RFC 6851. |
| StartTls | The server supports STARTTLS command. |