Can't Login using ImapX from Azure WebJob

186 Views Asked by At

I have an application that uses the Imapx library (https://imapx.codeplex.com/) to connect to a Gmail account to download and process email messages. The application works fine on my PC, but when I publish my application to an Azure WebJob, the Connect() succeeds but the Login() authentications fails. My Gmail account is set to allow access to less secure apps. Is there something in Azure that would prevent authentication using the Imap protocol? Does anybody have any ideas?

0

There are 0 best solutions below