Gmail and now Microsoft have moved over to supporting only OAuth 2.0 authentication for their mail servers, which cannot reasonably be done in my workflow (using fetchmail to get mail onto my local workstation, where I want it). For the time being I'm forwarding mail to those addresses to Sonic, but I'm worried about the lifetime of traditional "basic authentication" e.g. IMAP with user/pass to Sonic's mail server. I don't find the arguments for OAuth 2.0 convincing from a security standpoint and the complexity is immense, thus I'm hoping that you will not be removing "basic" IMAP support as well. Can you speak to this point?
I can't speak for Sonic of course, but I think eventually every provider will want to switch to OAuth2 for authentication. You mentioned security - it's more secure as it allows for two-factor authentication and uses more narrowly-scoped access tokens that need to be periodically refreshed by the client, rather than an authentication token that last indefinitely and can be stolen and reused anywhere (a regular password). A lot of organisations are completely banning usage of basic authentication for email because of these reasons.
Ideally everything would migrate to JMAP (RFC 8621) as it's a lighter, more modern, stateless API, but for now we'll have to deal with IMAP and XOAUTH2.