emersion / go-imap

📥 An IMAP library for clients and servers
MIT License
2.1k stars 296 forks source link

Consider turning capability set into a struct #637

Open emersion opened 3 months ago

emersion commented 3 months ago
type CapabilitySet struct {
    IMAP4rev1 bool
    IMAP4rev2 bool
    // etc
}