| Wed, 08 Apr 2026 21:39:40 -0400 |
John Rouillard |
chore: remove __future print_funcion from code.
|
| Mon, 06 Apr 2026 22:10:23 -0400 |
John Rouillard |
feat: improve store_trace_reason with extract parameter
|
| Tue, 16 Sep 2025 22:53:00 -0400 |
John Rouillard |
feature: add thread local trace_id and trace_reason to logging.
|
| Sun, 07 May 2023 09:10:10 -0400 |
John Rouillard |
flake8 fixes
|
| Tue, 21 Mar 2023 19:46:38 -0400 |
John Rouillard |
issue2551262 - make mail gateway subject prefix parsing accept spaces
|
| Sun, 19 Mar 2023 12:26:42 -0400 |
John Rouillard |
flake8 spacing changes, split multiple imports
|
| Sun, 26 Feb 2023 10:40:25 -0500 |
John Rouillard |
chore: flake8 whitespace fixes
|
| Sat, 26 Nov 2022 11:32:12 +0100 |
Ralf Schlatterbeck |
Put oauth client secret into a file
|
| 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
|
| Thu, 08 Sep 2022 15:28:36 -0400 |
John Rouillard |
flake8 changes.
|
| 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
|
| Tue, 03 May 2022 14:51:59 +0200 |
Ralf Schlatterbeck |
Add i18n object to roundupdb.Database
|
| Tue, 04 Jan 2022 18:39:40 -0500 |
John Rouillard |
issue2551186 - replace socket.sslerror in mailgw.py.
|
| Wed, 17 Mar 2021 10:54:14 +0100 |
Ralf Schlatterbeck |
Fix filename created from mail attachments
|
| Tue, 28 Jul 2020 20:58:04 -0400 |
John Rouillard |
Handle auto-submitted header on inbound email like bulk.
|
| Fri, 03 Apr 2020 18:31:35 -0400 |
John Rouillard |
Fix broken import
|
| Fri, 03 Apr 2020 16:18:59 -0400 |
John Rouillard |
issue2551083 Replace BaseException and Exception with RoundupException
|
| Wed, 01 Jan 2020 20:45:09 -0500 |
John Rouillard |
Flake8 fixes; remove unused imports; format changes.
|
| Wed, 09 Oct 2019 18:18:22 +0200 |
Ralf Schlatterbeck |
Fix mailgw IMAP message handling
|
| Wed, 05 Jun 2019 00:13:45 +0200 |
Ezio Melotti |
Handle the issue in _decode_header by decoding only when decode_header returns bytes.
issue2551008
|
| Tue, 04 Jun 2019 23:41:45 +0200 |
Ezio Melotti |
Remove trailing whitespace.
issue2551008
|
| Mon, 03 Jun 2019 20:50:58 -0400 |
John Rouillard |
working branch for fixing https://issues.roundup-tracker.org/issue2551008
issue2551008
|
| Wed, 26 Sep 2018 01:24:19 +0000 |
Joseph Myers |
Do not transcode binary email attachments (issue2551004).
|
| Sun, 16 Sep 2018 13:55:53 +0000 |
Joseph Myers |
Fix email interfaces with Python 3 (issue 2550974, issue 2551000).
|
| 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
|
| Sat, 04 Aug 2018 22:40:16 +0100 |
Christof Meerwald |
reworked random number use
|
| Sat, 28 Jul 2018 14:11:18 +0100 |
Christof Meerwald |
only conditionally import mimetools
|
| Wed, 25 Jul 2018 10:42:42 +0000 |
Joseph Myers |
Python 3 preparation: avoid string.split().
|
| Wed, 25 Jul 2018 09:08:29 +0000 |
Joseph Myers |
Python 3 preparation: StringIO.
|
| Wed, 25 Jul 2018 09:05:58 +0000 |
Joseph Myers |
Python 3 preparation: unicode.
|
| Tue, 24 Jul 2018 23:47:10 +0000 |
Joseph Myers |
Python 3 preparation: replace raw_input uses.
|
| Tue, 24 Jul 2018 23:12:32 +0000 |
Joseph Myers |
Python 3 preparation: update next() usage for iterators.
|
| 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, 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.
|