Re: 4.0.12 crash with SELECT failure
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Thu, Jul 20, 2006 at 04:58:03PM -0300, Andreas Hasenack wrote:
> raise ValueError, "Error from select: %s" % str(result)
> ValueError: Error from select: ('NO', ["SELECT could not open
> 'MailBox/somefolder/', error: 1081"])
>
> Server is FirstClass, which is known to not be a very well behaved IMAP
> server.
I was going to say: the server shouldn't list it if it can't be
SELECTed...
> But this crash is different: the folder in question can't be selected, but it
> shows up in the LIST output and offlineimap can't handle this error it seems.
I'd say you should use folderfilter to manually exclude this folder.
-- John
|
|