email.headerregistry.Address.addr_spec

addr_spec The username@domain portion of the address, correctly quoted for use as a bare address (the second form

2016-10-07 17:32:28
json.JSONDecoder.raw_decode()

raw_decode(s) Decode a JSON document from s (a

2016-10-07 17:35:52
mailbox.MHMessage.remove_sequence()

remove_sequence(sequence) Remove sequence from the list of sequences that include this message.

2016-10-07 17:36:53
base64.urlsafe_b64encode()

base64.urlsafe_b64encode(s) Encode bytes-like object s using the URL- and filesystem-safe

2016-10-07 17:27:21
email.mime.image.MIMEImage

class email.mime.image.MIMEImage(_imagedata, _subtype=None, _encoder=email.encoders.encode_base64, **_params) Module: email

2016-10-07 17:32:48
email.parser.BytesFeedParser

class email.parser.BytesFeedParser(_factory=email.message.Message) Works exactly like FeedParser except that the

2016-10-07 17:32:49
email.message.Message.preamble

preamble The format of a MIME document allows for some text between the blank line following the headers, and the first multipart

2016-10-07 17:32:43
email.headerregistry.SingleAddressHeader.address

address The single address encoded by the header value. If the header value actually contains more than one address (which would

2016-10-07 17:32:34
binascii.a2b_uu()

binascii.a2b_uu(string) Convert a single line of uuencoded data back to binary and return the binary data. Lines normally contain

2016-10-07 17:27:31
email.mime.application.MIMEApplication

class email.mime.application.MIMEApplication(_data, _subtype='octet-stream', _encoder=email.encoders.encode_base64, **_params) Module:

2016-10-07 17:32:47