log roundup/mailgw.py @ 5381:0942fe89e82e

age author description
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, 24 Jul 2018 09:54:52 +0000 Joseph Myers Python 3 preparation: convert print to a function.
Sun, 08 Jul 2018 11:34:42 -0400 John Rouillard A real fix for the problem where:
Sat, 07 Jul 2018 22:02:41 -0400 John Rouillard Force all uses of random to use SystemRandom and abort if
Thu, 07 Jun 2018 12:39:31 +0200 Ralf Schlatterbeck Work around a line-length limit in poplib
Fri, 13 Oct 2017 22:56:42 -0400 John Rouillard Codecov showed text/html followed by text/plain not tested. Fixed bug
Fri, 13 Oct 2017 21:46:59 -0400 John Rouillard issue2550799: provide basic support for handling html only emails
Mon, 04 Sep 2017 21:56:49 -0400 John Rouillard Python 2 and 3 support. Convert Exception into BaseException in core code.
Thu, 24 Aug 2017 22:21:37 -0400 Eric S. Raymond Use Python-3-compatible 'as' syntax for except statements
Wed, 10 May 2017 10:36:39 +0200 Bernhard Reiter Mailgw: Improves diagnostic messages for DEBUG.
Tue, 19 Jul 2016 11:47:53 +0200 Ralf Schlatterbeck Fix subject parsing in mail gateway.
Sat, 02 Jul 2016 20:05:06 -0400 John Rouillard Fix issue934009: Have New Issues Submitted By Email *Not* Change Body!
Sat, 18 Jun 2016 00:39:01 -0400 John Rouillard issue2550823 Improve mailgw logging for node creation errors. Add a
Sat, 30 Apr 2016 21:33:41 -0400 John Rouillard issue2550757: one bug raised by issue fixed. Patch created by
Fri, 18 Mar 2016 16:18:20 +0100 Peter Funk Fix issue1615201: Added a new configuration option EMAIL_KEEP_REAL_FROM
Sun, 11 May 2014 01:05:58 +1000 John Kristensen Remove rfc2822.py
Fri, 27 Feb 2015 00:48:25 +1100 John Kristensen Replace rfc822 imports with email package (issue2550870)
Tue, 23 Apr 2013 23:06:09 -0400 John Rouillard Implementation for:
Thu, 05 Jan 2012 22:20:11 +0100 Ralf Schlatterbeck Fix quote-stripping in mail gateway again.
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.
Fri, 16 Dec 2011 09:23:24 +0100 Ralf Schlatterbeck Fix initialisation of crypt option.
Wed, 16 Nov 2011 09:51:38 -0500 Eric S. Raymond Remove keyword expansions from CVS. All regression tests passed afterwards.
Mon, 17 Oct 2011 18:38:05 +0000 Ralf Schlatterbeck - fix mailgw list of methods
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
Thu, 06 Oct 2011 07:19:25 +0000 Ralf Schlatterbeck - put all methods for parsing a message into a list...
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
Fri, 15 Apr 2011 08:09:59 +0000 Ralf Schlatterbeck Add new config-option 'password_pbkdf2_default_rounds'...
Thu, 14 Apr 2011 05:29:39 +0000 Richard Jones Fixed bug in mailgw refactoring, patch issue2550697 (thanks Hubert Touvet)
Mon, 10 Jan 2011 16:04:09 +0000 Ralf Schlatterbeck Add parsedMessage class as class variable to MailGW to allow easier override
Thu, 23 Dec 2010 15:42:30 +0000 Ralf Schlatterbeck Tests and fixes.
Wed, 06 Oct 2010 14:13:09 +0000 Ralf Schlatterbeck - some formatting
Tue, 05 Oct 2010 14:24:25 +0000 Ralf Schlatterbeck Mail gateway fixes and improvements.
Thu, 16 Sep 2010 07:44:50 +0000 Ralf Schlatterbeck - more logger fixes -- use correct hierarchical logger names...
Wed, 04 Aug 2010 10:01:23 +0000 Ralf Schlatterbeck new mailgw config option subject_updates_title...
Mon, 19 Apr 2010 03:56:54 +0000 Richard Jones Default to "text/plain" if no Content-Type header is present in email
Fri, 16 Apr 2010 06:52:18 +0000 Richard Jones Accept single-character subject lines
Tue, 02 Feb 2010 05:15:10 +0000 Richard Jones support CRAM-MD5 for IMAPS
Tue, 15 Dec 2009 15:11:27 +0000 Ralf Schlatterbeck Clean up all the places where role processing occurs.
Mon, 07 Dec 2009 05:13:27 +0000 Richard Jones Fix some security assertions and tests.
Mon, 07 Dec 2009 00:16:33 +0000 Richard Jones - Add documentation for migrating to the Register permission...
Mon, 10 Aug 2009 03:32:02 +0000 Richard Jones remove unused import
Fri, 24 Jul 2009 04:35:05 +0000 Pygi Some preparations for 3.0 migration gsoc-2009
Tue, 14 Jul 2009 09:10:43 +0000 Ralf Schlatterbeck Process each message through the mail gateway as a separate transaction.
Fri, 13 Mar 2009 00:11:58 +0000 Richard Jones remove debugging raise, thanks alex
Thu, 12 Mar 2009 06:25:05 +0000 Richard Jones Add some new encoding tests to mailgw:
Thu, 12 Mar 2009 05:55:16 +0000 Richard Jones migrate from MimeWriter to email
Wed, 23 Jul 2008 03:04:44 +0000 Richard Jones Fix mailgw total failure bounce message generation (thanks Bradley Dean)
Thu, 07 Feb 2008 03:33:31 +0000 Richard Jones Handle Reject in mailgw final set/create [SF#1826425]
Mon, 19 Nov 2007 20:45:57 +0000 Richard Jones Admin copy of error email from mailgw includes traceback
Wed, 14 Nov 2007 14:57:47 +0000 Ralf Schlatterbeck Mail improvements:
Wed, 26 Sep 2007 03:20:21 +0000 Justus Pendleton role checking for PGP mail and docs
Mon, 24 Sep 2007 09:52:18 +0000 Alexander Smishlajev fix gettext markup
Sat, 22 Sep 2007 07:25:35 +0000 Justus Pendleton support for receiving OpenPGP MIME messages (signed or encrypted)

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