Home | Trees | Index | Help |
---|
Package twisted :: Package coil :: Package plugins :: Module mail :: Class MailConfigurator |
|
Configurator
--+ |Collection
--+ | | |Constrained
--+ | | |ConfigCollection
--+ | MailConfigurator
Method Summary | |
---|---|
Initialize this configurator with the instance it will be configuring. | |
config_name(self,
name)
| |
config_storagePath(self,
path)
| |
Return list of dispensers. | |
Set a list of configuration variables. (inherited from Configurator )
| |
Remove a static reference for 'name'. (inherited from Collection )
| |
A method that determines whether an entity may be added to me. (inherited from ConfigCollection )
| |
Return a mapping of key/value tuples describing my configuration. (inherited from Configurator )
| |
Subclass this to generate an entity on demand. (inherited from Collection )
| |
Retrieve an entity from me. (inherited from Collection )
| |
getEntityType(self)
(inherited from ConfigCollection )
| |
Return the instance being configured. (inherited from Configurator )
| |
getNameType(self)
(inherited from ConfigCollection )
| |
Get an entity that was added to me using putEntity. (inherited from Collection )
| |
Get the type of a configuration variable. (inherited from Configurator )
| |
A list of all name, entity that I can generate on demand. (inherited from Collection )
| |
Retrieve a list of the names of entities that I store references to. (inherited from Collection )
| |
Retrieve a list of all name, entity pairs I contain. (inherited from Collection )
| |
Retrieve a list of all names for entities that I contain. (inherited from Collection )
| |
Retrieve a list of all name, entity pairs that I store references to. (inherited from Collection )
| |
Retrieve a list of the names of entities that I store references to. (inherited from Collection )
| |
makePOP3Server(self)
| |
makeSMTPServer(self)
| |
A method that determines whether an entity may be added to me with a given name. (inherited from Constrained )
| |
Store an entity if it meets both constraints. (inherited from Constrained )
| |
reallyPutEntity(self,
name,
entity)
(inherited from Constrained )
| |
Remove an entity for 'name', based on the content of 'request'. (inherited from Collection )
| |
Store an entity for 'name', based on the content of 'request'. (inherited from Collection )
|
Class Variable Summary | |
---|---|
tuple |
__implements__
|
str |
configName
|
dict |
configTypes
|
MetaInterface |
entityType
|
class |
MailService
|
Method Details |
---|
__init__(self,
instance)
Initialize this configurator with the instance it will be
configuring.
|
configDispensers(self)Return list of dispensers.
|
Class Variable Details |
---|
__implements__
|
configName
|
configTypes
|
entityType
|
MailServiceMailService = twisted.mail.mail.MailService
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Thu May 8 13:18:17 2003 | http://epydoc.sf.net |