Lines Matching full:specified
115 ``text`` part and *errors* is specified, use it as the error handler when
136 subtype to *subtype* if it is specified, or ``plain`` if it is not.
137 * For ``bytes``, use the specified *maintype* and *subtype*, or
138 raise a :exc:`TypeError` if they are not specified.
141 specified or ``rfc822`` if it is not. If *subtype* is
146 string to bytes using the specified character set. The default is
147 ``utf-8``. If the specified *charset* is a known alias for a standard
150 If *cte* is set, encode the payload using the specified content transfer
154 encoded in the specified encoding (for example, specifying a *cte* of
164 ``message/rfc822``, use ``8bit`` if *cte* is not specified. For
173 :mailheader:`Content-Disposition` header. If not specified, and
174 *filename* is specified, add the header with the value ``attachment``.
175 If *disposition* is not specified and *filename* is also not specified,
179 If *filename* is specified, use it as the value of the ``filename``
182 If *cid* is specified, add a :mailheader:`Content-ID` header with
185 If *params* is specified, iterate its ``items`` method and use the
189 If *headers* is specified and is a list of strings of the form