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?
Can't Login using ImapX from Azure WebJob
186 Views Asked by Brent Lewis At
0
There are 0 best solutions below
Related Questions in AZURE
- How to update to the latest external Git in Azure Web App?
- I need an azure product that executes my intensive ffmpeg command then dies, and i only get charged for the delta. Any Tips?
- Inject AsyncCollector into a service
- mutual tls authentication between app service and function app
- Azure Application Insights Not Displaying Custom Logs for Azure Functions with .NET 8
- Application settings for production deployment slot in Azure App Services
- Encountered an error (ServiceUnavailable) from host runtime on Azure Function App
- Implementing Incremental consent when using both application and delegated permissions
- Invalid format for email address in WordPress on Azure app service
- Producer Batching Service Bus Vs Kafka
- Integrating Angular External IP with ClusterIP of .NET microservices on AKS
- Difficulty creating a data pipeline with Fabric Datafactory using REST
- Azure Batch for Excel VBA
- How to authenticate only Local and Guest users in Azure AD B2C and add custom claims in token?
- Azure Scale Sets and Parallel Jobs
Related Questions in IMAP
- Postal Framework crash in iPhone but runs successfully in simulator
- How to fix "search in state AUTH" errror
- Node imap mailparser error after resolve and end connection
- Python IMAP4 keeps throwing this error when I'm connecting to Outlook. Has anyone seen this error before?
- IMAP configs for Outlook using Mail-listener
- Why do certain emails go missing when attempting to fetch them using IMAP?
- Is it possible to connect to Google IMAP using OAuth and the client credentials flow (non-interactive way)?
- How to get Email Message ID from Azure email service?
- how to generate a pst from folders and eml files with python
- How can I conect multiple imap accounts to the same ost file?
- BAD User is authenticatedbut not connected Error When Connecting to IMAP with OAuth on Outlook Office 365 in PHP
- Failed IMAP Connection with Webklex PHP-IMAP and OAuth Token
- Netlify Custom Email
- PHP: IMap search not working right - Bad message number
- How to Fetch Latest Emails without Re-login Using imap_tools in Python?
Related Questions in AZURE-WEBJOBS
- Share Authetication/Authorization between multitenant Azure Web App and Web Job
- JetBrains Rider IDE for Azure Webjob Development/Publishing
- CosmosDB Trigger is not working with WebJobs
- Core WebJob not overriding connection string from WebApp
- Is there any way to trigger a manual azure web job using OAuth 2.0 token generated using app service authentication?
- Using Managed Identity to connect to a queue from a WebJob
- Azure Web Jobs: Logs are not working even after setting App Service Logs settings
- Web job app settings not detected after upgrading to .NET 6.0
- WebJob - supress logs for Azure Queue connection
- Does .NET 8 support web jobs? or they are converted in to a function?
- Azure WebJobs CD ereasing wwwroot content
- Azure Functions host was shutdown when an error occurs
- call url on azure app service with authentication and authorization from Webjobs (or better way)
- Configure Azure WebJob SDK logger filter
- Parallel API invokation in .NET Azure Web Job context
Related Questions in GMAIL-IMAP
- Does any of you encountered this kind of problem from vbnet 2010 - NET.MAIL situation? How can I resolve this? Thank you, Developers
- python imaplib - gmail cannot be accessed
- Segmentation fault error using imap php gmail
- Python IMAP Gmail Connection Error on Hosting Services but Works Locally
- How to thread emails using X-GM-THRID either in imaplib or imapclient?
- Gmail API historyId if there are no messages during users.watch
- Chatwoot - Email Channel
- Is there any solution to delete thread mails
- Sending and reading email using python
- What are the quota limits for Gmail IMAP read commands?
- How can I send e-mails from my GMail account using REST service?
- Move GMail Mailbox to other provider
- Unable to handle errors in PHP IMAP
- Is there any problem if I send more than 1000 mails from single laptop using different email ID's?
- in Gmail how to show the search result of (is:unread label:customer1) in specific Lable
Related Questions in IMAPX
- You cannot call a method on a null-valued expression! ImapX, Powershell
- can not read attached files where i have have embedded file with ImapX
- Powershell and imapX script to navigate subfolders
- Using SendAndReceive() with ImapX
- PowerShell parsing email from html
- How to run a PowerShell / ImapX script manually or in Task Scheduler?
- ImapX - unable to redownload letter with Message.Download()
- IMAPX - Downloading .GZ - GZip Files
- ImapX | vb.net - Attachments colection is empty even id the mail actually have attachments
- C# ImapX Save XML (invalid due to special character in the end) attachment
- Downloading email messages with IMAPX
- Can't get email folder names using IMAPX
- imapX - Download body fails
- Filter by multiple subjects IMAPX
- OnNewMessagesArrived never gets triggered
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?