mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
The poplib module provides two classes, not one.
This commit is contained in:
parent
7c66319edc
commit
3813c9efb7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
: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=POP3_PORT[, timeout])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue