Fix a lot of markup and meta-information glitches.

This commit is contained in:
Georg Brandl 2007-04-01 21:29:15 +00:00
parent c7a2e4656e
commit 4e9165d2dd
21 changed files with 143 additions and 143 deletions

View file

@ -23,7 +23,7 @@ servers that use SSL as an underlying protocol layer.
Note that POP3, though widely supported, is obsolescent. The
implementation quality of POP3 servers varies widely, and too many are
quite poor. If your mailserver supports IMAP, you would be better off
using the \code{\refmodule{imaplib}.\class{IMAP4}} class, as IMAP
using the \class{\refmodule{imaplib}.IMAP4} class, as IMAP
servers tend to be better implemented.
A single class is provided by the \module{poplib} module: