From: Guido van Rossum Date: Thu, 14 Aug 1997 14:13:01 +0000 (+0000) Subject: Documented mime_decode_header() and mime_encode_header(). X-Git-Tag: v1.5a3~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fcaf26e245666f34ac77dcfdf3bee2550c8dff03;p=python Documented mime_decode_header() and mime_encode_header(). --- diff --git a/Doc/lib/libmimify.tex b/Doc/lib/libmimify.tex index 4ce33df20a..171e7d26f0 100644 --- a/Doc/lib/libmimify.tex +++ b/Doc/lib/libmimify.tex @@ -43,6 +43,14 @@ If the \var{decode_base64} argument is provided and tests true, any parts that are coded in the base64 encoding are decoded as well. \end{funcdesc} +\begin{funcdesc}{mime_decode_header}{line} +Return a decoded version of the encoded header line in \var{line}. +\end{funcdesc} + +\begin{funcdesc}{mime_encode_header}{line} +Return a MIME-encoded version of the header line in \var{line}. +\end{funcdesc} + \begin{datadesc}{MAXLEN} By default, a part will be encoded as quoted-printable when it contains any non-ASCII characters (i.e., characters with the 8th bit diff --git a/Doc/libmimify.tex b/Doc/libmimify.tex index 4ce33df20a..171e7d26f0 100644 --- a/Doc/libmimify.tex +++ b/Doc/libmimify.tex @@ -43,6 +43,14 @@ If the \var{decode_base64} argument is provided and tests true, any parts that are coded in the base64 encoding are decoded as well. \end{funcdesc} +\begin{funcdesc}{mime_decode_header}{line} +Return a decoded version of the encoded header line in \var{line}. +\end{funcdesc} + +\begin{funcdesc}{mime_encode_header}{line} +Return a MIME-encoded version of the header line in \var{line}. +\end{funcdesc} + \begin{datadesc}{MAXLEN} By default, a part will be encoded as quoted-printable when it contains any non-ASCII characters (i.e., characters with the 8th bit