This commit is contained in:
Fred Drake 2005-01-12 19:11:45 +00:00
parent d7c27bef52
commit 2f8c6589f5

View file

@ -4781,7 +4781,7 @@ packages. For example:
Despite the modules names, no direct knowledge or handling of XML is needed. Despite the modules names, no direct knowledge or handling of XML is needed.
\item The \ulink{\module{email}}{../lib/module-email.html} package is a library \item The \ulink{\module{email}}{../lib/module-email.html} package is a library
for managing email messages, including MIME and other RFC 2822-based message for managing email messages, including MIME and other RFC 2822-based message
documents. Unlike \module{smptlib} and \module{poplib} which actually send documents. Unlike \module{smtplib} and \module{poplib} which actually send
and receive messages, the email package has a complete toolset for building and receive messages, the email package has a complete toolset for building
or decoding complex message structures (including attachments) and for or decoding complex message structures (including attachments) and for
implementing internet encoding and header protocols. implementing internet encoding and header protocols.