Package ProcImap :: Module ImapMailbox
[hide private]
[frames] | no frames]

Module ImapMailbox

source code

This module provides the ImapMailbox class, which is a wrapper around the imaplib module of the standard library, and a full implementation of the mailbox.Mailbox interface.

Classes [hide private]
  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.
Variables [hide private]
  FIX_BUGGY_IMAP_FROMLINE = False