On Mon, Mar 08, 2021 at 09:02:45AM -0800, Jonathan Lemon wrote:
The following patch adds support OAUTHBEARER on OSX, so now connections to gmail will work correctly with a configuration like: [...]
seems reasonable.
if (process_sasl_step( ctx, rc, NULL, 0, interact, &out, &out_len ) < 0) warn( "Warning: SASL reported failure despite successful IMAP authentication. Ignoring...\n" ); +#ifndef __APPLE__ else if (out_len > 0) warn( "Warning: SASL wants more steps despite successful IMAP authentication. Ignoring...\n" ); +#endif
this seems fishy. i won't commit that without an in-depth analysis. _______________________________________________ isync-devel mailing list isync-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/isync-devel