summaryrefslogtreecommitdiff
path: root/Mailman/Digester.py
Commit message (Expand)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-57/+0
* Tweak copyright years.Barry Warsaw2008-02-071-1/+1
* It all started by trying to remove MailList.Create() and use the IListManagerBarry Warsaw2007-08-051-16/+0
* Fixes for i18n digest to work.tkikuchi2007-03-021-1/+0
* Update copyright years.bwarsaw2007-01-191-1/+1
* Merged revisions 8113-8121 via svnmerge from bwarsaw2006-12-291-25/+26
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* send_digest_now(): Return a boolean flag specifying whether a digestbwarsaw2002-02-271-1/+3
* InitVars(): For new lists, set one_last_digest to {}. Found by bothbwarsaw2001-09-081-0/+1
* All:bwarsaw2001-07-181-82/+0
* bump_digest_volume(): Fixed cut-n-paste typos (mlist => self).bwarsaw2001-07-101-2/+2
* Add missing import of the 'errno' module.twouters2001-06-061-0/+1
* SetUserDigest(): Do not do a self.Save() at the end of this. Ibwarsaw2001-05-311-2/+0
* GetConfigInfoy(): Instead of passing in the list's preferred language,bwarsaw2001-05-181-4/+3
* GetConfigInfo(): Two new configuration variables have been added:bwarsaw2001-05-011-0/+44
* Added missing import.bwarsaw2001-02-281-1/+2
* Latest round of jcrey's I18N patches. Specifically,bwarsaw2000-12-261-2/+6
* First integration patch for Juan Carlos's translatable string changesbwarsaw2000-12-071-17/+17
* GetConfigInfo(): Use Utils.maketest() to get the extra html forbwarsaw2000-09-171-5/+6
* SetUserDigest(): Added new `force' flag, so that setting the digestbwarsaw2000-09-111-3/+3
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
* GetConfigInfo(): Use TEXTFIELDWIDTH for all string input fieldsbwarsaw2000-03-031-2/+4
* Rip out great gobs of unused stuff. Most of the functionality is nowbwarsaw1999-11-101-381/+3
* SatisfyRefs(): Add `cgiext' key with value taken from mm_cfg.CGIEXT.bwarsaw1999-07-181-0/+1
* Fixed ordering of MIME boundaries.hmeland1999-06-131-4/+5
* eradicate "maillist" as a noun (sorry Ken :-)bwarsaw1999-05-051-2/+2
* Sweeping changes to hopefully and finally (for 1.0 at least) make sanebwarsaw1999-03-291-2/+3
* SetUserDigest(): When turning digests off, stick the entry forbwarsaw1999-03-091-5/+13
* These changes represent the changes that make mailman's addressingcotton1998-11-211-1/+1
* This change implements storing list members and digest members ascotton1998-11-191-13/+15
* For plain digests we now filter the headers to remove everything butklm1998-07-131-4/+54
* Digester.InitTempVars(): Add setting of self._mime_separator here,klm1998-07-011-0/+3
* Convert all module names to their new names.bwarsaw1998-06-191-11/+17
* digest_send_periodic now uses a Radio button instead of a number box, sinceviega1998-06-111-2/+3
* Whoops, I forgot to check these in. They're changed to handleviega1998-06-031-2/+3
* No longer pass in the stupid news parameter to DeliverToList(), sinceviega1998-06-021-3/+3
* Pass the flag to .DeliverToList() that says, "don't repost this mailviega1998-05-311-5/+5
* Fixed a typo in the zipcode.viega1998-05-261-2/+2
* Added copyright notices to all source files where I am legally entitled to do...viega1998-05-251-1/+18
* Removed constant i added but didn't use (SUBJ_REGARDS_PREFIX).klm1998-05-031-3/+1
* .SaveForDigest():klm1998-05-021-18/+55
* .SendDigest(): digest_text wasn't defined - had to read the file.klm1998-05-011-2/+2
* Digest(): new class which represents a digest in a presentation-klm1998-05-011-79/+134
* For mime digests, substitute the result of mimetools.chooseboundary()klm1998-04-271-67/+82
* .SaveForDigest(): When reply_goes_to_list is set, add a reply-to:klm1998-04-231-6/+11
* Add the number of messages to the digest subject lines.klm1998-04-221-12/+21
* (First checkin after release tagged mailman-1_0b2.)klm1998-04-141-29/+34
* Send messages by connecting directly to port 25 and talking SMTP toklm1998-04-131-3/+19
* Track move of MESSAGE_DECORATION_NOTE from mm-defaults to mm_err.mailman1998-04-091-3/+3
* Preparing to package a distribution - add a module docstring andmailman1998-04-091-0/+4