Files
raven/vendor/github.com/emersion/go-imap/v2/create.go
2026-01-04 20:57:40 +00:00

7 lines
159 B
Go

package imap
// CreateOptions contains options for the CREATE command.
type CreateOptions struct {
SpecialUse []MailboxAttr // requires CREATE-SPECIAL-USE
}