Search found 3 matches
- 10 Jan 2023, 13:39
- Forum: EmailReporting
- Topic: OAuth2 email authentication method needed
- Replies: 28
- Views: 10013
Re: OAuth2 email authentication method needed
Sorry, I should have provided some more information about the setup. It seems that the MS document does not match exactly what I have setup up currently. So, the password field is the client secret, so that must be filled in. You also need to fill in the four fields under OAUTH2: Client ID - applica...
- 03 Jan 2023, 07:24
- Forum: EmailReporting
- Topic: OAuth2 email authentication method needed
- Replies: 28
- Views: 10013
Re: OAuth2 email authentication method needed
It seems I had deleted some code by accident. Perhaps that was the root of your problem.
The dependencies should all be installed by running composer in the root folder of the plugin.
The dependencies should all be installed by running composer in the root folder of the plugin.
- 10 Nov 2022, 14:06
- Forum: EmailReporting
- Topic: OAuth2 email authentication method needed
- Replies: 28
- Views: 10013
Re: OAuth2 email authentication method needed
I have created a version where I have changed out the imap part and added oauth capability: https://github.com/magnebra/EmailReporting/tree/update_imap_library First off, php is not my primary programming language so there may be mistakes or bad practices all over the code. :oops: I have tried to av...