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
199b79c3
Commit
199b79c3
authored
Feb 20, 1999
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added descriptions for BabylMailbox and Maildir (Qmail) mailbox
objects.
parent
67d229ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
5 deletions
+15
-5
Doc/lib/libmailbox.tex
Doc/lib/libmailbox.tex
+15
-5
No files found.
Doc/lib/libmailbox.tex
View file @
199b79c3
\section
{
\module
{
mailbox
}
---
Read various mailbox formats.
}
\declaremodule
{
standard
}{
mailbox
}
Read various mailbox formats
}
\declaremodule
{
standard
}{
mailbox
}
\modulesynopsis
{
Read various mailbox formats.
}
This module defines a number of classes that allow easy and uniform
access to mail messages in a (
\UNIX
{}
) mailbox.
...
...
@@ -27,8 +26,19 @@ file with a numeric name.
The name of the mailbox directory is passed in
\var
{
dirname
}
.
\end{classdesc}
\subsection
{
Mailbox Objects
}
\label
{
mailbox-objects
}
\begin{classdesc}
{
Maildir
}{
dirname
}
Access a Qmail mail directory. All new and current mail for the
mailbox specified by
\var
{
dirname
}
is made available.
\end{classdesc}
\begin{classdesc}
{
BabylMailbox
}{
fp
}
Access a Babyl mailbox, which is similar to an MMDF mailbox. Mail
messages start with
\code
{
'*** EOOH ***
\n
'
}
and end with
\code
{
'
\0
37
\0
14
\n
'
}
.
\end{classdesc}
\subsection
{
Mailbox Objects
\label
{
mailbox-objects
}}
All implementations of Mailbox objects have one externally visible
method:
...
...
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