Search found 722 matches

by SL-Gundam
03 Mar 2022, 02:45
Forum: EmailReporting
Topic: OAuth Standard authentication
Replies: 3
Views: 23575

Re: OAuth Standard authentication

The need is increasing though. But nobody has volunteered time to develop the functionality. So that means it's going to take some time.

Mushu has provided some good information though
https://www.mantisbt.org/forums/viewtopic.php?t=27637
by SL-Gundam
09 Nov 2021, 22:11
Forum: EmailReporting
Topic: INTERNAL APPLICATION ERROR
Replies: 6
Views: 14235

Re: INTERNAL APPLICATION ERROR

I'm running PHP 7.4.11 and it works just fine.
So like i said please install the latest DEV version of EmailReporting
by SL-Gundam
09 Nov 2021, 18:54
Forum: EmailReporting
Topic: INTERNAL APPLICATION ERROR
Replies: 6
Views: 14235

Re: INTERNAL APPLICATION ERROR

I did a clean install of MantisBT 2.25.2 Installed EmailReporting v0.10.1. I only got a small error concerning an older version of Markdownify (third party code EmailReporting uses) But if i download the latest DEV version from github everything works fine. I suggest trying the latest DEV version: h...
by SL-Gundam
09 Nov 2021, 16:13
Forum: EmailReporting
Topic: INTERNAL APPLICATION ERROR
Replies: 6
Views: 14235

Re: INTERNAL APPLICATION ERROR

What version of MantisBT and EmailReporting are you running?
by SL-Gundam
09 Nov 2021, 16:11
Forum: EmailReporting
Topic: Capability to filter type of attachment
Replies: 4
Views: 21103

Re: Capability to filter type of attachment

EmailReporting is designed with the idea that it should emulate MantisBT functionality as much as possible. The only extra filtering we built into EmailReporting is a file filter based on MD5 hashes. This was designed to filter out images in your email signatures. There is currently a "rule sys...
by SL-Gundam
15 Oct 2021, 14:31
Forum: EmailReporting
Topic: Capability to filter type of attachment
Replies: 4
Views: 21103

Re: Capability to filter type of attachment

That functionality is already present in the base MantisBT code.
See $g_allowed_files and $g_disallowed_files here: https://www.mantisbt.org/docs/master/en ... loads.html
by SL-Gundam
15 Oct 2021, 14:26
Forum: EmailReporting
Topic: Email Reporting 0.10.1 configuration
Replies: 3
Views: 29228

Re: Email Reporting 0.10.1 configuration

Those instructions are as clear as they can be. They describe different ways for setting up a scheduled job to import emails from the mailboxes. If they are not clear enough please ask specific questions what it is you do not understand. I would advise making $g_from_email $g_return_path_email these...
by SL-Gundam
22 Sep 2021, 12:54
Forum: EmailReporting
Topic: Associate new users to the mailbox project
Replies: 3
Views: 15492

Re: Associate new users to the mailbox project

Hi

This would require additional modifications in the code.
You should add the core here so that every created user is a member of your desired project.
https://github.com/mantisbt-plugins/Ema ... #L759-L775
by SL-Gundam
24 Jul 2021, 07:04
Forum: EmailReporting
Topic: debug mode directory not found (configuration setting)
Replies: 2
Views: 31278

Re: debug mode directory not found (configuration setting)

Nice you found it out
I expect the dot at the beginning was the issue
by SL-Gundam
16 Jun 2021, 16:52
Forum: EmailReporting
Topic: Cut the signature of customers who create a ticket
Replies: 1
Views: 15604

Re: Cut the signature of customers who create a ticket

Which version of EmailReporting are you running?

Since the common denominator is not an option, you would have to tell me how the email looks and what you expect EmailRepoting to do.
What are the points of recognition for EmailReporting to see that a certain part is a signature?
by SL-Gundam
16 Jun 2021, 16:49
Forum: EmailReporting
Topic: Report to multiple mailboxes
Replies: 3
Views: 16588

Re: Report to multiple mailboxes

The only thing that has changed is how many emails EmailReporting will process in one run of bug_report_mail.

So the functionality in itself should have been the same

Like i said, please provide more information about your setup so i can understand the situation better
by SL-Gundam
16 Jun 2021, 16:46
Forum: EmailReporting
Topic: Blockquote issue
Replies: 4
Views: 14374

Re: Blockquote issue

With how EmailReplyParser currently works this is expected behavior
by SL-Gundam
08 Jun 2021, 23:18
Forum: EmailReporting
Topic: Blockquote issue
Replies: 4
Views: 14374

Re: Blockquote issue

Which version of EmailReporting are you using? 0.11.0-DEV has started using EmailReplyParser . This library sees blockquotes as part of replies. If none is present ----- original message ------ is used to identify replies. If blockquotes are present they are also used for identifying replies (normal...
by SL-Gundam
03 Jun 2021, 20:33
Forum: EmailReporting
Topic: Report to multiple mailboxes
Replies: 3
Views: 16588

Re: Report to multiple mailboxes

If EmailReporting processes a Mailbox that email will either be deleted or marked as processed. If another EmailReporting mailbox processes that some it will not process the email again.

Please provide more information about your setup if you need more help.