| Sun, 05 Jan 2025 00:59:12 -0500 |
John Rouillard |
fix: cae1bbf2536b - expression errors not setting result properly
|
| Fri, 18 Oct 2024 16:52:42 +0200 |
Ralf Schlatterbeck |
Change permission representation
permission-performance
|
| Sun, 23 Jul 2023 22:04:27 -0400 |
John Rouillard |
Fix tests
|
| Sun, 23 Jul 2023 20:51:29 -0400 |
John Rouillard |
Add new test new email body unchanged is no.
|
| Tue, 21 Mar 2023 19:46:38 -0400 |
John Rouillard |
issue2551262 - make mail gateway subject prefix parsing accept spaces
|
| Wed, 23 Nov 2022 21:16:01 +0100 |
Ralf Schlatterbeck |
Changes from review
|
| Wed, 23 Nov 2022 10:13:48 +0100 |
Ralf Schlatterbeck |
Add OAuth authentication to the mailgw script
|
| Thu, 08 Sep 2022 18:49:46 -0400 |
John Rouillard |
issue2551232 - modify in-reply-to threading when multiple matches
|
| Wed, 22 Jun 2022 11:51:23 -0400 |
John Rouillard |
Remove pytest deprication warnings.
|
| Thu, 12 May 2022 14:50:50 -0400 |
John Rouillard |
Add more translation tests for mailgw.py
|
| Wed, 11 May 2022 21:20:34 -0400 |
John Rouillard |
Testing translations in mailgw.py, update translations, i18n improved
|
| Wed, 11 May 2022 00:52:02 -0400 |
John Rouillard |
Add testing for beautifulsoup4 as html -> text converter.
|
| Mon, 02 May 2022 17:04:27 -0400 |
John Rouillard |
Start work on supporting testing of beautifulsoup
|
| Wed, 31 Mar 2021 12:49:28 +0200 |
Ralf Schlatterbeck |
Make memorydb persistent across re-open
|
| Tue, 30 Mar 2021 14:16:28 +0200 |
Ralf Schlatterbeck |
Fix roundup/test
|
| Wed, 17 Mar 2021 10:54:14 +0100 |
Ralf Schlatterbeck |
Fix filename created from mail attachments
|
| Sun, 20 Dec 2020 15:43:07 -0500 |
John Rouillard |
Remove old code import imp, old style trackers db/backend_name
|
| Tue, 28 Jul 2020 20:58:04 -0400 |
John Rouillard |
Handle auto-submitted header on inbound email like bulk.
|
| Mon, 22 Jul 2019 20:20:32 -0400 |
John Rouillard |
Removing @pytest.mark.xfail decoration. Ralf fixed the test.
|
| Mon, 22 Jul 2019 19:59:28 +0200 |
Ralf Schlatterbeck |
Fix test for mailer.standard_message
|
| Sat, 06 Jul 2019 09:05:09 -0400 |
John Rouillard |
Mark failing test as xfail till it gets fixed.
|
| Wed, 03 Jul 2019 09:03:02 +0200 |
Ralf Schlatterbeck |
Add test for standard_message
|
| Mon, 10 Jun 2019 21:27:17 -0400 |
John Rouillard |
Replace deprecated assertEquals with assertEqual and failUnlessRaises
|
| Sat, 01 Jun 2019 13:19:14 -0400 |
John Rouillard |
issue2551043: Add X-Roundup-issue-id email header.
|
| Mon, 25 Mar 2019 19:45:08 -0400 |
John Rouillard |
issue2551018 add new nosy_filter parameter to nosymessage. Function
|
| Fri, 15 Mar 2019 20:29:00 -0400 |
John Rouillard |
assert_ is depricated. Replacing with assertTrue to reduce logs in travisci.
|
| Wed, 26 Sep 2018 01:24:19 +0000 |
Joseph Myers |
Do not transcode binary email attachments (issue2551004).
|
| Tue, 25 Sep 2018 17:06:18 +0200 |
Ralf Schlatterbeck |
Mark failing test
|
| Tue, 25 Sep 2018 17:03:19 +0200 |
Ralf Schlatterbeck |
Add failing transcoding test
|
| Sun, 16 Sep 2018 13:55:53 +0000 |
Joseph Myers |
Fix email interfaces with Python 3 (issue 2550974, issue 2551000).
|
| Sat, 18 Aug 2018 23:04:22 +0100 |
Christof Meerwald |
be more lenient when comparing string results
|
| Thu, 16 Aug 2018 19:23:14 +0100 |
Christof Meerwald |
compare folded headers in mailgw tests
|
| Sun, 12 Aug 2018 16:17:14 +0100 |
Christof Meerwald |
use gpg module instead of pyme module for PGP encryption
|
| Sun, 12 Aug 2018 16:15:10 +0100 |
Christof Meerwald |
updated mailgw to no longer use mimetools based on jerrykan's patch
|
| Sun, 29 Jul 2018 02:45:39 +0100 |
Christof Meerwald |
encoding fixes in test cases
|
| Wed, 25 Jul 2018 09:08:29 +0000 |
Joseph Myers |
Python 3 preparation: StringIO.
|
| Tue, 24 Jul 2018 22:22:08 +0000 |
Joseph Myers |
Python 3 preparation: make relative imports explicit.
|
| Tue, 24 Jul 2018 22:08:17 +0000 |
Joseph Myers |
Python 3 preparation: change "x.has_key(y)" to "y in x".
|
| Tue, 24 Jul 2018 21:39:58 +0000 |
Joseph Myers |
Python 3 preparation: "raise" syntax.
|
| Tue, 07 Nov 2017 20:58:48 -0500 |
John Rouillard |
issue2550957: Duplicate emails (with patch).
|
| Fri, 13 Oct 2017 21:46:59 -0400 |
John Rouillard |
issue2550799: provide basic support for handling html only emails
|
| Thu, 24 Aug 2017 22:21:37 -0400 |
Eric S. Raymond |
Use Python-3-compatible 'as' syntax for except statements
|
| Wed, 20 Jul 2016 21:35:55 -0400 |
John Rouillard |
partly test subject line of 'help' to trigger help message. Can't verify the help message is sent though
|
| Tue, 19 Jul 2016 11:47:53 +0200 |
Ralf Schlatterbeck |
Fix subject parsing in mail gateway.
|
| Mon, 18 Jul 2016 13:55:34 +0200 |
Ralf Schlatterbeck |
Add test for msg_header_property of assignedto
|
| Sun, 03 Jul 2016 20:44:26 -0400 |
John Rouillard |
adding test for issue934009. Code coverage shows no test for MAILGW_LEAVE_BODY_UNCHANGED=yes. Adding that for new issue creation and followup.
|
| Sun, 03 Jul 2016 19:29:50 -0400 |
John Rouillard |
Fix issue2550751: Email Header Issue.
|
| Sun, 03 Jul 2016 18:54:18 -0400 |
John Rouillard |
Fixed incorrect header comparisons in compareMessages. It iterated
|
| Sat, 02 Jul 2016 20:05:06 -0400 |
John Rouillard |
Fix issue934009: Have New Issues Submitted By Email *Not* Change Body!
|
| Tue, 28 Jun 2016 15:39:38 +1000 |
John Kristensen |
Improved work-around for pytest markers bug
|
| Mon, 27 Jun 2016 14:03:32 +1000 |
John Kristensen |
Fix work-around for pytest markers bug
|
| Sun, 26 Jun 2016 00:36:23 -0400 |
John Rouillard |
issue2550803: Replying to NOSY mail goes to the tracker through
|
| Sat, 11 Jun 2016 18:06:18 -0400 |
John Rouillard |
issue2109308 add subject argument to nosymessage. Initial patch Frank Niessink. Test and application with slight mods by rouilj
|
| Sun, 05 Jun 2016 20:48:07 -0400 |
John Rouillard |
issue2550763 Strip whitespace from Multilink values after + or -.
|
| Fri, 18 Mar 2016 16:18:20 +0100 |
Peter Funk |
Fix issue1615201: Added a new configuration option EMAIL_KEEP_REAL_FROM
|
| Mon, 07 Sep 2015 23:24:33 +1000 |
John Kristensen |
Work-around for pytest.mark.skipif() bug
|
| Fri, 21 Aug 2015 13:08:02 +1000 |
John Kristensen |
Remove unneeded TestSuite code from tests
|
| Thu, 20 Aug 2015 18:15:23 +1000 |
John Kristensen |
Replace existing run_tests.py script with a pytest script
|
| Thu, 20 Aug 2015 14:44:49 +1000 |
John Kristensen |
Update tests to work with py.test
|
| Thu, 08 May 2014 18:44:29 +1000 |
John Kristensen |
Remove anypy.sets_
|