This module contains a bunch of classes for doing e-mail.
def parseEMailAddress(addressString):
Returns an EMailAddress parsed from the given address string. At this time, all addresses must be of the form "user host".
Raises a MalformedEMailAddress exception if the address doesn't parse.