Hi
I have a program run as window service.
every 15s check mailbox, if new mail arrived, download it
We upgraded EAGetMail from 4.6.5.5 to 5.2.5.6
because changing login with basic auth to OAuth2.0
I login O365 account and saved token in txt like your sample project
I could access the mailbox and download it correctly (using same token),
But it failed after serveral minutes, I got A004 Bad User is authenticated but not connected
after that every connect got A002 NO AUTHENTICATE failed.
re-login could work another 5-30 mins, but it need login manually.
Is there something need setting? or other method to access mailbox?
Please help, Thank you