Re: Socket error: secure connect to ......: Success

2021-03-08 Thread Oswald Buddenhagen
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

Re: Socket error: secure connect to ......: Success

2021-03-08 Thread Joel Granados
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. >

OAUTHBEARER support for OSX

2021-03-08 Thread Jonathan Lemon
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:

Re: OAUTHBEARER support for OSX

2021-03-08 Thread Oswald Buddenhagen
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