Re: Sync problem
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Mon, Mar 05, 2007 at 12:52:41PM -0600, John Goerzen wrote:
>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.
>
Hi,
Thanks for the feedback. Just out of curiosity, I found this:
XFOR: IMAP4 FETCH Command Returns Wrong Size
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q191504
Coul the FETCH command giving offlineimap the wrong size be a problem?
Thanks,
Gilles
|
|