You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library unfortunately using base64::engine::general_purpose::STANDARD_NO_PAD that unable to parse the response and surfaced the error as error authenticating: Unable to parse authentication response.
The text was updated successfully, but these errors were encountered:
Oh interesting — @soywod do you have more insight into this one? Should we switch which base64 engine configuration we use?
I can only say that imap-codec uses the STANDARD engine, and that I have no issue at app level to decode XOAUTH2 error. For which reasons imap uses the STANDARD_NO_PAD engine?
Google responded to XOAUTH2 authentication with this base64 string with padding format (
==
),When I use online base64 tool, it reveals this text:
The library unfortunately using
base64::engine::general_purpose::STANDARD_NO_PAD
that unable to parse the response and surfaced the error aserror authenticating: Unable to parse authentication response
.The text was updated successfully, but these errors were encountered: