Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply the new \mailheader macro where appropriate, and fix a few small | Fred Drake | 2001-08-03 | 1 | -2/+2 |
| | | | | markup inconsistencies. | ||||
* | Add a "See also" section with useful links. More should be added giving | Fred Drake | 2001-05-21 | 1 | -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 Drake | 2001-05-02 | 1 | -2/+2 |
| | |||||
* | Added some additional documentation describing how BabylMailbox | Barry Warsaw | 2001-04-11 | 1 | -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. Added | Fred Drake | 2001-02-02 | 1 | -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 Warsaw | 2001-01-31 | 1 | -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 Lannert | Fred Drake | 2000-10-10 | 1 | -1/+2 |
| | | | | <lannert@lannert.rz.uni-duesseldorf.de>. | ||||
* | Where rfc822.Message is mentioned, add a link to the rfc822 module. | Fred Drake | 1999-03-27 | 1 | -4/+5 |
| | |||||
* | BabylMailbox description: Properly escape the backslashes in the | Fred Drake | 1999-02-22 | 1 | -1/+1 |
| | | | | string representations. | ||||
* | More reasonable section titles. | Fred Drake | 1999-02-22 | 1 | -2/+2 |
| | |||||
* | Added descriptions for BabylMailbox and Maildir (Qmail) mailbox | Fred Drake | 1999-02-20 | 1 | -5/+15 |
| | | | | objects. | ||||
* | New section header style. | Fred Drake | 1998-08-10 | 1 | -1/+2 |
| | | | | Fix up a few synopses. | ||||
* | Adjusted to use the new module synopsis support macros. | Fred Drake | 1998-07-23 | 1 | -2/+4 |
| | |||||
* | Remove all uses of \sectcode; we can now use logical markup everywhere. | Fred Drake | 1998-04-04 | 1 | -1/+1 |
| | |||||
* | Use methoddesc instead of funcdesc to describe the only method. | Fred Drake | 1998-04-02 | 1 | -2/+2 |
| | |||||
* | Logical markup, using {classdesc} as appropriate. | Fred Drake | 1998-03-14 | 1 | -9/+9 |
| | |||||
* | Don't capitalize identifiers at the beginning of the sentence; re-write to | Fred Drake | 1998-02-13 | 1 | -7/+5 |
| | | | | place them elsewhere so they get the right capitalization. | ||||
* | Remove all \bcode / \ecode cruft; this is no longer needed. See previous | Fred Drake | 1998-02-13 | 1 | -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 Drake | 1998-01-13 | 1 | -1/+2 |
| | | | | Added \label{} for referring to the module. | ||||
* | Misc Mac mods by Jack. Added libmacic.tex, and these patches: | Guido van Rossum | 1997-08-18 | 1 | -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 Rossum | 1997-06-02 | 1 | -0/+42 |