Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotM2Store = errors.New("not a valid m2store")
View Source
var (
ErrNotM2dir = errors.New("not a valid m2dir")
)
Functions ¶
This section is empty.
Types ¶
type Flag ¶
type Flag string
Flag is a message flag.
const ( // The user has replied to this message. FlagAnswered Flag = "$answered" // The user has resent/forwarded/bounced this message to someone else. FlagForwarded Flag = "$Forwarded" // The user has viewed this message, though perhaps he didn't read all the // way through it. FlagSeen Flag = "$seen" // The user has moved this message to the trash; the trash will be emptied // by a later user action. FlagDeleted Flag = "$Deleted" // The user considers this message a draft; toggled at user discretion. FlagDraft Flag = "$draft" // User-defined flag; toggled at user discretion. FlagFlagged Flag = "$flagged" )
type M2store ¶
type M2store struct {
// contains filtered or unexported fields
}
func InitM2store ¶
func OpenM2store ¶
func (*M2store) AllFolders ¶
Click to show internal directories.
Click to hide internal directories.