Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMaxMailboxCountReached = fmt.Errorf("max mailbox count reached")
View Source
var ErrMaxMailboxMessageCountReached = fmt.Errorf("max mailbox message count reached")
View Source
var ErrMaxUIDReached = fmt.Errorf("max UID value reached")
View Source
var ErrMaxUIDValidityReached = fmt.Errorf("max UIDValidity value reached")
Functions ¶
func IsIMAPLimitErr ¶
Types ¶
type IMAP ¶
type IMAP struct {
// contains filtered or unexported fields
}
IMAP contains configurable upper limits that can be enforced by the Gluon server.
func DefaultLimits ¶
func DefaultLimits() IMAP
func NewIMAPLimits ¶
func (IMAP) CheckMailBoxCount ¶
func (IMAP) CheckMailBoxMessageCount ¶
Click to show internal directories.
Click to hide internal directories.