Search found 4 matches

by xcesiv
20 Apr 2023, 13:46
Forum: EmailReporting
Topic: OAuth2 email authentication method needed
Replies: 31
Views: 163937

Re: OAuth2 email authentication method needed

Curious to try this solution too. @mushu is this how you're still accomplishing this with POP? Yes, still working perfectly. Task Manager on the server is set to launch the batch file every 5 minutes. So does your process_pop3_mailbox function look like this: private function process_pop3_mailbox()...
by xcesiv
19 Apr 2023, 13:30
Forum: EmailReporting
Topic: OAuth2 email authentication method needed
Replies: 31
Views: 163937

Re: OAuth2 email authentication method needed

I wrote a little command-line script to log into our ticketing system mailbox using OAuth and grab the raw email data and stuff it into a disk file. Then I changed a bit of the Mantis & EmailReporting code to point to that file and trick it into thinking it is actually online and reading the ma...
by xcesiv
19 Apr 2023, 12:47
Forum: EmailReporting
Topic: OAuth2 email authentication method needed
Replies: 31
Views: 163937

Re: OAuth2 email authentication method needed

Yes it seems quite annoying. Working with Sambuca's fork it seems like a few others have had this issue where their setup looks like this: array(18) { ["enabled"]=> int(1) ["description"]=> string(16) "test-oauth-edits" ["mailbox_type"]=> string(4) "IMAP&...
by xcesiv
18 Apr 2023, 16:30
Forum: EmailReporting
Topic: OAuth2 email authentication method needed
Replies: 31
Views: 163937

Re: OAuth2 email authentication method needed

Is there still no one that is willing to work on a fix? The company I work for uses Mantis and this is one of their big issues. I've done some work on this from sambuca's fork, just curious if there is any active development now that basic authentication is unavailable from Microsoft? What sort of o...