We have a job that currently uses IMAP to monitor a mailbox for incoming e-mails, and then triggers some actions. With the announced deprecation of Basic Authentication by Microsoft, we need to replace that IMAP connection. However, I believe all the alternatives currently available in VisualCron use Basic Auth as well. Is there an alternative connection type in VisualCron that will use Modern Auth to monitor a mailbox, or will I need to write something in PowerShell to do this?