Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
e2effbd3
Commit
e2effbd3
authored
Apr 22, 1999
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix minor (English) usage nits.
parent
bcd5454d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
10 deletions
+6
-10
Doc/lib/libpoplib.tex
Doc/lib/libpoplib.tex
+6
-10
No files found.
Doc/lib/libpoplib.tex
View file @
e2effbd3
...
...
@@ -4,9 +4,9 @@
%the imaplib ``chapter''.
\section
{
\module
{
poplib
}
---
POP3 protocol client.
}
\declaremodule
{
standard
}{
poplib
}
POP3 protocol client
}
\declaremodule
{
standard
}{
poplib
}
\modulesynopsis
{
POP3 protocol client (requires sockets).
}
\indexii
{
POP3
}{
protocol
}
...
...
@@ -24,7 +24,7 @@ created when the instance is initialized.
If
\var
{
port
}
is omitted, the standard POP3 port (110) is used.
\end{classdesc}
One exception is defined as a
ttributes
of the
\module
{
poplib
}
module:
One exception is defined as a
n attribute
of the
\module
{
poplib
}
module:
\begin{excdesc}
{
error
_
proto
}
Exception raised on any errors. The reason for the exception is
...
...
@@ -32,13 +32,10 @@ passed to the constructor as a string.
\end{excdesc}
\subsection
{
POP3 Objects
}
\label
{
pop3-objects
}
\subsection
{
POP3 Objects
\label
{
pop3-objects
}}
All POP3 commands are represented by methods of the same name,
in lower-case.
Most commands return the response text sent by the server.
in lower-case; most return the response text sent by the server.
An
\class
{
POP3
}
instance has the following methods:
...
...
@@ -112,8 +109,7 @@ message, otherwise result is list \code{['response',
\end{methoddesc}
\subsection
{
POP3 Example
}
\label
{
pop3-example
}
\subsection
{
POP3 Example
\label
{
pop3-example
}}
Here is a minimal example (without error checking) that opens a
mailbox and retrieves and prints all messages:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment