Contains an e-mail address.
Public variables:
User login name.
TCP/IP host name.
Full name of the user.
def __init__(self, login, host, fullName = ''):
def asAddress(self):
Returns the e-mail address formatted as user
hostname.
Returns the e-mail address formatted in a manner suitable for a header line:
"Full Name <user hostname>". If
fullName is an empty string, the user login is substituted for the full
name.
Returns the mail handler host addresses for the e-mail domain.
Used to set the mail handler host addresses for the e-mail domain.
asHeader(self)
def asHeader(self):
getHandlerAddresses(self)
def getHandlerAddresses(self):
setHandlerAddresses(self, addrs)
def setHandlerAddresses(self, addrs):