summaryrefslogtreecommitdiff
path: root/Mailman/pythonlib/smtplib.py (unfollow)
Commit message (Expand)AuthorFilesLines
2000-09-27run_script(): Generalize the filtering out of environment variables.bwarsaw1-6/+27
2000-09-27run_main(): Moved the initialization of logger local to None outsidebwarsaw1-4/+4
2000-09-26checkarchivedbs(): Don't bomb out if there are some nondirectories inbwarsaw1-1/+1
2000-09-25process(): Darrell Fuhriman notes that the List-Archive: header'sbwarsaw1-2/+3
2000-09-25process(): Typo in Reply-To: munging section's logic crept into thebwarsaw1-1/+1
2000-09-24a few last minute updatesbwarsaw1-1/+1
2000-09-24Mailbox._fromlinepattern: optimizations by Tim Peters.bwarsaw1-1/+4
2000-09-24a few last minute updatesbwarsaw1-12/+14
2000-09-24a few last minute updatesbwarsaw1-3/+5
2000-09-24Mailbox._isrealfromline(): Integrate optimization from proposed Pythonbwarsaw1-0/+6
2000-09-24Fold the UnixMailbox optimization into Mailman.Mailbox.Mailbox class,bwarsaw1-6/+3
2000-09-22Extensive cleanup and performance improvements. Most signficant changes are:jhylton2-86/+101
2000-09-22misc cleanupjhylton1-29/+18
2000-09-22Fix index generation bug that oocasionally prevented messages fromjhylton2-160/+202
2000-09-22a few last minute additionsbwarsaw1-1/+5
2000-09-22minor proofreadingbwarsaw1-6/+7
2000-09-22Bugs and patches go to SourceForge now.bwarsaw1-4/+13
2000-09-22Dang, another problem with --prefix and --with-var-prefix interaction.bwarsaw2-40/+42
2000-09-22newly generated from 2.0b6's TODO listbwarsaw1-131/+138
2000-09-22Removed debugging print.bwarsaw1-1/+0
2000-09-22New TODO => todo.html generator. Requires Python 2.0bwarsaw1-52/+47
2000-09-22apply patch #100867-- add robot meta tags to cause more intelligentjhylton1-0/+3
2000-09-22replace null bytes in message body with spacesjhylton1-2/+4
2000-09-22More acks.bwarsaw2-1/+5
2000-09-22Updates for 2.0beta6bwarsaw1-0/+79
2000-09-22Another fix for --prefix, --with-var-prefixbwarsaw2-50/+60
2000-09-22Article._get_body(): Python 1.5.2's int() takes only one argument.bwarsaw1-1/+1
2000-09-22decode quoted-printable message bodiesjhylton1-4/+38
2000-09-22Small typo in the default case of no --with-var-prefix provided.bwarsaw2-4/+4
2000-09-22default should not be verbosejhylton1-1/+1
2000-09-22Bump to 2.0beta6bwarsaw2-4/+4
2000-09-22Support for patch #101331. Specifically,bwarsaw2-127/+163
2000-09-22Several changes in support of David Champion's SF patch #101331.bwarsaw1-4/+8
2000-09-22Several changes in support of David Champion's SF patch #101331.bwarsaw1-8/+13
2000-09-22Several changes in support of David Champion's SF patch #101331.bwarsaw1-2/+1
2000-09-22Several changes in support of David Champion's SF patch #101331.bwarsaw1-4/+17
2000-09-22Several changes in support of David Champion's SF patch #101331.bwarsaw1-1/+2
2000-09-22Several changes in support of David Champion's SF patch #101331.bwarsaw1-2/+3
2000-09-22Several changes in support of David Champion's SF patch #101331.bwarsaw1-2/+2
2000-09-22Several changes in support of David Champion's SF patch #101331.bwarsaw1-1/+3
2000-09-22Several changes in support of David Champion's SF patch #101331.bwarsaw1-15/+27
2000-09-22get_message(): The filter programs now live in VAR_PREFIX/filters.bwarsaw1-1/+1
2000-09-22What else? More good ideas. ;)bwarsaw1-0/+5
2000-09-22First pass at updates for 2.0. Also fix spelling mistakes.bwarsaw1-46/+68
2000-09-22do_child(): Use a slightly different algorithm for munging thebwarsaw1-5/+26
2000-09-22HyperArchive.__init__(): charset attribute needs to be initialized tobwarsaw1-2/+3
2000-09-22Coding style changes. De-Python-2.0-ification.bwarsaw1-34/+58
2000-09-22Numerous changes to support message bodies and headers that use ajhylton2-196/+319