class documentation

class TestServerFactory: (source)

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 challengers Undocumented
Class Variable pue Undocumented
Class Variable puld Undocumented
def cap_EXPIRE(self): (source)

Return the hard-coded value.

Returns
pop3.IServerFactory
def cap_IMPLEMENTATION(self): (source)

Return the hard-coded value.

Returns
pop3.IServerFactory
def cap_LOGIN_DELAY(self): (source)

Return the hard-coded value.

Returns
pop3.IServerFactory
def perUserExpiration(self): (source)

Return the hard-coded value.

Returns
pop3.IServerFactory
def perUserLoginDelay(self): (source)

Return the hard-coded value.

Returns
pop3.IServerFactory

Undocumented

Undocumented