diff options
Diffstat (limited to 'Doc/librfc822.tex')
-rw-r--r-- | Doc/librfc822.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/librfc822.tex b/Doc/librfc822.tex index d819238..e2d182e 100644 --- a/Doc/librfc822.tex +++ b/Doc/librfc822.tex @@ -21,6 +21,8 @@ All header matching is done independent of upper or lower case; e.g. \code{m['From']}, \code{m['from']} and \code{m['FROM']} all yield the same result. +\subsection{Message Objects} + A \code{Message} instance has the following methods: \begin{funcdesc}{rewindbody}{} |