Lines Matching refs:cte
120 cte=None, \
123 set_content(msg, <'bytes'>, maintype, subtype, cte="base64", \
126 set_content(msg, <'EmailMessage'>, cte=None, \
150 If *cte* is set, encode the payload using the specified content transfer
152 that value. Possible values for *cte* are ``quoted-printable``,
154 encoded in the specified encoding (for example, specifying a *cte* of
158 * For ``str`` objects, if *cte* is not set use heuristics to
161 an error if a *cte* of ``quoted-printable`` or ``base64`` is
162 requested for *subtype* ``rfc822``, and for any *cte* other than
164 ``message/rfc822``, use ``8bit`` if *cte* is not specified. For
167 .. note:: A *cte* of ``binary`` does not actually work correctly yet.