Just upgraded to isync 1.2.0, and I adjusted my configuration file – see
below.

Now, `/usr/local/bin/mbsync -V gmail` gives an error message:

    Reading configuration file /home/ec2-user/.mbsyncrc
    C: 0/1  B: 0/1  M: +0/0 *0/0 #0/0  S: +0/0 *0/0 #0/0
    Channel gmail
    Opening master store gmail-imap...
    Resolving imap.gmail.com... ok
    Connecting to imap.gmail.com (74.125.24.109:993)...
    Opening slave store gmail-local...
    Connection is now encrypted
    Logging in...
    IMAP error: authentication mechanism OAUTHBEARER is not supported
    C: 1/1  B: 0/1  M: +0/0 *0/0 #0/0  S: +0/0 *0/0 #0/0

What am I doing wrong?

My `~/.mbsyncrc`:

    IMAPAccount gmail
    Host imap.gmail.com
    User fe...@f76.eu
    PassCmd "/bin/cat /secret/gmail_password"
    SSLType IMAPS
    CertificateFile ~/.mbsync/Equifax_Secure_Certificate_Authority.pem

    IMAPStore gmail-imap
    Account gmail

    MaildirStore gmail-local
    Path "/home/ec2-user/mbsync_mnt"
    Inbox "/home/ec2-user/mbsync_mnt/INBOX"
    AltMap yes

    Channel gmail
    Master ":gmail-imap:[Gmail]/All Mail"
    Slave :gmail-local:INBOX
    Create Slave
    Expunge Slave
    Sync Pull

------------------------------------------------------------------------------
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to