summaryrefslogtreecommitdiff
path: root/Mailman/Handlers/ToDigest.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* msgfactory(): Get rid of this, now that our own Mailbox class alreadybwarsaw2001-10-151-12/+2
* send_i18n_digests(): Dan Mick noticed that the DisableDelivery flagbwarsaw2001-10-121-4/+5
* send_i18n_digests(): When calling msg.get_all() for a KEEP header,bwarsaw2001-10-111-1/+1
* process(): SF bug # 465477 indicates that using mboxfp.tell() won'tbwarsaw2001-10-011-2/+3
* Convert from mimelib to email.bwarsaw2001-10-011-12/+12
* send_i18n_digests(): Cut-n-paste errors: self->mlist.bwarsaw2001-07-271-2/+2
* All membership related attribute access should use the MemberAdaptorbwarsaw2001-07-191-2/+10
* send_i18n_digests(): Because messages are now enqueued as pickles bybwarsaw2001-07-101-7/+3
* send_i18n_digests(): In addition to passing in the user's preferredbwarsaw2001-05-181-1/+1
* mimelib's ReprMixin class and module was renamed to StringableMixin inbwarsaw2001-05-011-3/+34
* Big i18n changes. Specifically,bwarsaw2001-03-021-22/+40
* Conversion to mimelib.bwarsaw2001-02-151-340/+254
* Latest set of I18N patches from jcrey. Specifically,bwarsaw2000-12-261-7/+10
* First round integration of Juan Carlos's translatable string markings.bwarsaw2000-12-071-13/+18
* quotemime(): Gross hack to ensure that the results returned are abwarsaw2000-10-061-1/+2
* inject_digest(): Only send a mime digest if there actually are mimebwarsaw2000-09-151-7/+10
* process(): When writing the table of contents, be a little more cleverbwarsaw2000-09-121-42/+53
* inject_digest(): Be careful to prune out duplicate addresses whenbwarsaw2000-09-111-11/+10
* Digest.TemplateRefs(): GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1)bwarsaw2000-08-011-1/+1
* Convert all uses of mlist.LogMsg() to the new syslog() interface.bwarsaw2000-06-021-10/+12
* Many changes to make message delivery more robust in the face ofbwarsaw2000-05-081-13/+8
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
* Digest.ComposeBaseHeaders(): Set the From: field of the digest messagebwarsaw2000-02-031-1/+1
* process(): Use only the From: field to get the name to stick in thebwarsaw1999-12-161-1/+8
* Present(): Need blank line after Content-description header so MIMEbwarsaw1999-11-301-0/+1
* Several general patches to typos resulting from the new pipelinebwarsaw1999-11-111-15/+22
* (inject_digest): mlist.inject() => mlist.Post()bwarsaw1999-11-101-2/+4
* New pipeline delivery modulebwarsaw1999-11-101-0/+346