Documentation ¶
Index ¶
- type Inbox
- func (i *Inbox) Add(mail Mail)
- func (i *Inbox) Count() int
- func (i *Inbox) Delete(position int) error
- func (i *Inbox) Flush() error
- func (i *Inbox) Get(offset int) *Mail
- func (i *Inbox) GetMails() []Mail
- func (i *Inbox) Parse(position int) error
- func (i *Inbox) ParseInboxPages(limit int) error
- func (i *Inbox) Shrink(limit int)
- type Mail
- type Sender
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Inbox ¶
type Inbox struct { Name string `json:"name"` Mails []Mail `json:"mails"` // contains filtered or unexported fields }
Inbox represents a mail collection
func (*Inbox) ParseInboxPages ¶
ParseInboxPages parses inbox email in given page
Click to show internal directories.
Click to hide internal directories.