Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 969b8da commit 69ebfe4Copy full SHA for 69ebfe4
1 file changed
Doc/library/email.encoders.rst
@@ -18,6 +18,10 @@ exactly one argument, the message object to encode. They usually extract the
18
payload, encode it, and reset the payload to this newly encoded value. They
19
should also set the :mailheader:`Content-Transfer-Encoding` header as appropriate.
20
21
+Note that these functions are not meaningful for a multipart message. They
22
+must be applied to individual subparts instead, and will throw a
23
+:exc:`TypeError` if passed a message whose type is multipart.
24
+
25
Here are the encoding functions provided:
26
27
0 commit comments