Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c66319 commit 3813c9eCopy full SHA for 3813c9e
1 file changed
Doc/library/poplib.rst
@@ -24,7 +24,7 @@ quality of POP3 servers varies widely, and too many are quite poor. If your
24
mailserver supports IMAP, you would be better off using the
25
:class:`imaplib.IMAP4` class, as IMAP servers tend to be better implemented.
26
27
-A single class is provided by the :mod:`poplib` module:
+The :mod:`poplib` module provides two classes:
28
29
30
.. class:: POP3(host, port=POP3_PORT[, timeout])
0 commit comments