Search found 722 matches

by SL-Gundam
18 Nov 2013, 16:24
Forum: EmailReporting
Topic: Scheduling of Windows
Replies: 5
Views: 7766

Re: Scheduling of Windows

Please provide the necessary output to support your answer.

That way we might see other things that are possibly causing your issues
by SL-Gundam
11 Nov 2013, 16:02
Forum: EmailReporting
Topic: Scheduling of Windows
Replies: 5
Views: 7766

Re: Scheduling of Windows

It's possible PHP.exe loaded another ini file then the one used by your webserver. Please check the phpinfo information from within the command prompt and from within the webserver to find out which php.ini's are loaded It's also possible that different pear library's are used. Which could also be f...
by SL-Gundam
24 Oct 2013, 11:22
Forum: EmailReporting
Topic: remove boilerplate from emails
Replies: 1
Views: 4376

Re: remove boilerplate from emails

Currently this can only be done if you modify EmailReporting code yourself.

For future versions there is an solution for this but that is still under development and will be for some time
by SL-Gundam
06 Sep 2013, 15:42
Forum: EmailReporting
Topic: EmailReporting plugin
Replies: 3
Views: 7065

Re: EmailReporting plugin

EmailReporting uses the default MantisBT functions for this. Which means that a event is triggered on a submitted issue when it is created. So if you receive notifications when you manually create issues through the MantisBT interface, you should also get notifications with EmailReporting is creatin...
by SL-Gundam
09 Aug 2013, 17:34
Forum: EmailReporting
Topic: Scheduling of Windows
Replies: 5
Views: 7766

Re: Scheduling of Windows

please activate debug mode and post the full logs of bug_report_mail.php through the webserver and bug_report_mail.php through the commandline
by SL-Gundam
27 Jul 2013, 16:06
Forum: EmailReporting
Topic: does the plugin work with IMAP/TLS
Replies: 1
Views: 4074

Re: does the plugin work with IMAP/TLS

IMAP towards Exchange is sometimes troublesome with encryption.

IMAP towards gmail works just fine. Though with the new Net_IMAP package included in EmailReporting 0.9.0-DEV it does need to be clarified a bit more.
- Set encryption to None
- Set port to 993
by SL-Gundam
27 Jul 2013, 16:02
Forum: EmailReporting
Topic: download ver 0.9.0
Replies: 1
Views: 4032

Re: download ver 0.9.0

There is not GA version of 0.9.0.

The last stable version is 0.8.4
by SL-Gundam
26 Jul 2013, 15:19
Forum: EmailReporting
Topic: How to edit the mail template generated by EmailReporting?
Replies: 1
Views: 8019

Re: How to edit the mail template generated by EmailReportin

It uses the core MantisBT functions for emailing. This includes the mail template.

See core/email_api.php
by SL-Gundam
16 Jul 2013, 22:02
Forum: EmailReporting
Topic: Option to set "view status"
Replies: 8
Views: 11209

Re: Option to set "view status"

Don't know exactly which version you are running but it only works completely if this patch is present as well

To be precise line 724 in core/mail_api.php

Change: https://github.com/mantisbt-plugins/Ema ... 39b4b2002b
by SL-Gundam
12 Jul 2013, 15:08
Forum: EmailReporting
Topic: "-ERR Protocol error: 16" with POP3 Exchange 2010
Replies: 4
Views: 12166

Re: "-ERR Protocol error: 16" with POP3 Exchange 2010

I'm using "USER".

It might be that you've set Exchange 2010 to be stricter on what kind of authentications are allowed. Plain or USER is the very base authentication available and the least secure one
by SL-Gundam
11 Jul 2013, 21:09
Forum: EmailReporting
Topic: "-ERR Protocol error: 16" with POP3 Exchange 2010
Replies: 4
Views: 12166

Re: "-ERR Protocol error: 16" with POP3 Exchange 2010

What kind of "Authentication method" are you using for the mailbox in the EmailReporting settings?

I'm using EmailReporting 0.9.0-DEV just fine against POP3 Exchange 2010.
by SL-Gundam
10 Jul 2013, 00:29
Forum: EmailReporting
Topic: Exchange Mail report not working
Replies: 3
Views: 6626

Re: Exchange Mail report not working

I did some debugging on this and apparently IMAP for Exhange returns a different result compared to most other IMAP servers. The Net_IMAP PEAR package seems to have issues handling this. I will be investigating this further but for the moment IMAP for exchange will be non functional. If possible ple...
by SL-Gundam
08 Jul 2013, 21:23
Forum: EmailReporting
Topic: Exchange Mail report not working
Replies: 3
Views: 6626

Re: Exchange Mail report not working

IMAP is something which i'm still checking against a Exchange server. I've had some issues with this before

Please try with encryption set to "None". EmailReporting will check what the IMAP server supports and will use STARTTLS if supported for encryption
by SL-Gundam
24 Jun 2013, 19:36
Forum: EmailReporting
Topic: Option to set "view status"
Replies: 8
Views: 11209

Re: Option to set "view status"

Pushed a fix for this to the git repository

Change: https://github.com/mantisbt-plugins/Ema ... f703038e41

Download 0.9.0-DEV here: https://github.com/mantisbt-plugins/EmailReporting
by SL-Gundam
24 Jun 2013, 19:03
Forum: EmailReporting
Topic: Option to set "view status"
Replies: 8
Views: 11209

Re: Option to set "view status"

Currently EmailReporting retrieves the default settings at the beginning before a project is selected. So if you have private as an all users, all projects setting then it should work. But on per project basis it will probably not work.

I will patch this soon.