|
Network.Email.Mailbox | Portability | portable | Stability | provisional | Maintainer | John Goerzen <jgoerzen@complete.org> |
|
|
|
Description |
General support for e-mail mailboxes
Written by John Goerzen, jgoerzen@complete.org
|
|
Synopsis |
|
|
|
Documentation |
|
|
The flags which may be assigned to a message.
| Constructors | SEEN | | ANSWERED | | FLAGGED | | DELETED | | DRAFT | | FORWARDED | | OTHERFLAG String | |
| Instances | |
|
|
|
Convenience shortcut
|
|
|
A Message is represented as a simple String.
|
|
|
Main class for readable mailboxes.
The mailbox object a represents zero or more Messages. Each message
has a unique identifier b in a format specific to each given mailbox.
This identifier may or may not be persistent.
Functions which return a list are encouraged -- but not guaranteed -- to
do so lazily.
Implementing classes must provide, at minimum, getAll.
| | Methods | | Returns a list of all unique identifiers.
| | | Returns a list of all unique identifiers as well as all flags.
| | | Returns a list of all messages, including their content,
flags, and unique identifiers.
| | | Returns information about specific messages.
|
|
|
|
|
|
|
Produced by Haddock version 2.6.0 |