finds folders but doesn't download mail

Scott Kiesling sfkiesling at yahoo.com
Tue Jul 5 18:28:59 UTC 2011


Arch also has the offlineimap-git version. (http://aur.archlinux.org/packages.php?ID=24202) I tried that but both the current and the 'next' (as instructed in the comments) produce an error that I flagged myself in the comments. Here is the debug output. Seems to be some kind of python error as well.http://pastebin.com/REMY6uBb
If this seems diffcult to resolve I will build manually.

Thanks

Scott


________________________________
From: Sebastian Spaeth <Sebastian at SSpaeth.de>
To: Scott Kiesling <sfkiesling at yahoo.com>; "offlineimap-project at lists.alioth.debian.org" <offlineimap-project at lists.alioth.debian.org>
Sent: Tuesday, July 5, 2011 12:13 PM
Subject: Re: finds folders but doesn't download mail

On Tue, 5 Jul 2011 08:38:00 -0700 (PDT), Scott Kiesling <sfkiesling at yahoo.com> wrote:
Non-text part: multipart/mixed
Non-text part: multipart/alternative
> Hi-
> I'm new to offlineimap. This looks like the ideal solution for me; I have been downloading my mail locally to use mutt, and syncing computers up to now, but would also like to be able to keep recent messages on the server.

Hi,
glad that you might find offlineimap useful. Nice report that you have
submitted, thanks for that.

You have hit a bug in offlineimap 6.3.3. We search for 17-June-2011 when
we should be searching for 17-Jun-2011:

DEBUG[imap]:   32:20.28 Folder sync [Pitt] [async] SEARCH ('(SINCE 17-June-2011)',)
DEBUG[imap]:   32:20.29 Folder sync [Pitt] _get_untagged_response(OK) => ['[PERMANENTFLAGS ()] Permanent flags']
DEBUG[imap]:   32:20.29 Folder sync [Pitt] _get_untagged_response(READ-ONLY) => ['']
DEBUG[imap]:   32:20.29 Folder sync [Pitt] _request_push(CICL7, SEARCH, {})
DEBUG[imap]:   32:20.29 Folder sync [Pitt] data=CICL7 SEARCH (SINCE 17-June-2011)
DEBUG[imap]:   32:20.29 exchange.pitt.edu writer > CICL7 SEARCH (SINCE 17-June-2011)\r\n
DEBUG[imap]:   32:20.34 exchange.pitt.edu reader poll => [(4, 1)]
DEBUG[imap]:   32:20.34 exchange.pitt.edu reader rcvd 38
DEBUG[imap]:   32:20.34 exchange.pitt.edu reader < CICL7 BAD Command Argument Error. 11\r\n
DEBUG[imap]:   32:20.35 exchange.pitt.edu handler _request_pop(CICL7, ('BAD', ['Command Argument Error. 11']))
DEBUG[imap]:   32:20.35 exchange.pitt.edu handler BAD response: Command
Argument Error. 11


And the server correctly bails out with an error. The current code has
that fixed, but hasn't been released yet. (It also has better error
messages if we get server errors when selecting a folder)

You might want to try the current next branch,
https://github.com/nicolas33/offlineimap/tarball/next

Download, unpack, and run locally with ./offlineimap.py and see if it
fixes the problem. Do report back :-).

Hopefully arch is going to pick up the next release quickly.
Sebastian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/offlineimap-project/attachments/20110705/28d846c5/attachment-0001.html>


More information about the OfflineIMAP-project mailing list