Skip to content

Commit 191dd53

Browse files
committed
Drop CapAuthPlain
AuthCap can be used instead.
1 parent 57b68ba commit 191dd53

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

capability.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ const (
1515
CapIMAP4rev1 Cap = "IMAP4rev1" // RFC 3501
1616
CapIMAP4rev2 Cap = "IMAP4rev2" // RFC 9051
1717

18-
CapAuthPlain Cap = "AUTH=PLAIN"
19-
2018
CapStartTLS Cap = "STARTTLS"
2119
CapLoginDisabled Cap = "LOGINDISABLED"
2220

0 commit comments

Comments
 (0)