twisted.mail.test.test_imap.IMAP4HelperMixin
class documentationtwisted.mail.test.test_imap
(View In Hierarchy)
Known subclasses: twisted.mail.test.test_imap.AuthenticatorTests, twisted.mail.test.test_imap.DefaultSearchTests, twisted.mail.test.test_imap.FetchSearchStoreTests, twisted.mail.test.test_imap.HandCraftedTests, twisted.mail.test.test_imap.IMAP4ServerSearchTests, twisted.mail.test.test_imap.IMAP4ServerTests, twisted.mail.test.test_imap.NewFetchTests, twisted.mail.test.test_imap.NewStoreTests, twisted.mail.test.test_imap.TimeoutTests, twisted.mail.test.test_imap.TLSTests, twisted.mail.test.test_imap.UnsolicitedResponseTests
Method | setUp | Undocumented |
Method | tearDown | Undocumented |
Method | loopback | Undocumented |
Method | assertClientFailureMessage | Assert that the provided failure is an IMAP4Exception
with the given message. |
Method | _cbStopClient | Undocumented |
Method | _ebGeneral | Undocumented |
Assert that the provided failure is an IMAP4Exception
with the given message.
Parameters | failure | A failure whose value IMAP4Exception (type: failure.Failure ) |
expected | The expected failure message. (type: bytes ) |