[PATCH 00/13] Re: imaplib2/IDLE again

Sebastian Spaeth Sebastian at SSpaeth.de
Sat Mar 12 14:03:21 GMT 2011


On Sat, 12 Mar 2011 13:27:10 +0100, Nicolas Sebrecht <nicolas.s-dev at laposte.net> wrote:
> I'm stucked by the merge of the imaplib2ยน topic into next.

Hi there, I applied 1-5,11,12 on top of current next, resolving any
conflicts.
You can pull it from git://github.com/spaetz/offlineimap.git
branch feature/IDLEsupport. Should I send those patches to the list too?

That having said, when I tried it out, I get this traceback:

 Establishing connection to sub3.mail.dreamhost.com:993.
 WARNING: Error occured attempting to sync account sspaeth.de: Traceback (most recent call last):
  File "/home/spaetz/src/offlineimap/offlineimap/accounts.py", line 191, in syncrunner
    self.sync(siglistener)
  File "/home/spaetz/src/offlineimap/offlineimap/accounts.py", line 246, in sync
    remoterepos.syncfoldersto(localrepos, [statusrepos])
  File "/home/spaetz/src/offlineimap/offlineimap/repository/Base.py", line 121, in syncfoldersto
    srcfolders = src.getfolders()
  File "/home/spaetz/src/offlineimap/offlineimap/repository/IMAP.py", line 232, in getfolders
    imapobj = self.imapserver.acquireconnection()
  File "/home/spaetz/src/offlineimap/offlineimap/imapserver.py", line 253, in acquireconnection
    cacertfile = self.sslcacertfile)
  File "/home/spaetz/src/offlineimap/offlineimap/imaplibutil.py", line 91, in __init__
    IMAP4_SSL.__init__(self, *args, **kwargs)
  File "/home/spaetz/src/offlineimap/offlineimap/imaplib2.py", line 1862, in __init__
    IMAP4.__init__(self, host, port, debug, debug_file, identifier, timeout)
  File "/home/spaetz/src/offlineimap/offlineimap/imaplib2.py", line 353, in __init__
    typ, dat = self.capability()
  File "/home/spaetz/src/offlineimap/offlineimap/imaplib2.py", line 596, in capability
    return self._simple_command(name, **kw)
  File "/home/spaetz/src/offlineimap/offlineimap/imaplib2.py", line 1483, in _simple_command
    return self._command_complete(self._command(name, *args), kw)
  File "/home/spaetz/src/offlineimap/offlineimap/imaplib2.py", line 1259, in _command_complete
    typ, dat = rqb.get_response('command: %s => %%s' % rqb.name)
  File "/home/spaetz/src/offlineimap/offlineimap/imaplib2.py", line 161, in get_response
    raise typ(exc_fmt % str(val))
abort: command: CAPABILITY => socket error: <type 'exceptions.IOError'> - Too many read 0

 ***** Finished processing account sspaeth.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/offlineimap-project/attachments/20110312/0b5dfaf9/attachment-0001.sig>


More information about the OfflineIMAP-project mailing list