Lines Matching defs:email
3 # Contact: email-sig@python.org
16 import email.quoprimime
17 import email.base64mime
19 from email.errors import HeaderParseError
20 from email import charset as _charset
58 _max_append = email.quoprimime._max_append
74 An email.errors.HeaderParseError may be raised when certain decoding error
121 word = email.quoprimime.header_decode(encoded_string)
128 word = email.base64mime.decode(encoded_string)
321 an email header. Only certain character sets are readable in most
322 email clients, and as header strings can only contain a subset of