Documentation ¶ Index ¶ type Header type Worker func (w *Worker) Iter(ctx context.Context, c *client.Client, mi *imap.MailboxInfo) error func (w *Worker) List(ctx context.Context, server, username, password string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Header ¶ type Header struct { Key string MessageID string InReplyTo string // Parent MessageID. Date string Folder string Subject string From string Size string // Length of Body in bytes. Hash []byte // blake2b of Body. } type Worker ¶ type Worker struct { Verbose bool Store string } func (*Worker) Iter ¶ func (w *Worker) Iter(ctx context.Context, c *client.Client, mi *imap.MailboxInfo) error func (*Worker) List ¶ func (w *Worker) List(ctx context.Context, server, username, password string) error Source Files ¶ View all Source files list.go Click to show internal directories. Click to hide internal directories.