Home | History | Annotate | Download | only in email

Lines Matching refs:email

3 # Contact: email-sig@python.org
11 It is used in the MIME standards for email to attach images, audio, and text
23 decoding. To deal with the various line wrapping issues, use the email.header
40 from email.utils import fix_eols
78 to the canonical email line separator \\r\\n unless the keep_eols
83 this function directly in email.
132 canonical email end-of-line sequence \\r\\n. Otherwise they will be left
137 in an email.
167 If convert_eols is set to a string value, all canonical email linefeeds,
174 level email.header class for that functionality.