Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Doc/library/poplib.rst

    r2 r391  
    1 
    21:mod:`poplib` --- POP3 protocol client
    32======================================
     
    98
    109.. index:: pair: POP3; protocol
     10
     11**Source code:** :source:`Lib/poplib.py`
     12
     13--------------
    1114
    1215This module defines a class, :class:`POP3`, which encapsulates a connection to a
     
    2225:class:`imaplib.IMAP4` class, as IMAP servers tend to be better implemented.
    2326
    24 A single class is provided by the :mod:`poplib` module:
     27The :mod:`poplib` module provides two classes:
    2528
    2629
     
    100103
    101104   Send password, response includes message count and mailbox size. Note: the
    102    mailbox on the server is locked until :meth:`quit` is called.
     105   mailbox on the server is locked until :meth:`~poplib.quit` is called.
    103106
    104107
Note: See TracChangeset for help on using the changeset viewer.