I am running automated Tests on Azure Piplines, initially I was planing to read and delete Emails using Gmail API but for that I would need an service account (Because I cant authenticate it using oaut because its running on the Azure Pipline)
Now I am wondering whats the best solution to my problem, are there any other free mail services with an API?
Or am I able to read my Mails with an Imap library (without requiering oaut)