summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libmailbox.tex
Commit message (Collapse)AuthorAgeFilesLines
* Backport r58545.Georg Brandl2007-10-191-1/+1
|
* Strengthen warning about using lock()Andrew M. Kuchling2007-01-241-8/+12
|
* [Part of bug #1599254] Add suggestion to Mailbox docs to use Maildir, and ↵Andrew M. Kuchling2007-01-171-25/+57
| | | | warn user to lock/unlock mailboxes when modifying them
* Reword paragraphAndrew M. Kuchling2006-07-271-3/+2
|
* Minor language editAndrew M. Kuchling2006-05-071-5/+5
|
* Add Gregory K. Johnson's revised version of mailbox.py (funded byAndrew M. Kuchling2006-04-221-51/+1302
| | | | | | | | | | | | | | | | | 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.)
* markup adjustmentFred Drake2004-05-111-3/+5
|
* Added a note describing how fp should be opened in binary mode, especially onBarry Warsaw2004-05-101-0/+4
| | | | Windows. Closes SF # 586899.
* Fix double word typos.Raymond Hettinger2003-08-251-1/+1
|
* Add some documentation which describes how to use the email packageBarry Warsaw2003-06-201-1/+35
| | | | instead of rfc822 as the Message factory.
* 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