Home | Trees | Indices | Help |
|
---|
|
object --+ | formencode.declarative.Declarative --+ | formencode.api.Validator --+ | formencode.api.FancyValidator --+ | Pop3Validator
POP3 Credential validator
This validator verifies two things:
- value['hostname'] is a working pop3 server responding to connections
- It is possible to login using value['username'] value['password']
This validator is supposed to be used as a "chained_validator"
Messages
Nested Classes | |
Inherited from Inherited from Inherited from |
Instance Methods | |||
|
|||
Inherited from Inherited from Inherited from Inherited from |
Class Methods | |
Inherited from |
Static Methods | |
Inherited from |
Class Variables | |
messages = {'confailed': 'Connection test failed: %(err)s', 'l
|
|
declarative_count = 77
|
|
Inherited from Inherited from Inherited from |
Properties | |
Inherited from |
Method Details |
|
Class Variable Details |
messages
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Mon Oct 1 20:58:01 2007 | http://epydoc.sourceforge.net |