Commit 9fab5ce6 authored by Antoine Pitrou's avatar Antoine Pitrou

The poplib module provides two classes, not one.

parent db5947f0
...@@ -24,7 +24,7 @@ quality of POP3 servers varies widely, and too many are quite poor. If your ...@@ -24,7 +24,7 @@ quality of POP3 servers varies widely, and too many are quite poor. If your
mailserver supports IMAP, you would be better off using the mailserver supports IMAP, you would be better off using the
:class:`imaplib.IMAP4` class, as IMAP servers tend to be better implemented. :class:`imaplib.IMAP4` class, as IMAP servers tend to be better implemented.
A single class is provided by the :mod:`poplib` module: The :mod:`poplib` module provides two classes:
.. class:: POP3(host[, port[, timeout]]) .. class:: POP3(host[, port[, timeout]])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment