Home | History | Annotate | Download | only in email

Lines Matching refs:email

3 # Contact: email-sig@python.org
11 allowed in email bodies or headers.
14 email.base64mime module for that instead.
26 wrapping issues, use the email.header module.
49 from email.utils import fix_eols
121 used specifically for email header fields to allow charsets with mostly 7
138 to the canonical email line separator \\r\\n unless the keep_eols
143 this function directly in email.
185 to the canonical email end-of-line sequence \\r\\n. Otherwise they will
190 in an email.
338 the high level email.header class for that functionality.