|
UnknownMailboxTypeError
Raised when there is a mailbox type in the config file that is
unknown to MailboxFactory.
|
|
FactoryIsNotMailboxTypeError
Raised when you supplied a factory that is not a subclass of
mailbox.Mailbox.
|
|
PathgeneratorNotCallableError
Raised when you supplied a pathgenerator that is not callable
|
|
MailboxOptionsNotCompleteError
Raised if there are options missing in the config file that are
needed in order to produce a mailbox object
|
|
MailboxFactory
MailboxFactory is a factory class for Mailbox objects.
|