class ESMTPDomainDelivery(DomainDeliveryBase): (source)
Class Variable | protocolName |
Undocumented |
Inherited from DomainDeliveryBase
:
Method | __init__ |
|
Method | receivedHeader |
Generate a received header string for a message. |
Method | validateFrom |
Validate the address from which a message originates. |
Method | validateTo |
Validate the address for which a message is destined. |
Instance Variable | host |
See __init__ |
Instance Variable | service |
See __init__ |
Instance Variable | user |
See __init__ |