class documentation
class ESMTPDomainDelivery(DomainDeliveryBase): (source)
Constructor: ESMTPDomainDelivery(service, user, host)
A domain delivery base class for use in an ESMTP server.
Instance Variable | protocol |
Undocumented |
Inherited from DomainDeliveryBase
:
Method | __init__ |
No summary |
Method | received |
Generate a received header string for a message. |
Method | validate |
Validate the address from which a message originates. |
Method | validate |
Validate the address for which a message is destined. |
Instance Variable | host |
See __init__ |
Instance Variable | service |
See __init__ |
Instance Variable | user |
See __init__ |