Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fcaf26e

Browse files
committed
Documented mime_decode_header() and mime_encode_header().
1 parent 88bb808 commit fcaf26e

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

Doc/lib/libmimify.tex

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ \section{Standard Module \sectcode{mimify}}
4343
parts 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}
4755
By default, a part will be encoded as quoted-printable when it
4856
contains any non-ASCII characters (i.e., characters with the 8th bit

Doc/libmimify.tex

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ \section{Standard Module \sectcode{mimify}}
4343
parts 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}
4755
By default, a part will be encoded as quoted-printable when it
4856
contains any non-ASCII characters (i.e., characters with the 8th bit

0 commit comments

Comments
 (0)