Documentation ¶
Index ¶
- type Client
- func (c *Client) Append(name string, flags []string, date time.Time, msg imap.Literal) error
- func (c *Client) Copy(seqset *imap.SeqSet, dest string) error
- func (c *Client) Create(name string) error
- func (c *Client) Delete(name string) error
- func (c *Client) Fetch(folder string, start, end, limit uint32) ([]*imap.Message, error)
- func (c *Client) List(ref, name string) ([]*imap.MailboxInfo, error)
- func (c *Client) Move(seqset *imap.SeqSet, dest string) error
- func (c *Client) Noop() error
- func (c *Client) Rename(existingName, newName string) error
- func (c *Client) Search(criteria *imap.SearchCriteria) ([]uint32, error)
- func (c *Client) Status(name string) (*imap.MailboxStatus, error)
- type Imap
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.