Part of twisted.mail.mail View Source View In Hierarchy
Method | __init__ | Undocumented |
Method | getPOP3Factory | Undocumented |
Method | getSMTPFactory | Undocumented |
Method | getESMTPFactory | Undocumented |
Method | addDomain | Undocumented |
Method | setQueue | Set the queue for outgoing emails. |
Method | requestAvatar | Undocumented |
Method | lookupPortal | Undocumented |
Method | defaultPortal | Undocumented |
Inherited from MultiService:
Method | privilegedStartService | Do preparation work for starting the service. |
Method | startService | Start the service. |
Method | stopService | Stop the service. |
Method | getServiceNamed | Get the child service with a given name. |
Method | __iter__ | Get an iterator over all child services. |
Method | addService | Add a child service. |
Method | removeService | Remove a child service. |
Inherited from Service (via MultiService):
Method | __getstate__ | Undocumented |
Method | setName | Set the name of the service. |
Method | setServiceParent | Set the parent of the service. This method is responsible for setting
the parent attribute on this service (the child service). |
Method | disownServiceParent | Use this API to remove an IService
from an IServiceCollection . |