summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libmailbox.tex
Commit message (Collapse)AuthorAgeFilesLines
* Tweak description of PortableUnixMailbox: "From " lines are actuallyGreg Ward2002-09-231-1/+1
| | | | | quoted (or mangled) *at* delivery-time, not "well before" it. (At least that's how Exim and qmail work.)
* Clean up some markup cruft. A number of the macros that take noFred Drake2001-11-281-1/+1
| | | | | | | | 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.
* Clarify comments about mailbox objects being iterable.Fred Drake2001-10-011-2/+3
|
* typo...Skip Montanaro2001-09-051-1/+1
|
* Apply the new \mailheader macro where appropriate, and fix a few smallFred Drake2001-08-031-2/+2
| | | | markup inconsistencies.
* Add a "See also" section with useful links. More should be added givingFred Drake2001-05-211-0/+15
| | | | | pointers to information about the other mailbox formats; if anyone can provide the information needed, please let me know!
* State that Mailbox objects are iterator objects.Fred Drake2001-05-021-2/+2
|
* Added some additional documentation describing how BabylMailboxBarry Warsaw2001-04-111-4/+12
| | | | | | actually works (it returns a message containing the visible headers, not the original headers). Doc change approved by Fred; closes SF bug #412230.
* Adjustments to the text of the UnixMailbox description. AddedFred Drake2001-02-021-21/+31
| | | | | PortableUnixMailbox as a separate class as well (this also generates the right index entry).
* Document the two changes to the mailbox.py module:Barry Warsaw2001-01-311-9/+39
| | | | | | | | | | | | - 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.
* Fixed a large number of small problems, mostly noted by Detlef LannertFred Drake2000-10-101-1/+2
| | | | <lannert@lannert.rz.uni-duesseldorf.de>.
* Where rfc822.Message is mentioned, add a link to the rfc822 module.Fred Drake1999-03-271-4/+5
|
* BabylMailbox description: Properly escape the backslashes in theFred Drake1999-02-221-1/+1
| | | | string representations.
* More reasonable section titles.Fred Drake1999-02-221-2/+2
|
* Added descriptions for BabylMailbox and Maildir (Qmail) mailboxFred Drake1999-02-201-5/+15
| | | | objects.
* New section header style.Fred Drake1998-08-101-1/+2
| | | | Fix up a few synopses.
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-2/+4
|
* Remove all uses of \sectcode; we can now use logical markup everywhere.Fred Drake1998-04-041-1/+1
|
* Use methoddesc instead of funcdesc to describe the only method.Fred Drake1998-04-021-2/+2
|
* Logical markup, using {classdesc} as appropriate.Fred Drake1998-03-141-9/+9
|
* Don't capitalize identifiers at the beginning of the sentence; re-write toFred Drake1998-02-131-7/+5
| | | | place them elsewhere so they get the right capitalization.
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-1/+1
| | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across.
* Consistency: "unix" ==> "\UNIX{}"Fred Drake1998-01-131-1/+2
| | | | Added \label{} for referring to the module.
* Misc Mac mods by Jack. Added libmacic.tex, and these patches:Guido van Rossum1997-08-181-6/+4
| | | | | | | 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
* Doc for mailbox.tex (Jack)Guido van Rossum1997-06-021-0/+42