email.headerregistry.ParameterizedMIMEHeader

class email.headerregistry.ParameterizedMIMEHeader

MOME headers all start with the prefix ‘Content-‘. Each specific header has a certain value, described under the class for that header. Some can also take a list of supplemental parameters, which have a common format. This class serves as a base for all the MIME headers that take parameters.

params

A dictionary mapping parameter names to parameter values.

doc_python
2016-10-07 17:32:33
Comments
Leave a Comment

Please login to continue.