Both my account not syncing and have similar configuration, I use git only to clone and install offlineimap, here is only one account config and debug:
[general] # Path to file with arbitrary Python code to be loaded pythonfile = ~/.offlineimap.py accounts = WP [Account WP] localrepository = WPlocal remoterepository = Gmail-wp [Repository WPlocal] cert_fingerprint = 2e4efe27a24ffc61ea0c5ccc9145fb5e4ef8c6af type = IMAP remotehost = imap.wp.pl remoteport = 993 ssl = yes createfolders = false remoteuser = [email protected] remotepasseval = unencrypt_password("~/.offlineimappass") folderfilter = lambda folder: folder in ['Trenowanie', 'Xpertis', 'Citibank', 'Mbank', 'INBOX', 'Wys&AUI-ane'] nametrans = lambda foldername: re.sub ('INBOX', '[email protected]', re.sub ('Xpertis', '[email protected]/Xpertis', re.sub ('Citibank', '[email protected]/Citibank', re.sub ('Mbank', '[email protected]/Mbank', re.sub ('Trenowanie', '[email protected]/Trenowanie ', re.sub ('Wys&AUI-ane', '....@ wp.pl/Wys&AUI-ane', foldername)))))) [Repository Gmail-wp] cert_fingerprint = cb7bcaea2c188c39c2c91e5f6f6fbe949df29ad0 auth_mechanisms = LOGIN type = Gmail ssl = yes createfolders = false folderfilter = lambda folder: folder in ['[email protected]/Trenowanie', '....@ wp.pl/Xpertis', '[email protected]/Citibank', '....@ wp.pl/Mbank', '[email protected]', '[email protected]/Wys&AUI-ane'] remotehost = imap.gmail.com remoteuser = [email protected] remotepasseval = unencrypt_password("~/.offlineimappassgoogletwoway") nametrans = lambda foldername: re.sub ('[email protected]', 'INBOX', re.sub ('[email protected]/Xpertis', 'Xpertis', re.sub ('[email protected]/Citibank', 'Citibank', re.sub ('[email protected]/Mbank', 'Mbank', re.sub ('[email protected]/Trenowanie', 'Trenowanie', re.sub ('[email protected]/Wys&AUI-ane', 'Wys&AUI-ane', foldername)))))) offlineimap -d All OfflineIMAP 7.1.2 Licensed under the GNU GPL v2 or any later version (with an OpenSSL exception) imaplib2 v2.57 (bundled), Python v2.7.9, OpenSSL 1.0.1t 3 May 2016 Now debugging for imap: IMAP protocol debugging Now debugging for maildir: Maildir repository debugging Now debugging for thread: Threading debugging Now debugging for : Other offlineimap related sync messages Account sync WP: [thread]: Register new thread 'Account sync WP' (account 'WP') [imap]: Using authentication mechanisms ['LOGIN'] [imap]: Using authentication mechanisms ['GSSAPI', 'XOAUTH2', 'CRAM-MD5', 'PLAIN', 'LOGIN'] *** Processing account WP Establishing connection to imap.gmail.com:993 (Gmail-wp) [imap]: Gmail-wp: level 'tls_compat', version 'None' [imap]: Attempting LOGIN authentication [imap]: Attempting IMAP LOGIN authentication []: Filtering out 'INBOX'[Gmail-wp] due to folderfilter []: Filtering out 'Notes'[Gmail-wp] due to folderfilter []: Filtering out '[Gmail]/Kosz'[Gmail-wp] due to folderfilter []: Filtering out '[Gmail]/Oznaczone gwiazdk&AQU-'[Gmail-wp] due to folderfilter []: Filtering out '[Gmail]/Spam'[Gmail-wp] due to folderfilter []: Filtering out '[Gmail]/Wa&AXw-ne'[Gmail-wp] due to folderfilter []: Filtering out '[Gmail]/Wersje robocze'[Gmail-wp] due to folderfilter []: Filtering out '[Gmail]/Wys&AUI-ane'[Gmail-wp] due to folderfilter Establishing connection to imap.wp.pl:993 (WPlocal) [imap]: WPlocal: level 'tls_compat', version 'None' [imap]: Attempting PLAIN authentication [imap]: __plainhandler: returning [email protected](passwd hidden for log) []: Filtering out 'Kosz'[WPlocal] due to folderfilter []: Filtering out 'Kosz'[WPlocal] due to folderfilter []: Filtering out 'SPAM'[WPlocal] due to folderfilter []: Filtering out 'SPAM'[WPlocal] due to folderfilter []: Filtering out 'Szkice'[WPlocal] due to folderfilter []: Filtering out 'Szkice'[WPlocal] due to folderfilter []: Filtering out 'Analizy'[WPlocal] due to folderfilter []: Filtering out 'Analizy'[WPlocal] due to folderfilter []: Filtering out 'Trash'[WPlocal] due to folderfilter []: Filtering out 'Trash'[WPlocal] due to folderfilter []: Copying folder structure from Gmail-wp to WPlocal []: Not syncing filtered folder '[Gmail]/Kosz'[Gmail-wp] []: Not syncing filtered folder '[Gmail]/Oznaczone gwiazdk&AQU-'[Gmail-wp] []: Not syncing filtered folder '[Gmail]/Spam'[Gmail-wp] []: Not syncing filtered folder '[Gmail]/Wa&AXw-ne'[Gmail-wp] []: Not syncing filtered folder '[Gmail]/Wersje robocze'[Gmail-wp] []: Not syncing filtered folder '[Gmail]/Wys&AUI-ane'[Gmail-wp] []: Not syncing filtered folder 'INBOX'[Gmail-wp] []: Not syncing filtered folder 'Notes'[Gmail-wp] *** Finished account 'WP' in 0:08 [thread]: Unregister thread 'Account sync WP' 2017-07-15 13:19 GMT+02:00 Nicolas Sebrecht <[email protected]>: > On Sat, Jul 15, 2017 at 12:58:38PM +0200, Wojciech Żuk wrote: > > > Meanwhile I have updated (system wide installation) to newest 7.1.2 > and I > > think i resolved problem with certificates - I added to every > > repository sslcacertfile = /etc/ssl/certs/ca-certificates.crt > > but have next problem, offlineIMAP runs without errors but not syncing > > mails: > > <...> > > > I didn't touch config file as this worked before upgrade from 6 to v7 > > version. > > This is embarrassing. > > Could you limit the logs to only one of the failing account? > > Are both accounts failing? > > What are the failing folders? INBOX only? > > Do you use Git? > > -- > Nicolas Sebrecht > -- Pozdrawiam Wojtek Żuk
_______________________________________________ OfflineIMAP-project mailing list: [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/offlineimap-project OfflineIMAP homepages: - https://github.com/OfflineIMAP - http://offlineimap.org
