We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b68ba commit 191dd53Copy full SHA for 191dd53
capability.go
@@ -15,8 +15,6 @@ const (
15
CapIMAP4rev1 Cap = "IMAP4rev1" // RFC 3501
16
CapIMAP4rev2 Cap = "IMAP4rev2" // RFC 9051
17
18
- CapAuthPlain Cap = "AUTH=PLAIN"
19
-
20
CapStartTLS Cap = "STARTTLS"
21
CapLoginDisabled Cap = "LOGINDISABLED"
22
0 commit comments