Documentation
¶
Overview ¶
Package maildir implements parsing of maildir folders.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Messages map[string]*Message
Messages is a map of IDs/names to messages.
Functions ¶
func DeleteMessage ¶
DeleteMessage deletes a message from Messages and the filesystem.
Types ¶
type ByDate ¶
type ByDate []*Message
ByDate implements sort.Interface for []Message based on the Date field.
type Flag ¶
type Flag struct {
// contains filtered or unexported fields
}
Flag holds flags parsed from maildir filenames.
Click to show internal directories.
Click to hide internal directories.