class documentation

class TestServerFactory:

Implements interfaces: twisted.mail.interfaces.IServerFactoryPOP3

View In Hierarchy

A pop3.IServerFactory implementation, for use by the test suite, with some behavior controlled by the values of (settable) public attributes and other behavior based on values hard-coded both here and in some test methods.

Method cap_EXPIRE Return the hard-coded value.
Method cap_IMPLEMENTATION Return the hard-coded value.
Method cap_LOGIN_DELAY Return the hard-coded value.
Method perUserExpiration Return the hard-coded value.
Method perUserLoginDelay Return the hard-coded value.
Class Variable pue Undocumented
Class Variable puld Undocumented
Instance Variable challengers Undocumented
def cap_EXPIRE(self):

Return the hard-coded value.

Returns
pop3.IServerFactory
def cap_IMPLEMENTATION(self):

Return the hard-coded value.

Returns
pop3.IServerFactory
def cap_LOGIN_DELAY(self):

Return the hard-coded value.

Returns
pop3.IServerFactory
def perUserExpiration(self):

Return the hard-coded value.

Returns
pop3.IServerFactory
def perUserLoginDelay(self):

Return the hard-coded value.

Returns
pop3.IServerFactory
pue: bool =

Undocumented

puld: bool =

Undocumented