FETCH => socket error - Too many read 0
Dave Abrahams
dave at boostpro.com
Thu Aug 25 00:34:24 BST 2011
I'm seeing this backtrace. Am I doing something wrong?
--8<---------------cut here---------------start------------->8---
ERROR: Exceptions occurred during the run!
ERROR: ERROR in syncfolder for ArchiveSync folder .[Gmail]/All Mail: Traceback (most recent call last):
File "/Library/Python/2.6/site-packages/offlineimap/accounts.py", line 388, in syncfolder
remotefolder.cachemessagelist()
File "/Library/Python/2.6/site-packages/offlineimap/folder/IMAP.py", line 180, in cachemessagelist
response = imapobj.fetch(messagesToFetch, '(FLAGS UID)')[1]
File "/Library/Python/2.6/site-packages/offlineimap/imaplib2.py", line 738, in fetch
return self._simple_command(name, message_set, message_parts, **kw)
File "/Library/Python/2.6/site-packages/offlineimap/imaplib2.py", line 1594, in _simple_command
return self._command_complete(self._command(name, *args), kw)
File "/Library/Python/2.6/site-packages/offlineimap/imaplib2.py", line 1360, in _command_complete
typ, dat = rqb.get_response('command: %s => %%s' % rqb.name)
File "/Library/Python/2.6/site-packages/offlineimap/imaplib2.py", line 173, in get_response
raise typ(exc_fmt % str(val))
abort: command: FETCH => socket error: <type 'exceptions.IOError'> - Too many read 0
--8<---------------cut here---------------end--------------->8---
--
Dave Abrahams
BoostPro Computing
http://www.boostpro.com
More information about the OfflineIMAP-project
mailing list