| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | All these files have been moved to the Mailman directory (and some renamed) | bwarsaw | 1998-06-19 | 1 | -268/+0 |
| | | |||||
| * | Added a readline() method to classes, since it turned out nntplib used | viega | 1998-06-02 | 1 | -2/+46 |
| | | | | | | | readline() and not readlines() as advertised. Also, added a subclass to IncomingMessage called NewsMessage, making it easier to add news-specific headers, etc. | ||||
| * | Add .readlines() to both message classes. | viega | 1998-05-31 | 1 | -2/+13 |
| | | | | | | This was motivated by the fact that nntplib expects a file object on which it calls readlines(). | ||||
| * | Fixed a typo in the zipcode. | viega | 1998-05-26 | 1 | -2/+2 |
| | | |||||
| * | Added copyright notices to all source files where I am legally entitled to ↵ | viega | 1998-05-25 | 1 | -1/+18 |
| | | | | | | | | do so. Added a copy of the GNU GPL. Added information about mailman-users in README, and reworded some text in there (made the credits less verbose... perhaps they should move to a credits file?) | ||||
| * | Digest class moved to mm_digest, because that is the only place it | klm | 1998-05-01 | 1 | -19/+1 |
| | | | | | | will be used, and it uses maillist-specific digest stuff (e.g. DIGEST_MASTHEAD). | ||||
| * | Beginning of Digest class. (Premature checkin forced by need to | klm | 1998-04-28 | 1 | -1/+19 |
| | | | | | relocate the repository.) | ||||
| * | OutgoingMessage: Add a __delitem__, extracting .CacheHeaders() method | klm | 1998-04-27 | 1 | -7/+23 |
| | | | | | from .SetHeaders() so the __delitem__ can use it. | ||||
| * | Use __delitem__ discipline for deleting headers by name. (Guido | klm | 1998-04-13 | 1 | -13/+22 |
| | | | | | | provided a refinement of the code that's not naive about continuation lines.) | ||||
| * | Add comment mentioning prospect of using StringIO instead of FakeFile. | klm | 1998-04-10 | 1 | -1/+2 |
| | | |||||
| * | Preparing to package a distribution - add a module docstring and | mailman | 1998-04-09 | 1 | -0/+5 |
| | | | | | __version__ info. | ||||
| * | Add IncomingMessage.delitem() method, to remove approved header | mailman | 1998-04-02 | 1 | -0/+15 |
| | | | | | | lines. (This maybe incorporated directly in the rfc822 class, in which case this method should eventually be removed...) | ||||
| * | Just some long-line wraps. | mailman | 1998-03-19 | 1 | -5/+5 |
| | | |||||
| * | Initial revision | mailman | 1998-02-27 | 1 | -0/+150 |
