Python IMAP for Humans¶
Warning
from imbox import Imbox
Contents:
imbox¶
-
class
imbox.Imbox(hostname, username=None, password=None, ssl=True)[source]¶ Bases:
objectThe Imbox is a container for a connection to a maibox or a server.
-
imbox.parser.decode_mail_header(value, default_charset='us-ascii')[source]¶ Decode a header value into a unicode string.