Documentation ¶
Index ¶
- type Store
- func (s *Store) ApplyEmailDiff(state *offmap.State, remote string, c *offmap.Diff) (bool, error)
- func (s *Store) ApplyMailboxDiff(state *offmap.State, c *offmap.Diff) error
- func (s *Store) Cleanup()
- func (s *Store) Delimiter() string
- func (s *Store) Diff(cached []*offmap.Mailbox) (*offmap.Diff, error)
- func (s *Store) DownloadEmail(mbox string, emls []*offmap.Email) chan *offmap.FullEmail
- func (s *Store) SupportCondstore() bool
- func (s *Store) SupportListStatus() bool
- func (s *Store) UpdateMailboxStatus(state *offmap.State, local string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
Store is a mailstore with an IMAP backend
func (*Store) ApplyEmailDiff ¶
func (*Store) ApplyMailboxDiff ¶
func (*Store) DownloadEmail ¶
func (*Store) SupportCondstore ¶
If an imap backend supports condstore, we use a different sync logic
func (*Store) SupportListStatus ¶
Click to show internal directories.
Click to hide internal directories.