| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the 2005 Summer of Code).
The revision adds a number of new mailbox classes that support adding
and removing messages; these classes also support mailbox locking and
default to using email.Message instead of rfc822.Message.
The old mailbox classes are largely left alone for backward compatibility.
The exception is the Maildir class, which was present in the old module
and now inherits from the new classes. The Maildir class's interface
is pretty simple, though, so I think it'll be compatible with existing
code.
(The change to the NEWS file also adds a missing word to a different
news item, which unfortunately required rewrapping the line.)
|
| | |
|
| |
|
|
| |
Windows. Closes SF # 586899.
|
| | |
|
| |
|
|
| |
instead of rfc822 as the Message factory.
|
| |
|
|
|
| |
quoted (or mangled) *at* delivery-time, not "well before" it. (At least
that's how Exim and qmail work.)
|
| |
|
|
|
|
|
|
| |
parameters (like \UNIX) are commonly entered using an empty group to
separate the markup from a following inter-word space; this is not
needed when the next character is punctuation, or the markup is the
last thing in the enclosing group. These cases were marked
inconsistently; the empty group is now *only* used when needed.
|
| | |
|
| | |
|
| |
|
|
| |
markup inconsistencies.
|
| |
|
|
|
| |
pointers to information about the other mailbox formats; if anyone can
provide the information needed, please let me know!
|
| | |
|
| |
|
|
|
|
| |
actually works (it returns a message containing the visible headers,
not the original headers). Doc change approved by Fred; closes SF bug
#412230.
|
| |
|
|
|
| |
PortableUnixMailbox as a separate class as well (this also generates
the right index entry).
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- All constructors grow an optional argument `factory' which is a
callable used when new message instances are created by the next()
methods. Defaults to the rfc822.Message class.
- A new subclass of UnixMailbox is added, called PortableUnixMailbox.
It's identical to UnixMailbox, but uses a more portable test for
From_ delimiter lines. With PortableUnixMailbox, any line that
starts with "From " is considered a delimiter (this should really
check for two newlines before the F, but it doesn't.
|
| |
|
|
| |
<lannert@lannert.rz.uni-duesseldorf.de>.
|
| | |
|
| |
|
|
| |
string representations.
|
| | |
|
| |
|
|
| |
objects.
|
| |
|
|
| |
Fix up a few synopses.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
place them elsewhere so they get the right capitalization.
|
| |
|
|
|
|
|
|
|
| |
checkin of myformat.sty.
Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}"
everywhere.
Some other minor nits that I happened to come across.
|
| |
|
|
| |
Added \label{} for referring to the module.
|
| |
|
|
|
|
|
| |
libmacfs.tex Document NewAliasMinimalFromFullPath
libmacos.tex Document SetEventHandler and SchedParams
libmacui.tex Document asynchronous event handling
libmailbox.tex Removed mime-turds that somehow got in here
|
| |
|