Added references to the email package.
Closes SF bug #586937.
diff --git a/Doc/lib/librfc822.tex b/Doc/lib/librfc822.tex
index 6451b3e..9def859 100644
--- a/Doc/lib/librfc822.tex
+++ b/Doc/lib/librfc822.tex
@@ -124,10 +124,12 @@
 
 
 \begin{seealso}
+  \seemodule{email}{Comprehensive email handling package; supercedes
+                    the \module{rfc822} module.}
   \seemodule{mailbox}{Classes to read various mailbox formats produced 
                       by end-user mail programs.}
-  \seemodule{mimetools}{Subclass of rfc.Message that handles MIME encoded
-		        messages.} 
+  \seemodule{mimetools}{Subclass of \class{rfc822.Message} that
+                        handles MIME encoded messages.} 
 \end{seealso}