Search found 722 matches

by SL-Gundam
21 Feb 2024, 22:18
Forum: EmailReporting
Topic: automatically decode complete email text from base64
Replies: 1
Views: 1225

Re: automatically decode complete email text from base64

The decode should already work. What version of MantisBT/EmailReporting are you running? Please check these settings: http://www.mantisbt.org/wiki/doku.php/mantisbt:plugins:emailreporting#mail_strip_signature http://www.mantisbt.org/wiki/doku.php/mantisbt:plugins:emailreporting#mail_remove_replies h...
by SL-Gundam
21 Feb 2024, 22:14
Forum: EmailReporting
Topic: Parsing outlook invite
Replies: 5
Views: 2093

Re: Parsing outlook invite

Would be interesting to include this feature. If you make the necessary modifications please share them with us.
by SL-Gundam
20 Feb 2024, 22:27
Forum: EmailReporting
Topic: Parsing outlook invite
Replies: 5
Views: 2093

Re: Parsing outlook invite

Currently no plans for that. You could create a pull request on github and make the necessary modifitions and push them into EmailReporting. I am curious what the use case is. MantisBT/EmailReporting don't have any calendar functionality so personally don't really see the use. It might be that Email...
by SL-Gundam
05 Dec 2023, 00:08
Forum: EmailReporting
Topic: How to block addition to 'monitored by'?
Replies: 2
Views: 10536

Re: How to block addition to 'monitored by'?

Either before or after here you should build in the necessary checks: https://github.com/mantisbt-plugins/Ema ... .php#L1838
by SL-Gundam
23 Oct 2023, 20:27
Forum: EmailReporting
Topic: Do not send "welcome" emails on first submission
Replies: 3
Views: 5130

Re: Do not send "welcome" emails on first submission

Go into user_api.php Go to the function user_create Disable the line near the end of this function with function call email_signup This will disable the email for all user creations which use this method for creating the users Another solution would be to use EmailReporting's ERP_set_temporary_overw...
by SL-Gundam
09 Aug 2023, 10:12
Forum: EmailReporting
Topic: Email Reporting and O365
Replies: 1
Views: 42974

Re: Email Reporting and O365

EmailReporting lacks oauth support
A person over here created a oauth supported version. You could try that: viewtopic.php?t=27637
by SL-Gundam
30 May 2023, 20:53
Forum: EmailReporting
Topic: More entries in mail_strip_signature_delim
Replies: 1
Views: 17573

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...
by SL-Gundam
16 May 2023, 22:53
Forum: EmailReporting
Topic: I can´t create a ticket via email
Replies: 1
Views: 12286

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
by SL-Gundam
11 May 2023, 18:42
Forum: EmailReporting
Topic: Need help troubleshooting error
Replies: 3
Views: 30065

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...
by SL-Gundam
18 Apr 2023, 18:04
Forum: EmailReporting
Topic: OAuth2 email authentication method needed
Replies: 31
Views: 159585

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...
by SL-Gundam
18 Apr 2023, 17:51
Forum: EmailReporting
Topic: Looong text from email message imports without wrapping
Replies: 5
Views: 26176

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...
by SL-Gundam
13 Apr 2023, 00:35
Forum: EmailReporting
Topic: Looong text from email message imports without wrapping
Replies: 5
Views: 26176

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...
by SL-Gundam
13 Apr 2023, 00:32
Forum: EmailReporting
Topic: Email password
Replies: 6
Views: 18408

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.
by SL-Gundam
15 Mar 2023, 00:25
Forum: EmailReporting
Topic: Email password
Replies: 6
Views: 18408

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?
by SL-Gundam
14 Mar 2023, 20:47
Forum: EmailReporting
Topic: Email password
Replies: 6
Views: 18408

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