email2trac utility for trac 2.13.0

email2trac is a utility that converts email messages to Trac tickets. It features HTML message conversion, attachments, updating of tickets via email, command line options, a configuration file, Unicode support, spam detection, workflow support, and support for FullBlogPlugin and DiscussionPlugin.

Tags trac email ticket c python
License Apache
State stable

Recent Releases

2.13.001 Oct 2019 09:45 bug fixes: if drop_alternative is not set attach hmtl version and skip hmtl to ascci conversion. inlne property bug, append line if no ticket property field found
2.12.226 Apr 2018 03:16 bug fixes: if drop_alternative is not set attach hmtl version and skip hmtl to ascci conversion. inlne property bug, append line if no ticket property field found
2.9.026 Apr 2016 05:45 bug fixes: Support for discussionplugin 0.9dev and drop support for earlier versions, Added support for trac 1.1 and dropped support for trac version 0.10 and 0.11. Added suppport for announcer plugin and that each ticket has its own replyto address
2.8.829 Apr 2015 08:25 bug fixes: Properly fixed the error in notify_sender code
2.8.626 Feb 2015 14:15 bug fixes: Do not try to convert an unicode string to unicode, email2trac now gives a better error message when it fails to initialize and adjusted too eager regular expression for subject matching.
2.8.423 Sep 2014 15:25 security: Custom ticket fields were not properly initialized. A format-security problem in run_email2trac.c has been fixed, as well as a variable name typo and lower on non-string object failure