aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Handlers/MimeDel.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright dates.Mark Sapiro2018-06-171-1/+1
|
* Don't collapse multipart with a single sub-part inside multipart/signed parts.Mark Sapiro2016-02-281-1/+6
|
* Fixed a problem where content filtering could remove the headers fromMark Sapiro2011-04-121-1/+8
| | | | | an attached message/rfc822 part if the message in that part is multipart/alternative and collapse_alternatives is Yes. Bug #757062.
* Fix for bug #701558 went to far. Don't recast message/rfc822 parts.Mark Sapiro2011-04-071-2/+4
| | | | We want to keep the headers.
* - Fixed a bug where content filtering could leave a multipart message orMark Sapiro2011-01-131-1/+21
| | | | | part with just one sub-part. These should be recast to just the sub-part. Bug #701558.
* Fixed Content Filtering collapse_alternatives to work on deeply nestedMark Sapiro2010-05-061-0/+3
| | | | multipart/alternative parts. Bug #576675.
* Backported several bug fixes from the 2.2 branch.Mark Sapiro2009-07-311-2/+2
|
* MimeDel.py neglected to lower case file extensions for comparison withMark Sapiro2007-10-041-1/+1
| | | | lower cased *_filename_extensions. Fixed.
* /cygdrive/c/MM_bzr/log.txtMark Sapiro2007-10-041-1/+1
|
* A cleansing pass, almost entirely cosmetic. Such things as whitespacebwarsaw2005-12-301-2/+2
| | | | | | | | | | | | | normalization, removal of tabs, copyright year updates to changed files, docstring and comment fixes, and usage of True/False. I also made a pass through the NEWS file. One import was reordered, and after this commit I will move the mmdsr.readme file to README.mmdsr. From my perspective, after that we're ready to go. I will port these changes forward to the trunk.
* One more little change. One day I'll learn not to commit until I'm REALLY done.msapiro2005-11-281-5/+1
|
* Fix bug 1367783 - decode base64 and quoted-printable HTML parts when passing ↵msapiro2005-11-271-1/+6
| | | | to mm_cfg.HTML_TO_PLAIN_TEXT_COMMAND
* FSF office has moved to 51 Franklin Street.tkikuchi2005-08-271-1/+1
|
* Whitespace normalization, and updates of copyright years.bwarsaw2005-07-171-1/+1
|
* Introduce new attribute (collapse_alternatives) to allow HTML intkikuchi2005-07-131-4/+6
| | | | multipart/alternative message after content filtering.
* Merging SF patches:tkikuchi2004-10-031-3/+39
| | | | | | | [ 904850 ] Scrubber in regular delivery per list [ 1027882 ] filter attachments by filename extensions and a patch in mailman-dev mailing list http://mail.python.org/pipermail/mailman-developers/2004-September/017246.html
* This commit was manufactured by cvs2svn to create branch2003-01-021-0/+220
'Release_2_1-maint'.