Hi!

I'm facing with one issue in mbsync with gmail. My config looks like this:

~/.mbsyncrc
-------------------------------------------------------------------------------
Sync All
Expunge Both

IMAPStore gmail-remote
Host imap.gmail.com
User <cut>
PassCmd "pass show email/gmail"
SSLType IMAPS
CertificateFile 
/usr/lib64/GNUstep/Libraries/gnustep-base/Versions/1.24/Resources/GSTLS/ca-certificates.crt

MaildirStore gmail-local
Path ~/.mail/gmail/
Inbox ~/.mail/gmail/INBOX

Channel gmail-toplevel-tags
Master ":gmail-remote:"
Slave ":gmail-local:"
Create Slave
SyncState *
Patterns %

Channel gmail-all-mail
Master ":gmail-remote:[Gmail]/All Mail"
Slave ":gmail-local:all-mail"
Create Both
SyncState *

Channel gmail-sent
Master ":gmail-remote:[Gmail]/Sent Mail"
Slave ":gmail-local:sent"
Create Both
SyncState *

Channel gmail-trash
Master ":gmail-remote:[Gmail]/Trash"
Slave ":gmail-local:trash"
Create Both
SyncState *

Channel gmail-flagged
Master ":gmail-remote:[Gmail]/Starred"
Slave ":gmail-local:flagged"
Create Both
SyncState *

/* config for another mail snipped */
-------------------------------------------------------------------------------

You can also find my gmail directories list in [1].

Every time I'm running "mbsync -a", I see those errors:
$ mbsync -a
C: 0/6  B: 6/19  M: +0/0 *0/0 #0/0  S: +0/0 *0/0 #0/0
Error: channel gmail-toplevel-tags: master all-mail cannot be opened.
C: 0/6  B: 8/19  M: +0/0 *0/0 #0/0  S: +0/0 *0/0 #0/0
Error: channel gmail-toplevel-tags: master flagged cannot be opened.
C: 0/6  B: 12/19  M: +0/0 *0/0 #0/0  S: +0/0 *0/0 #0/0
Error: channel gmail-toplevel-tags: master sent cannot be opened.
C: 0/6  B: 14/19  M: +0/0 *0/0 #0/0  S: +0/0 *0/0 #0/0
Error: channel gmail-toplevel-tags: master trash cannot be opened.
C: 6/6  B: 27/27  M: +0/0 *0/0 #0/0  S: +0/0 *0/0 #0/0
$

But these directories seem to be updated successfully though. My system is
Fedora 24, isync 1.2.1. I can reproduce this issue with ArchLinux. But on
another machines with Debian Testing and Ubuntu 16.04 with "UseIMAPS yes"
instead of "SSLType IMAPS" it works just fine.

Can you help me?

[1] http://i.imgur.com/xpqtlOw.png

Thanks,
R.H.

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

Reply via email to