Page 1 of 2

Email Reporting Plugin not compatible with Mantisbt 2.4.1

Posted: 08 Jun 2017, 05:45
by testasy
I'm new to Mantisbt.

I just made a fresh install of Mantisbt 2.4.1 and am trying to install Email Reporting 0.9.3.1, but in the Manage Plugins section it is showing that Plugin is deprecated.

Can anyone help with this? Or is there any other way to configure issue reporting via email in Mantisbt 2.4.1?

Re: Email Reporting Plugin not compatible with Mantisbt 2.4.

Posted: 08 Jun 2017, 20:34
by SL-Gundam
Install from here https://github.com/mantisbt-plugins/EmailReporting the 0.10.0-DEV version

Re: Email Reporting Plugin not compatible with Mantisbt 2.4.

Posted: 22 Jun 2017, 11:50
by amit.patel
Hi,

I have configured Email reporting plugin 0.10 (dev), but it not working.

I do get error as per below:
Location: Attempt login
[pear_error: message=", " code=0 mode=return level=notice prefix="" info=""]

Re: Email Reporting Plugin not compatible with Mantisbt 2.4.

Posted: 22 Jun 2017, 11:56
by amit.patel
I have install Matnisbt 2.4.1 and Email reporting 0.10.0-DEV but it is not working , I have other mantis Old versions on same server and that is working fine.

But for 2.4.1 email reporting not fetching mails.

I receive error in logs:

Location: Attempt login
[pear_error: message=", " code=0 mode=return level=notice prefix="" info=""]

Re: Email Reporting Plugin not compatible with Mantisbt 2.4.

Posted: 22 Jun 2017, 16:13
by SL-Gundam
What email server are you using?

Which version of MantisBT and EmailReporting are you running in the old version

Re: Email Reporting Plugin not compatible with Mantisbt 2.4.

Posted: 23 Jun 2017, 05:57
by amit.patel
Hello SL-Gundam,

Thanks for reply , We are using Zimbra mail server (IMAP) for all our mantis old and new .
Old Mantis : Mantis BT version : 1.2.17 and Email Reporting : Email Reporting 0.9.0-DEV which is working fine without any issues on same Mantis server.

I have configured Mailbox(IMAP-993) for new Mantis and Email reporting same as old mantis and reporting server. (another email user and domain).

Thanks

Re: Email Reporting Plugin not compatible with Mantisbt 2.4.

Posted: 23 Jun 2017, 17:31
by SL-Gundam
I believe the encryption part was reconfigured to be more logical.

Could you provide the full configuration for your mailbox in EmailReporting?

If you encryption is set to none. try one of the other values. STARTTLS is probably what was default before

Re: Email Reporting Plugin not compatible with Mantisbt 2.4.

Posted: 28 Jun 2017, 12:20
by amit.patel
Hello,

I have tried the STARTTLS but still not working.
Configuration:

Enabled [?] Yes
Description [?] someproject
Mailbox type [?] IMAP
Hostname [?] <Mail Server Hostname>
TCP port (optional) [?] 993
Connection encryption [?] STARTTLS
Verify SSL certificate [?] Yes
Username [?] <Username of the mailbox on the mail server>
Password [?] <Password of the mailbox>
Authentication method [?] USER

Basefolder (optional) [?]
Create project subfolder structure [?] No

Select a project [?] <Some Project>
Select a category [?] General

Re: Email Reporting Plugin not compatible with Mantisbt 2.4.

Posted: 28 Jun 2017, 19:07
by SL-Gundam
i Suggest the following

If using 993 (default SSL port) as the port number select SSL or TLS as the encryption
If using 143 as the port number try None or STARTTLS for the encryption

During testing turn off "Verify SSL certificate". After you've got everything working i suggest you enable this one again.

Re: Email Reporting Plugin not compatible with Mantisbt 2.4.

Posted: 29 Jun 2017, 05:03
by amit.patel
Many Thanks SL-Gundam,

That did work out :)
993 (default SSL port) as the port number with TLS as the encryption.

really appreciate your help.

Re: Email Reporting Plugin not compatible with Mantisbt 2.4.

Posted: 25 Jul 2017, 10:08
by Ancy
Will the email plugin work on Mantis2.5.0 ?
Because we have upfdated from 1.1.2 to 2.5.0 now.can anyone please respond?

Re: Email Reporting Plugin not compatible with Mantisbt 2.4.

Posted: 26 Jul 2017, 02:23
by SL-Gundam
Update EmailReporting to 0.10.0-DEV and everything should work without issues

Re: Email Reporting Plugin not compatible with Mantisbt 2.4.

Posted: 28 Jul 2017, 09:22
by Ancy
Thank you so much for responding.

Re: Email Reporting Plugin not compatible with Mantisbt 2.4.

Posted: 01 Aug 2017, 17:09
by GeminiDomino
Where's the download for 0.10.0-DEV? The link in the readme goes to the releases download list, but the newest one listed there is 0.9.3.1 and it's not showing me any branches other than "master" and "master-0.9.x"

Re: Email Reporting Plugin not compatible with Mantisbt 2.4.

Posted: 02 Aug 2017, 12:41
by SL-Gundam