Complete.Org:
Mailing Lists:
Archives:
offlineimap:
March 2007: Re: Sync problem |
Re: Sync problem[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Sat, Mar 03, 2007 at 11:04:28PM -0500, Gilles Roy wrote: > return self._simple_command(name, mailbox, flags, date_time) > File "/usr/share/python-support/offlineimap/offlineimap/imaplib.py", line > 975, in _simple_command > return self._command_complete(name, apply(self._command, (name,) + args)) > File "/usr/share/python-support/offlineimap/offlineimap/imaplib.py", line > 807, in _command_complete > raise self.abort('command: %s => %s' % (name, val)) > abort: command: APPEND => socket error: EOF That means that the IMAP server closed the connection unexpectedly. Your problem resolution from here on out probably lies on the server, or perhaps your network connection to it.
|