|
ImapNotOkError
Raised if the imap server returns a non-OK status on any request
|
|
NoSuchUIDError
Raised if a message is requested with a non-existing UID
|
|
ReadOnlyError
Raised if you try to make a change to a mailbox that was opened
read-only
|
|
NotSupportedError
Raised if a method is called that the Mailbox interface demands,
but that cannot be surported in IMAP
|
|
ServerNotAvailableError
Raised if you try to open a ImapMailbox using an instance of
ImapServer that is already used for another ImapMailbox
|
|
ImapMailbox
An abstract representation of a mailbox on an IMAP Server.
|