Return the Charset instance associated with the message's payload.
(self)
| 408 | self.add_header('Content-Transfer-Encoding', cte) |
| 409 | |
| 410 | def get_charset(self): |
| 411 | """Return the Charset instance associated with the message's payload. |
| 412 | """ |
| 413 | return self._charset |
| 414 | |
| 415 | # |
| 416 | # MAPPING INTERFACE (partial) |
no outgoing calls