log test/test_mailgw.py @ 5565:b3d5085dd04e REST-rebased

age author description
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_
Sun, 11 May 2014 01:05:58 +1000 John Kristensen Remove rfc2822.py
Mon, 16 Mar 2015 16:16:02 +0100 Bernhard Reiter issue2550877: Writing headers with the email module will use continuation_ws = ' ' now for python 2.5 and 2.6 when importing anypy.email_.
Thu, 12 Mar 2015 22:11:20 +0100 Bernhard Reiter issued2550877 fixed, the tests adapted to the more precise header comparison. Added a hint to the code how headers are handled.
Wed, 11 Mar 2015 21:47:41 +0100 Bernhard Reiter issue2550877 partly fixed.
Tue, 10 Mar 2015 22:04:29 +0100 Bernhard Reiter test_mailgw.py fixing the MIME-Version and Precedence duplicate headers of testUnknownUser (partly issue2550877)
Mon, 02 Mar 2015 23:05:09 +0100 Bernhard Reiter test_mailgw: removed superflous openpgp test data, which was copied to test/gpgmelib.py with 4542:46239c21a1eb but not removed.
Mon, 02 Mar 2015 17:08:40 +0100 Bernhard Reiter Moved test_mailgw to email module and make message comparison sharper to flag differences in headers with the same name.
Tue, 23 Apr 2013 23:06:09 -0400 John Rouillard Implementation for:
Thu, 05 Jan 2012 21:47:34 +0100 Ralf Schlatterbeck issue2431638 wrong registration link in bounce mail.
Thu, 05 Jan 2012 20:55:47 +0100 Ralf Schlatterbeck issue2550535 Fix keep_quoted_text=yes setting.
Wed, 04 Jan 2012 18:55:49 +0100 Ralf Schlatterbeck Be more tolerant when parsing RFC2047 encoded mail headers.
Wed, 16 Nov 2011 09:51:38 -0500 Eric S. Raymond Remove keyword expansions from CVS. All regression tests passed afterwards.
Wed, 19 Oct 2011 11:32:20 -0400 Ralf Schlatterbeck Add config-option "nosy" to messages_to_author setting in [nosy] section...
Fri, 07 Oct 2011 18:04:00 +0000 Ralf Schlatterbeck Sending of PGP-Encrypted mail to all users or selected users (via roles)...
Fri, 07 Oct 2011 14:21:57 +0000 Ralf Schlatterbeck PGP support is again working (pyme API has changed significantly)...
Thu, 06 Oct 2011 21:02:09 +0000 Ralf Schlatterbeck Fix PGP implementation
Wed, 24 Aug 2011 14:43:52 +0000 Ralf Schlatterbeck Fix matching of incoming email addresses to the alternate_addresses field...
Mon, 06 Jun 2011 20:00:17 +0000 Ralf Schlatterbeck Yet another fix to the mail gateway...
Wed, 01 Jun 2011 12:49:47 +0000 Ralf Schlatterbeck Yet another fix to the mail gateway...
Sun, 29 May 2011 18:25:49 +0000 Ralf Schlatterbeck Fix file-unlink bug in mailgw
Thu, 14 Apr 2011 09:21:23 +0000 Ralf Schlatterbeck - fix new mailgw test (-c option :-)
Thu, 14 Apr 2011 07:07:22 +0000 Ralf Schlatterbeck - Add regression test for -c option to mailgw
Thu, 23 Dec 2010 15:42:30 +0000 Ralf Schlatterbeck Tests and fixes.
Tue, 05 Oct 2010 14:24:25 +0000 Ralf Schlatterbeck Mail gateway fixes and improvements.
Mon, 04 Oct 2010 12:56:37 +0000 Ralf Schlatterbeck Fix charset of first text-part of outgoing multipart messages...
Mon, 09 Aug 2010 04:43:50 +0000 Richard Jones force tests checking text output to work in the "C" locale

Roundup Issue Tracker: http://roundup-tracker.org/