File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,6 +43,14 @@ \section{Standard Module \sectcode{mimify}}
4343parts that are coded in the base64 encoding are decoded as well.
4444\end {funcdesc }
4545
46+ \begin {funcdesc }{mime_decode_header}{line}
47+ Return a decoded version of the encoded header line in \var {line}.
48+ \end {funcdesc }
49+
50+ \begin {funcdesc }{mime_encode_header}{line}
51+ Return a MIME-encoded version of the header line in \var {line}.
52+ \end {funcdesc }
53+
4654\begin {datadesc }{MAXLEN}
4755By default, a part will be encoded as quoted-printable when it
4856contains any non-ASCII characters (i.e., characters with the 8th bit
Original file line number Diff line number Diff line change @@ -43,6 +43,14 @@ \section{Standard Module \sectcode{mimify}}
4343parts that are coded in the base64 encoding are decoded as well.
4444\end {funcdesc }
4545
46+ \begin {funcdesc }{mime_decode_header}{line}
47+ Return a decoded version of the encoded header line in \var {line}.
48+ \end {funcdesc }
49+
50+ \begin {funcdesc }{mime_encode_header}{line}
51+ Return a MIME-encoded version of the header line in \var {line}.
52+ \end {funcdesc }
53+
4654\begin {datadesc }{MAXLEN}
4755By default, a part will be encoded as quoted-printable when it
4856contains any non-ASCII characters (i.e., characters with the 8th bit
You can’t perform that action at this time.
0 commit comments