Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
20ebc370
Commit
20ebc370
authored
Mar 10, 2003
by
Barry Warsaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Describe what happens when decode=True and the payload has bogus
base64 data.
parent
21191d3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
Doc/lib/emailmessage.tex
Doc/lib/emailmessage.tex
+4
-3
No files found.
Doc/lib/emailmessage.tex
View file @
20ebc370
...
...
@@ -87,9 +87,10 @@ When \code{True} and the message is not a multipart, the payload will be
decoded if this header's value is
\samp
{
quoted-printable
}
or
\samp
{
base64
}
. If some other encoding is used, or
\mailheader
{
Content-Transfer-Encoding
}
header is
missing, the payload is returned as-is (undecoded). If the message is
a multipart and the
\var
{
decode
}
flag is
\code
{
True
}
, then
\code
{
None
}
is
returned. The default for
\var
{
decode
}
is
\code
{
False
}
.
missing, or if the payload has bogus base64 data, the payload is
returned as-is (undecoded). If the message is a multipart and the
\var
{
decode
}
flag is
\code
{
True
}
, then
\code
{
None
}
is returned. The
default for
\var
{
decode
}
is
\code
{
False
}
.
\end{methoddesc}
\begin{methoddesc}
[Message]
{
set
_
payload
}{
payload
\optional
{
, charset
}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment