Home | History | Annotate | Download | only in email

Lines Matching refs:email

3 # Contact: email-sig@python.org
16 import email.quoprimime
17 import email.base64mime
19 from email.errors import HeaderParseError
20 from email.charset import Charset
58 _max_append = email.quoprimime._max_append
71 An email.errors.HeaderParseError may be raised when certain decoding error
99 dec = email.quoprimime.header_decode(encoded)
105 dec = email.base64mime.decode(encoded)
351 # Each encoding can be email.utils.QP (quoted-printable, for
352 # ASCII-like character sets like iso-8859-1), email.utils.BASE64
382 an email
383 email clients, and as header strings can only contain a subset of
390 character set used in email, and encode and line wrap it safely with