On Mon, Jan 09, 2017 at 11:06:51AM +0000, Łukasz Żarnowiecki wrote: > Hi Nicolas, > > While I was running sync few times in a row I encounter crash: > > ERROR: Exceptions occurred during the run! > ERROR: While attempting to sync account 'outlook' > too many values to unpack > > Traceback: > File "/usr/lib/python2.7/site-packages/offlineimap/accounts.py", line 278, > in syncrunner > self.__sync() > File "/usr/lib/python2.7/site-packages/offlineimap/accounts.py", line 341, > in __sync > remoterepos.getfolders() > File "/usr/lib/python2.7/site-packages/offlineimap/repository/IMAP.py", > line 452, in getfolders > imapobj = self.imapserver.acquireconnection() > File "/usr/lib/python2.7/site-packages/offlineimap/imapserver.py", line > 571, in acquireconnection > imaputil.imapsplit(listres[0])[1:]
Is this reproducible? If so, I'd add some debug print statement like in imapserver before the hurting line: print(listres[0]) This would help to know what Outlook provides in the response. > offlineimap v7.0.12, imaplib2 v2.55 (bundled), Python v2.7.13 -- Nicolas Sebrecht _______________________________________________ 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
