log roundup/mailgw.py @ 4581:f1d6e2b2eb64

age author description
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)
Sat, 01 Sep 2007 16:14:21 +0000 Erik Forsberg Tell user where to register in mail about user being unknown...
Sat, 12 May 2007 16:14:54 +0000 Erik Forsberg Restored subject parser regexp to the string it was before the...
Tue, 03 Apr 2007 06:43:30 +0000 Alexander Smishlajev parseContent API modified to take single config argument
Mon, 26 Mar 2007 06:19:55 +0000 Richard Jones clean up
Mon, 26 Mar 2007 04:04:42 +0000 Richard Jones Allow customisation of regular expressions used in email parsing...
Thu, 15 Feb 2007 03:09:53 +0000 Richard Jones Fixes to mailgw subject parsing
Sun, 28 Jan 2007 13:49:21 +0000 Erik Forsberg Modified subject line parser in mail gateway.
Sun, 21 Jan 2007 18:08:31 +0000 Erik Forsberg Make functionality for matching In-Reply-To and Message-Id work...
Sun, 21 Jan 2007 15:18:26 +0000 Erik Forsberg Fix bug in matching In-Reply-To header to existing Message-ID and add unit test.
Tue, 19 Dec 2006 01:13:31 +0000 Richard Jones more "re"/"fwd" translations
Wed, 13 Dec 2006 23:32:39 +0000 Richard Jones Sorry, another mega-patch:
Thu, 05 Oct 2006 23:08:21 +0000 Richard Jones E-mail subject line prefix delimiter configuration was being ignored
Fri, 11 Aug 2006 01:41:25 +0000 Richard Jones fix error during mailgw bouncing message [SF#1413501]
Thu, 03 Aug 2006 00:50:06 +0000 Richard Jones match incoming mail In-Reply-To against existing messages...
Thu, 06 Apr 2006 06:01:35 +0000 Alexander Smishlajev translate UI messages (patch [SF#1462491])
Fri, 03 Mar 2006 00:13:20 +0000 Richard Jones fix security check in mailgw [SF#1442145]
Thu, 02 Mar 2006 23:45:23 +0000 Richard Jones fix blank-title subject line handling [SF#1442121]
Wed, 25 Jan 2006 03:51:21 +0000 Richard Jones just running the eyes over that code again
Wed, 25 Jan 2006 03:21:38 +0000 Richard Jones merge from HEAD maint-0.8

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