Home | History | Annotate | Download | only in email

Lines Matching refs:quoted

5 """Quoted-printable content transfer encoding per RFCs 2045-2047.
8 to encode US ASCII-like 8-bit data called `quoted-printable'. It is used to
13 Quoted-printable is very space-inefficient for encoding binary files; use the
17 with quoted-printable encoding.
85 """Return a header quoted-printable encoding length.
92 quoted-printable for headers.
98 """Return a body quoted-printable encoding length.
102 quoted-printable for bodies.
128 """Encode a single header line with quoted-printable (like) encoding.
130 Defined in RFC 2045, this `Q' encoding is similar to quoted-printable, but
153 """Encode with quoted-printable, wrapping at maxlinelen characters.
162 quoted-printable character "=" appended to them, so the decoded text will
165 The minimum maxlinelen is 4 to have room for a quoted character ("=XX")
208 # for the three-character quoted encoding.
214 # There's room only for a soft break. The quoted whitespace
232 """Decode a quoted-printable string.
295 quoted-printable (like =?iso-8859-1?q?Hello_World?=) -- please use