Documentation ¶
Index ¶
Constants ¶
View Source
const NonExistentAttr = "\\NonExistent"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CachedHeader ¶
type IMAPWorker ¶
type IMAPWorker struct {
// contains filtered or unexported fields
}
func (*IMAPWorker) Capabilities ¶
func (w *IMAPWorker) Capabilities() *models.Capabilities
func (*IMAPWorker) PathSeparator ¶
func (w *IMAPWorker) PathSeparator() string
func (*IMAPWorker) Run ¶
func (w *IMAPWorker) Run()
type SeqMap ¶
type SeqMap struct {
// contains filtered or unexported fields
}
func (*SeqMap) Initialize ¶
Initialize sets the initial seqmap of the mailbox
func (*SeqMap) Pop ¶
Pop removes seqnum from the SeqMap. seqnum must be a valid seqnum, ie [1:size of mailbox]
Source Files ¶
Click to show internal directories.
Click to hide internal directories.