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
f3c123d8
Commit
f3c123d8
authored
Mar 30, 2007
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Markup fix.
parent
bc7d71a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/lib/libmailbox.tex
Doc/lib/libmailbox.tex
+3
-3
No files found.
Doc/lib/libmailbox.tex
View file @
f3c123d8
...
...
@@ -1285,13 +1285,13 @@ For maximum portability, messages in a \UNIX-style mailbox are
separated by any line that begins exactly with the string
\code
{
'From
'
}
(note the trailing space) if preceded by exactly two newlines.
Because of the wide-range of variations in practice, nothing else on
the
From
_
line should be considered. However, the current
the
\samp
{
From
_}
line should be considered. However, the current
implementation doesn't check for the leading two newlines. This is
usually fine for most applications.
The
\class
{
UnixMailbox
}
class implements a more strict version of
From
_
line checking, using a regular expression that usually correctly
matched
From
_
delimiters. It considers delimiter line to be separated
\samp
{
From
_}
line checking, using a regular expression that usually correctly
matched
\samp
{
From
_}
delimiters. It considers delimiter line to be separated
by
\samp
{
From
\var
{
name
}
\var
{
time
}}
lines. For maximum portability,
use the
\class
{
PortableUnixMailbox
}
class instead. This class is
identical to
\class
{
UnixMailbox
}
except that individual messages are
...
...
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