Documentation
¶
Overview ¶
Implements the IMAP ENABLE extension, as defined in RFC 5161.
Index ¶
Constants ¶
View Source
const Capability = "ENABLE"
The ENABLE capability name.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) SupportEnable ¶
type Command ¶
type Command struct {
Capabilities []string
}
An ENABLE command, defined in RFC 5161 section 3.1.
type EnableClient ¶
type EnableClient = Client
EnableClient is an alias used to compose multiple client extensions.
Click to show internal directories.
Click to hide internal directories.