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
XOAUTH2 is a google-specific API, and not supported by Apple's sasl2
libraries, but RFC 7628 (OAUTHBEARER) is. However, Apple uses a
different sasl2 callback entry.
The following patch adds support OAUTHBEARER on OSX, so now connections
to gmail will work correctly with a configuration like:
Hello Oswald
Thx for the response and sorry for taking so long to get back.
On Fri, Feb 05, 2021 at 10:44:12PM +0100, Oswald Buddenhagen wrote:
> On Fri, Feb 05, 2021 at 10:03:46PM +0100, Joel Granados wrote:
> > Any ideas?
> >
> not really. check with ldd what mbsync is linking in both cases.
>
On Mon, Mar 08, 2021 at 09:30:07PM +0100, Joel Granados wrote:
Clearly there are several links for the libraries on the box that does
not work,
yeah, that seems like a likely problem source.
question is. How can I work around this without fiddling around with my
systems configuration?
that