Package conduit :: Package modules :: Module ConverterModule :: Class EmailConverter
[hide private]

Class EmailConverter

source code


Instance Methods [hide private]
 
__init__(self) source code
 
email_to_text(self, email, **kwargs) source code
 
text_to_email(self, text, **kwargs) source code
 
email_to_file(self, email, **kwargs) source code
 
file_to_email(self, thefile, **kwargs)
If the file is non binary then include it as the Subject of the message.
source code
Class Variables [hide private]

Inherited from TypeConverter.Converter: _module_type_

Method Details [hide private]

file_to_email(self, thefile, **kwargs)

source code 
If the file is non binary then include it as the Subject of the message. Otherwise include it as an attachment