summaryrefslogtreecommitdiff
path: root/src/mailman/handlers/mime_delete.py
Commit message (Collapse)AuthorAgeFilesLines
* Did some reformatting and added tests.Mark Sapiro2017-06-151-7/+3
|
* Catch FileNotFoundError and PermissionError on html_to_plain_text_command.Mark Sapiro2017-06-131-1/+4
|
* Content Filtering: Ported a number of fixes from the 2.1 branch.Mark Sapiro2017-05-231-3/+39
|
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
|
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
|
* Use contextlib.suppress() where appropriate.Barry Warsaw2016-04-301-4/+2
|
* Clean up the handlers directory.Barry Warsaw2016-03-251-23/+14
|
* Clean up the core directory.Barry Warsaw2016-03-241-3/+3
| | | | | | | mailman/core/errors.py is gone now. We had a duplicate base exception which now always comes from mailman/interfaces/errors.py. Obsolete/unused exceptions are remove. The other exceptions are moved to better locations.
* Happy New Year.Barry Warsaw2016-01-021-1/+1
|
* Merge branch 'issue-109' into 'release-3.0'Barry Warsaw2015-06-021-28/+30
| | | | | | | | | | | Closes: #109 * Fix the traceback that occurred when trying to convert a `text/html` subpart to plaintext via the `mimedel` handler. Now, a configuration variable `[mailman]html_to_plain_text_command` in the `mailman.cfg` file defines the command to use. It defaults to `lynx`. (Closes: #109) See merge request !14
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
|
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-6/+2
|
* Better, but not perfect handler test passing.Barry Warsaw2014-12-151-1/+1
|
* Fix a few issues with `python2 -3` compatibility.Barry Warsaw2014-11-191-3/+3
|
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
|
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
|
* General code cleanup.Barry Warsaw2012-04-251-4/+3
| | | | | | | | - Add explicit dependency on zope.event in setup.py. - Use Python 3 compatible syntax for specifying that a class implements an interface, i.e. the @implementer class decorator. - print_function futures. - Whitespace normalization.
* Rename the src/mailman/pipeline directory to src/mailman/handlers since that'sBarry Warsaw2012-03-231-0/+302
how I think about them anyway.