| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix Flake8 errors | Aurélien Bompard | 2016-11-28 | 3 | -23/+9 |
| * | Learn to encode Messages and Header instances to JSON | Aurélien Bompard | 2016-11-28 | 2 | -1/+38 |
| * | Fix a crash with the suspicious rule and Header instances | Aurélien Bompard | 2016-11-28 | 2 | -1/+55 |
| * | Fix a crash with the no_subject rule and Header instances | Aurélien Bompard | 2016-11-28 | 2 | -1/+60 |
| * | Fix the email senders list when there's a Header instance | Aurélien Bompard | 2016-11-28 | 2 | -3/+14 |
| * | Officially support Python 3.6. | Barry Warsaw | 2016-11-28 | 1 | -0/+1 |
| * | Merge branch 'master' into py36 | Barry Warsaw | 2016-11-28 | 15 | -25/+91 |
| |\ | |||||
| | * | Merge branch 'fix-import-header-filters' into 'master' | Barry Warsaw | 2016-11-26 | 2 | -1/+3 |
| | |\ | |||||
| | | * | Cover another header match import case | Aurélien Bompard | 2016-07-19 | 2 | -1/+3 |
| | * | | NEWS. | Barry Warsaw | 2016-11-26 | 1 | -0/+2 |
| | * | | Merge branch 'hide-system-disabled-archivers' into 'master' | Barry Warsaw | 2016-11-26 | 6 | -22/+18 |
| | |\ \ | |||||
| | | * | | Fix tests | Aurélien Bompard | 2016-08-18 | 3 | -11/+11 |
| | | * | | Don't show the disabled archivers in the REST API | Aurélien Bompard | 2016-08-18 | 4 | -13/+9 |
| | * | | | Fix QA. | Barry Warsaw | 2016-11-25 | 1 | -1/+0 |
| | * | | | Add NEWS and a little bit of cleanup. | Barry Warsaw | 2016-11-25 | 3 | -7/+10 |
| | * | | | Rename test email and use resource filename instead of __file__. | Abhilash Raj | 2016-11-25 | 3 | -4/+6 |
| | * | | | Return 'defective message' for a bad held message | Abhilash Raj | 2016-11-25 | 3 | -1/+34 |
| | * | | | Minor cleanup and test added. | Barry Warsaw | 2016-11-25 | 2 | -1/+19 |
| | * | | | Transmit the moderation reason to hold_message() | Aurélien Bompard | 2016-11-25 | 3 | -1/+12 |
| * | | | | Handle a Python 3.6 difference in interact(). | Barry Warsaw | 2016-11-25 | 3 | -5/+12 |
| * | | | | A couple of fixes for Python 3.6 | Barry Warsaw | 2016-11-24 | 1 | -1/+1 |
| * | | | | Back out the last change. | Barry Warsaw | 2016-11-24 | 1 | -1/+1 |
| * | | | | Start porting to Python 3.6 | Barry Warsaw | 2016-11-24 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Use aiosmtpd 1.0a3 and add NEWS. | Barry Warsaw | 2016-11-24 | 3 | -57/+17 |
| * | | | Remove some unused code. | Barry Warsaw | 2016-11-24 | 1 | -12/+0 |
| * | | | Remove some unnecessary code and update a comment. | Barry Warsaw | 2016-11-24 | 2 | -5/+1 |
| * | | | Fix the connection count tests. | Barry Warsaw | 2016-11-24 | 2 | -9/+83 |
| * | | | Sort the recipients list. | Barry Warsaw | 2016-11-24 | 1 | -1/+3 |
| * | | | Mostly converted to aiosmtpd. | Barry Warsaw | 2016-11-24 | 1 | -127/+118 |
| * | | | Start converting lazr.smtptest | Barry Warsaw | 2016-11-24 | 1 | -0/+1 |
| * | | | Replace smtpd with aiosmtpd. | Barry Warsaw | 2016-11-24 | 4 | -1038/+53 |
| * | | | Minor style cleanup. | Barry Warsaw | 2016-11-24 | 1 | -23/+23 |
| * | | | Fix an API call | Aurélien Bompard | 2016-11-21 | 1 | -1/+1 |
| * | | | Run the workflows at the end of the tests to clean things up | Aurélien Bompard | 2016-11-21 | 1 | -0/+5 |
| * | | | Handle a missing user when a workflow is restored. | Aurélien Bompard | 2016-11-21 | 2 | -1/+39 |
| * | | | Workflow: support dependencies between attributes | Aurélien Bompard | 2016-11-21 | 2 | -2/+59 |
| * | | | Fix the Flake8 ignore tags | Aurélien Bompard | 2016-11-21 | 19 | -26/+27 |
| * | | | Fix a flake8 error. | Barry Warsaw | 2016-11-13 | 1 | -1/+1 |
| * | | | Closes: #68 | Barry Warsaw | 2016-11-13 | 8 | -17/+31 |
| * | | | tomoderators -> to_moderators. | Barry Warsaw | 2016-10-31 | 1 | -2/+5 |
| * | | | Issue 68: send messages to list moderators when tomoderators=True | Tom Briles | 2016-10-31 | 5 | -7/+32 |
| * | | | Closes: #259 | Barry Warsaw | 2016-10-31 | 3 | -2/+4 |
| * | | | Implment review suggestions | Aurélien Bompard | 2016-10-31 | 2 | -5/+5 |
| * | | | Remove digest mbox after sending it | Aurélien Bompard | 2016-10-31 | 2 | -0/+6 |
| * | | | Support HTTP/1.1 by default. | Barry Warsaw | 2016-10-30 | 3 | -28/+6 |
| * | | | qa fix: unused variable | amitt001 | 2016-10-30 | 1 | -2/+2 |
| * | | | < python 3.5.x non-enum HTTPStatus support | amitt001 | 2016-10-30 | 1 | -1/+5 |
| * | | | qa fix | amitt001 | 2016-10-30 | 1 | -1/+0 |
| * | | | Test invalid url response. | amitt001 | 2016-10-30 | 1 | -0/+8 |
| * | | | Rest api send error response with headers | amitt001 | 2016-10-30 | 1 | -1/+23 |
