I am trying to get @Hyperbytes IMAP extension (which looks awesome) working with a gmail or hotmail account.
I keep hitting a 401 error so unauthorised. It looks like google and hotmail only allow Oauth2 now. Does anybody know if it’s possible to use oauth 2 with this extension?
Google is a pain re IMAP, there are so many quirks regarding settings which need to be enabled/ disabled to get it to work.
I will look into it but i also suggest you google the issue as you may find the error is actually resulting from your account configuration.
P.S. i am aware of a data schema issue with the get headers routine, the defined schema in the extension no longer matches the IMAP module output. It is on the list to fix but short term, you may need to have code the output mappings in App Connect
Done abit of googling and it looks like you can use a ‘app password’ for both gmail and hotmail but the basic auth with normal password won’t work anymore. Going to give the app password a try .