EmailReporting lacks oauth support
A person over here created a oauth supported version. You could try that: viewtopic.php?t=27637
Search found 717 matches
- 09 Aug 2023, 10:12
- Forum: EmailReporting
- Topic: Email Reporting and O365
- Replies: 1
- Views: 19744
- 30 May 2023, 20:53
- Forum: EmailReporting
- Topic: More entries in mail_strip_signature_delim
- Replies: 1
- Views: 3041
Re: More entries in mail_strip_signature_delim
This functionality was build with the idea of multiline delimiter. So making it multiple different delimiters would be problematic (not impossible). But for EmailReporting 0.11.0-DEV we went a different direction. We replaced this functionality with EmailReplyParser. Ideally this addition can recogn...
- 16 May 2023, 22:53
- Forum: EmailReporting
- Topic: I can´t create a ticket via email
- Replies: 1
- Views: 2100
Re: I can´t create a ticket via email
OAUTH support is not officially available just yet.
Somebody else created a version which can be found here: viewtopic.php?t=27637
Somebody else created a version which can be found here: viewtopic.php?t=27637
- 11 May 2023, 18:42
- Forum: EmailReporting
- Topic: Need help troubleshooting error
- Replies: 3
- Views: 12323
Re: Need help troubleshooting error
'C:\MantisBT2257\core\email_api.php' is a MantisBT file, not EmailReporting. https://github.com/mantisbt/mantisbt/blob/master/core/email_api.php#L1333 The question is what piece of code called the function. My advise is to add the code below to your config_inc.php. It should show a lot more info abo...
- 18 Apr 2023, 18:04
- Forum: EmailReporting
- Topic: OAuth2 email authentication method needed
- Replies: 28
- Views: 79321
Re: OAuth2 email authentication method needed
Besides the work seen here. I don't think anyone is working on it. I've tried a couple months ago but got pushed into other projects. The biggest problem as far as i can see is that every company like Microsoft and Google that use Oauth2, put there own spin on it. This makes everything a pain to dev...
- 18 Apr 2023, 17:51
- Forum: EmailReporting
- Topic: Looong text from email message imports without wrapping
- Replies: 5
- Views: 11078
Re: Looong text from email message imports without wrapping
I need an email that has the problem. I don't have that myself as i have not encountered this problem. I've never had this problem myself so it needs to be something with the specific formatting of the email body or subject... or something else. This might be a problem with the original email client...
- 13 Apr 2023, 00:35
- Forum: EmailReporting
- Topic: Looong text from email message imports without wrapping
- Replies: 5
- Views: 11078
Re: Looong text from email message imports without wrapping
Please activate debug mode and provide me with the exported copy of the email that caused it. Please also provide a screenshot of the ticket in MantisBT that shows the problem you're describing. MantisBT only supports plaintext with BBcode. So kinda weird other things are affecting the showing of th...
- 13 Apr 2023, 00:32
- Forum: EmailReporting
- Topic: Email password
- Replies: 6
- Views: 4852
Re: Email password
That does not tell me where they are.
Are the settings in the MantisBT where you visited /adm_config_report.php ?
If so check the filters. The settings should be there.
Are the settings in the MantisBT where you visited /adm_config_report.php ?
If so check the filters. The settings should be there.
- 15 Mar 2023, 00:25
- Forum: EmailReporting
- Topic: Email password
- Replies: 6
- Views: 4852
Re: Email password
Then you don't have any settings in that installation. You should do this on the installation where the settings are you want to copy. Also check whether the filters in the top are properly set.
Where are the settings you want to move?
Where are the settings you want to move?
- 14 Mar 2023, 20:47
- Forum: EmailReporting
- Topic: Email password
- Replies: 6
- Views: 4852
Re: Email password
I think it would be easiest to go here: /adm_config_report.php
Everything starting with "plugin_EmailReporting_" is for the EmailReporting plugin
Everything starting with "plugin_EmailReporting_" is for the EmailReporting plugin
- 14 Mar 2023, 20:45
- Forum: EmailReporting
- Topic: Update from 2.25.2 to 2.25.6 causes white screen on issue delete
- Replies: 9
- Views: 44529
Re: Update from 2.25.2 to 2.25.6 causes white screen on issue delete
EmailReplyParser is new for version 0.11.0
- 13 Mar 2023, 21:27
- Forum: EmailReporting
- Topic: Update from 2.25.2 to 2.25.6 causes white screen on issue delete
- Replies: 9
- Views: 44529
Re: Update from 2.25.2 to 2.25.6 causes white screen on issue delete
You can always push the desired changes yourself.
Incomplete changes could also be helpful since other could provide further input or finish the work.
Incomplete changes could also be helpful since other could provide further input or finish the work.
- 13 Mar 2023, 21:20
- Forum: EmailReporting
- Topic: Update from 2.25.2 to 2.25.6 causes white screen on issue delete
- Replies: 9
- Views: 44529
Re: Update from 2.25.2 to 2.25.6 causes white screen on issue delete
Just to be sure i checked the requirements for 2.25.
They are still PHP 5.5.x.
So maybe updating EmailReporting is enough.
They are still PHP 5.5.x.
So maybe updating EmailReporting is enough.
- 13 Mar 2023, 21:11
- Forum: EmailReporting
- Topic: Update from 2.25.2 to 2.25.6 causes white screen on issue delete
- Replies: 9
- Views: 44529
Re: Update from 2.25.2 to 2.25.6 causes white screen on issue delete
I'm failing to reproduce this on MantisBT 2.26.0-dev and EmailReporting 0.11.0-DEV Please update to EmailReporting 0.11.0-DEV and see whether it still happens. Also MantisBT seems to request a minimum of PHP 7.0 https://www.mantisbt.org/docs/master/en-US/Admin_Guide/html-desktop/#admin.install.requi...
- 18 Feb 2023, 02:04
- Forum: EmailReporting
- Topic: EmailReporting sets closed issues to Assigned no matter what we do
- Replies: 4
- Views: 17636
Re: EmailReporting sets closed issues to Assigned no matter what we do
I checked the code a bit more and my earlier comment is incorrect. Function bug_reopen is used in both versions mentioned. Function bug_reopen is used when bug_is_resolved. What is your setting for "bug_resolved_status_threshold"? Please check whether there are any project level settings t...