Documentation ¶
Index ¶
- type Store
- func (s *Store) ApplyEmailDiff(state *offmap.State, mbox string, c *offmap.Diff) (bool, error)
- func (s *Store) ApplyMailboxDiff(state *offmap.State, c *offmap.Diff) error
- func (s *Store) Diff(old []*offmap.Mailbox) (*offmap.Diff, error)
- func (s *Store) DownloadEmail(emls []*offmap.Email) []*offmap.Email
- func (s *Store) State() (map[string]*offmap.Mailbox, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store represents a maildir storage backend
func (*Store) ApplyEmailDiff ¶
func (*Store) ApplyMailboxDiff ¶
func (*Store) DownloadEmail ¶
DownloadEmail populates the Email.body field
Click to show internal directories.
Click to hide internal directories.