Test case for twisted.mail.imap4
| Function | strip | Undocumented |
| Class | IMAP4UTF7Tests | No class docstring; 9/9 methods documented |
| Class | BufferingConsumer | Undocumented |
| Class | MessageProducerTests | No class docstring; 2/5 methods documented |
| Class | MessageSetTests | Tests for MessageSet. |
| Class | IMAP4HelperTests | Tests for various helper utilities in the IMAP4 module. |
| Class | SimpleMailbox | Undocumented |
| Class | UncloseableMailbox | A mailbox that cannot be closed. |
| Class | AccountWithoutNamespaces | An in-memory account that does not provide INamespacePresenter. |
| Class | Account | An in-memory account that provides INamespacePresenter. |
| Class | SimpleServer | Undocumented |
| Class | SimpleClient | Undocumented |
| Class | IMAP4HelperMixin | No class docstring; 1/6 methods documented |
| Class | IMAP4ServerTests | No class docstring; 10/51 methods documented |
| Class | IMAP4ServerParsingTests | Test imap4.IMAP4Server's
command parsing. |
| Class | IMAP4ServerSearchTests | Tests for the behavior of the search_* functions in imap4.IMAP4Server. |
| Class | TestRealm | A IRealm for
tests. |
| Class | TestChecker | Undocumented |
| Class | AuthenticatorTests | No class docstring; 7/20 methods documented |
| Class | SASLPLAINTests | Tests for SASL PLAIN authentication, as implemented by imap4.PLAINAuthenticator
and imap4.PLAINCredentials. |
| Class | UnsolicitedResponseTests | Undocumented |
| Class | ClientCapabilityTests | Tests for issuance of the CAPABILITY command and handling of its response. |
| Class | StillSimplerClient | An IMAP4 client which keeps track of unsolicited flag changes. |
| Class | HandCraftedTests | No class docstring; 8/9 methods documented |
| Class | PreauthIMAP4ClientMixin | No summary |
| Class | SelectionTestsMixin | Mixin for test cases which defines tests which apply to both EXAMINE and SELECT support. |
| Class | IMAP4ClientExamineTests | Tests for the IMAP4Client.examine
method. |
| Class | IMAP4ClientSelectTests | Tests for the IMAP4Client.select
method. |
| Class | IMAP4ClientExpungeTests | Tests for the IMAP4Client.expunge
method. |
| Class | IMAP4ClientSearchTests | Tests for the IMAP4Client.search
method. |
| Class | IMAP4ClientFetchTests | Tests for the IMAP4Client.fetch method. |
| Class | IMAP4ClientStoreTests | Tests for the IMAP4Client.setFlags,
IMAP4Client.addFlags,
and IMAP4Client.removeFlags
methods. |
| Class | IMAP4ClientStatusTests | Tests for the IMAP4Client.status
method. |
| Class | IMAP4ClientCopyTests | Tests for the IMAP4Client.copy
method. |
| Class | FakeyServer | Undocumented |
| Class | FakeyMessage | Undocumented |
| Class | NewStoreTests | Undocumented |
| Class | GetBodyStructureTests | Tests for imap4.getBodyStructure,
a helper for constructing a list which directly corresponds to the wire
information needed for a BODY or BODYSTRUCTURE response. |
| Class | NewFetchTests | No class docstring; 7/39 methods documented |
| Class | DefaultSearchTests | Test the behavior of the server's SEARCH implementation, particularly in the face of unhandled search terms. |
| Class | FetchSearchStoreTests | No class docstring; 1/10 methods documented |
| Class | FakeMailbox | Undocumented |
| Class | FeaturefulMessage | Undocumented |
| Class | MessageCopierMailbox | Undocumented |
| Class | CopyWorkerTests | Undocumented |
| Class | TLSTests | No class docstring; 5/9 methods documented |
| Class | SlowMailbox | Undocumented |
| Class | TimeoutTests | No class docstring; 6/6 methods documented |
| Class | DisconnectionTests | Undocumented |
| Class | SynchronousMailbox | Trivial, in-memory mailbox implementation which can produce a message synchronously. |
| Class | PipeliningTests | Tests for various aspects of the IMAP4 server's pipelining support. |
| Class | IMAP4ServerFetchTests | This test case is for the FETCH tests that require a
StringTransport. |
| Class | LiteralTestsMixin | Shared tests for literal classes. |
| Class | LiteralStringTests | Tests for self.literalFactory. |
| Class | LiteralFileTests | Tests for imap4.LiteralFile. |
| Class | WriteBufferTests | Tests for imap4.WriteBuffer. |