go-imap
go-imap copied to clipboard
Consider turning capability set into a struct
type CapabilitySet struct {
IMAP4rev1 bool
IMAP4rev2 bool
// etc
}