Skip to content

Commit f7fcd4c

Browse files
author
Ralf Schlatterbeck
committed
Tests and fixes.
- Factor MailGW message parsing into a separate class, thanks to John Kristensen who did the major work in issue2550576 -- I wouldn't have attempted it without this. Fixes issue2550576. (Ralf) - Now if the -C option to roundup-mailgw specifies "issue" this refers to an issue-like class. The real class is determined from the configured default class, or the -c option to the mailgw, or the class resulting from mail subject parsing. We also accept multiple -S options for the same class now. (Ralf) - Add regression test for message-id generation if message id is missing in a message - Add regression tests for Option parsing (-S and -C options)
1 parent 730f038 commit f7fcd4c

File tree

3 files changed

+1025
-774
lines changed

3 files changed

+1025
-774
lines changed

CHANGES.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ Features:
1111
- Multilinks can be filtered by combining elements with AND, OR and NOT
1212
operators now. A javascript gui was added for "keywords", see issue2550648.
1313
Developed by Sascha Teichmann; funded by Intevation. (Bernhard Reiter)
14+
- Factor MailGW message parsing into a separate class, thanks to John
15+
Kristensen who did the major work in issue2550576 -- I wouldn't
16+
have attempted it without this. Fixes issue2550576. (Ralf)
17+
- Now if the -C option to roundup-mailgw specifies "issue" this refers
18+
to an issue-like class. The real class is determined from the
19+
configured default class, or the -c option to the mailgw, or the class
20+
resulting from mail subject parsing. We also accept multiple -S
21+
options for the same class now. (Ralf)
1422

1523
Fixed:
1624

0 commit comments

Comments
 (0)