| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Backport r58545. | Georg Brandl | 2007-10-19 | 1 | -1/+1 |
| | | |||||
| * | Strengthen warning about using lock() | Andrew M. Kuchling | 2007-01-24 | 1 | -8/+12 |
| | | |||||
| * | [Part of bug #1599254] Add suggestion to Mailbox docs to use Maildir, and ↵ | Andrew M. Kuchling | 2007-01-17 | 1 | -25/+57 |
| | | | | | warn user to lock/unlock mailboxes when modifying them | ||||
| * | Reword paragraph | Andrew M. Kuchling | 2006-07-27 | 1 | -3/+2 |
| | | |||||
| * | Minor language edit | Andrew M. Kuchling | 2006-05-07 | 1 | -5/+5 |
| | | |||||
| * | Add Gregory K. Johnson's revised version of mailbox.py (funded by | Andrew M. Kuchling | 2006-04-22 | 1 | -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 adjustment | Fred Drake | 2004-05-11 | 1 | -3/+5 |
| | | |||||
| * | Added a note describing how fp should be opened in binary mode, especially on | Barry Warsaw | 2004-05-10 | 1 | -0/+4 |
| | | | | | Windows. Closes SF # 586899. | ||||
| * | Fix double word typos. | Raymond Hettinger | 2003-08-25 | 1 | -1/+1 |
| | | |||||
| * | Add some documentation which describes how to use the email package | Barry Warsaw | 2003-06-20 | 1 | -1/+35 |
| | | | | | instead of rfc822 as the Message factory. | ||||
| * | Tweak description of PortableUnixMailbox: "From " lines are actually | Greg Ward | 2002-09-23 | 1 | -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 no | Fred Drake | 2001-11-28 | 1 | -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 Drake | 2001-10-01 | 1 | -2/+3 |
| | | |||||
| * | typo... | Skip Montanaro | 2001-09-05 | 1 | -1/+1 |
| | | |||||
| * | 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 |
