go-imap icon indicating copy to clipboard operation
go-imap copied to clipboard

Consider turning capability set into a struct

Open emersion opened this issue 1 year ago • 0 comments

type CapabilitySet struct {
    IMAP4rev1 bool
    IMAP4rev2 bool
    // etc
}

emersion avatar Aug 24 '24 12:08 emersion