Skip to content

EmailReporting v0.10.0

Compare
Choose a tag to compare
@SL-Gundam SL-Gundam released this 07 Sep 02:47
· 145 commits to master since this release

This release is fully compatible with MantisBT 2.x.x and drops support for MantisBT 1.2.x

MantisBT 2.1.x introduced markdown support. Support for html to markdown conversion has been added to leverage that feature.
See here for the requirements: http://www.mantisbt.org/wiki/doku.php/mantisbt:plugins:emailreporting#mail_parse_html

Please report any bugs that are found here: https://www.mantisbt.org/bugs/bug_report_page.php within the project "Plugin - EmailReporting" or here https://www.mantisbt.org/forums/viewforum.php?f=13

Please extract the attached archive within the /mantisbt/plugins/ folder

Changelog

- Officially compatible with MantisBT 2.x.x
- Drop support for MantisBT 1.2.x
- Updated PEAR packages: PEAR, Auth_SASL, Net_Socket
- Fixed issue with css path in notification emails
- Added support for processing signed emails (#22153)
- Fixed "Email address without the domain name" option for user/real names (based on work from srh-hochschule-berlin)
- Fixed issues with MimeDecode concerning signed email attachments
- Improved email parser to not parse unsupported content
- Fixed issue with "Test" not reporting issues with login information incase of POP3 mailbox
- SAPI helper link now opens in a new tab/window
- Moved the moment for the mailbox (complete) test
- Refreshed the interface for MantisBT 2.x.x
- Added parameter documentation for the ERP_output_config_option function
- Fixed issue with non-existing reporter user resulting in APPLICATION ERROR #811
- Added check to see whether issue exists before adding attachments
- Standardized the regex for email address searching/validation
- Add support for converting html emails to markdown (MantisBT 2.1.x or later required)
- Added Spanish language file (provided by franksanabria)
- Fixed issue when job_users variable is not an array
- Fixed issue with PHP 7.1.x and PEAR Net_IMAP package
- Debug output will now show moment of new user creations
- Fix call to 'email_relationship_added' when incomming mail on fixed or closed bug
- Remove any invisible unicode control format characters from email body
- When bounce messages are processed, some attachments don't have any body
- Fix issue with directory separators for MantisBT URL fix