Lines Matching full:plain
118 self._default_type = 'text/plain'
240 and encoded properly, if needed, when generating the plain text
259 self.add_header('Content-Type', 'text/plain',
443 RFC 2045 defines a message's default type to be text/plain unless it
453 # RFC 2045, section 5.2 says if its invalid, use text/plain
455 return 'text/plain'
479 Most messages have a default content type of text/plain, except for
488 ctype should be either "text/plain" or "message/rfc822", although this
581 message, it will be set to "text/plain" and the new parameter and
595 ctype = 'text/plain'