| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Did some reformatting and added tests. | Mark Sapiro | 2017-06-15 | 1 | -7/+3 |
| | | |||||
| * | Catch FileNotFoundError and PermissionError on html_to_plain_text_command. | Mark Sapiro | 2017-06-13 | 1 | -1/+4 |
| | | |||||
| * | Content Filtering: Ported a number of fixes from the 2.1 branch. | Mark Sapiro | 2017-05-23 | 1 | -3/+39 |
| | | |||||
| * | Bump copyright years. | Barry Warsaw | 2017-01-04 | 1 | -1/+1 |
| | | |||||
| * | Use `atpublic` for @public instead of internal copy. | Barry Warsaw | 2016-11-29 | 1 | -1/+1 |
| | | |||||
| * | Use contextlib.suppress() where appropriate. | Barry Warsaw | 2016-04-30 | 1 | -4/+2 |
| | | |||||
| * | Clean up the handlers directory. | Barry Warsaw | 2016-03-25 | 1 | -23/+14 |
| | | |||||
| * | Clean up the core directory. | Barry Warsaw | 2016-03-24 | 1 | -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 Warsaw | 2016-01-02 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'issue-109' into 'release-3.0' | Barry Warsaw | 2015-06-02 | 1 | -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 Warsaw | 2015-01-04 | 1 | -1/+1 |
| | | |||||
| * | Remove huge amounts of now unnecessary file boilerplate. | Barry Warsaw | 2014-12-22 | 1 | -6/+2 |
| | | |||||
| * | Better, but not perfect handler test passing. | Barry Warsaw | 2014-12-15 | 1 | -1/+1 |
| | | |||||
| * | Fix a few issues with `python2 -3` compatibility. | Barry Warsaw | 2014-11-19 | 1 | -3/+3 |
| | | |||||
| * | Bump copyright years. | Barry Warsaw | 2014-01-01 | 1 | -1/+1 |
| | | |||||
| * | Bump copyright years. | Barry Warsaw | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | General code cleanup. | Barry Warsaw | 2012-04-25 | 1 | -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's | Barry Warsaw | 2012-03-23 | 1 | -0/+302 |
| how I think about them anyway. | |||||
