Lines Matching full:specified
115 ``text`` part and *errors* is specified, use it as the error handler when
139 subtype to *subtype* if it is specified, or ``plain`` if it is not.
140 * For ``bytes``, use the specified *maintype* and *subtype*, or
141 raise a :exc:`TypeError` if they are not specified.
144 specified or ``rfc822`` if it is not. If *subtype* is
150 specified, and ``mixed`` if it is not. If the message parts in
155 string to bytes using the specified character set. The default is
156 ``utf-8``. If the specified *charset* is a known alias for a standard
159 If *cte* is set, encode the payload using the specified content transfer
163 encoded in the specified encoding (for example, specifying a *cte* of
173 ``message/rfc822``, use ``8bit`` if *cte* is not specified. For
182 :mailheader:`Content-Disposition` header. If not specified, and
183 *filename* is specified, add the header with the value ``attachment``.
184 If *disposition* is not specified and *filename* is also not specified,
188 If *filename* is specified, use it as the value of the ``filename``
191 If *cid* is specified, add a :mailheader:`Content-ID` header with
194 If *params* is specified, iterate its ``items`` method and use the
198 If *headers* is specified and is a list of strings of the form