class email.mime.nonmultipart.MIMENonMultipart Module: email.mime.nonmultipart A
update(arg) Warning These methods generate
get_content_charset(failobj=None) Return the charset parameter of the Content-Type
attach(payload) Add the given payload to the current payload, which must be None or a list of Message
binascii.b2a_base64(data) Convert binary data to a line of ASCII characters in base64 coding. The return value is the converted
content_type The content type string, in the form maintype/subtype.
binascii.crc32(data[, value]) Compute CRC-32, the 32-bit checksum of data, starting with an initial CRC of value
get_all(name, failobj=None) Return a list of all the values for the field named name. If there are no such named headers
set_date(date) Set the delivery date of the message to date, a floating-point number representing seconds since the
set_from(from_, time_=None) Set the “From ” line to from_, which should be specified without a leading “From ” or trailing
Page 21 of 44