Complete.Org: Mailing Lists: Archives: offlineimap: July 2008:
Mailbox selected READ-ONLY, crash?
Home

Mailbox selected READ-ONLY, crash?

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: offlineimap@xxxxxxxxxxxx
Subject: Mailbox selected READ-ONLY, crash?
From: qikom@xxxxxxx
Date: Wed, 23 Jul 2008 12:05:23 +0200 (CEST)

Hello,

I've been a happy user of offlineimap for a while; but my internet provider 
recently switched to using zimbra. My understanding was that it wouldn't change 
anything (I don't use webmail very often), but it did.

I can't synchronise anymore.

I there are some changes to propagate on the server, I get
  AssertionError: Error with store: mailbox selected READ-ONLY


I've tried understanding what's going on without success, and I am not even 
sure the problem lies with the server mailbox. (I can delete and move things 
using webmail; I even tried to talk directly to the imap server over telnet...) 
I thought I'd ask here before sending a bug report.


Anyway, if someone can make sense of the log below and tell me where to look, 
I'd be happy again...


Thanks in advance


Pierre


Here is the end of the debug logs I get using "offlineimap -a ACCOUNT  -1 -d 
imap -f INBOX -u TTY.TTYUI"
(I can provide the whole thing in case some important stuff is missing...

I am a little confused about the lines 
  DEBUG[imap]:   49:32.27 < BKOI7 OK [READ-WRITE] SELECT completed
and latter
  DEBUG[imap]:   49:32.41 < BKOI8 NO mailbox selected READ-ONLY

==========
Folder sync Com[INBOX]:
   DEBUG[imap]:   49:31.89      matched r'\[(?P<type>[A-Z-]+)( 
(?P<data>[^\]]*))?\]' => ('PERMANENTFLAGS', ' (\\Answered \\Deleted \\Draft 
\\Flagged \\Seen $Forwarded $MDNSent Forwarded \\*)', '(\\Answered \\Deleted 
\\Draft \\Flagged \\Seen $Forwarded $MDNSent Forwarded \\*)')
Folder sync Com[INBOX]:
   DEBUG[imap]:   49:31.89 untagged_responses[PERMANENTFLAGS] 0 += ["(\Answered 
\Deleted \Draft \Flagged \Seen $Forwarded $MDNSent Forwarded \*)"]
Folder sync Com[INBOX]:
   DEBUG[imap]:   49:31.89 < * OK [HIGHESTMODSEQ 7501] modseq tracked on this 
mailbox
Folder sync Com[INBOX]:
   DEBUG[imap]:   49:31.89      matched r'\* (?P<type>[A-Z-]+)( (?P<data>.*))?' 
=> ('OK', ' [HIGHESTMODSEQ 7501] modseq tracked on this mailbox', 
'[HIGHESTMODSEQ 7501] modseq tracked on this mailbox')
Folder sync Com[INBOX]:
   DEBUG[imap]:   49:31.89 untagged_responses[OK] 3 += ["[HIGHESTMODSEQ 7501] 
modseq tracked on this mailbox"]
Folder sync Com[INBOX]:
   DEBUG[imap]:   49:31.89      matched r'\[(?P<type>[A-Z-]+)( 
(?P<data>[^\]]*))?\]' => ('HIGHESTMODSEQ', ' 7501', '7501')
Folder sync Com[INBOX]:
   DEBUG[imap]:   49:31.89 untagged_responses[HIGHESTMODSEQ] 0 += ["7501"]
Folder sync Com[INBOX]:
   DEBUG[imap]:   49:32.27 < BKOI7 OK [READ-WRITE] SELECT completed
Folder sync Com[INBOX]:
   DEBUG[imap]:   49:32.28      matched r'(?P<tag>BKOI\d+) (?P<type>[A-Z]+) 
(?P<data>.*)' => ('BKOI7', 'OK', '[READ-WRITE] SELECT completed')
Folder sync Com[INBOX]:
   DEBUG[imap]:   49:32.28      matched r'\[(?P<type>[A-Z-]+)( 
(?P<data>[^\]]*))?\]' => ('READ-WRITE', None, None)
Folder sync Com[INBOX]:
   DEBUG[imap]:   49:32.28 untagged_responses[READ-WRITE] 0 += [""]
Folder sync Com[INBOX]:
   DEBUG[imap]:   49:32.28 > BKOI8 UID STORE 260 +FLAGS (\Deleted)
Folder sync Com[INBOX]:
   DEBUG[imap]:   49:32.41 < BKOI8 NO mailbox selected READ-ONLY
Folder sync Com[INBOX]:
   DEBUG[imap]:   49:32.41      matched r'(?P<tag>BKOI\d+) (?P<type>[A-Z]+) 
(?P<data>.*)' => ('BKOI8', 'NO', 'mailbox selected READ-ONLY')
Folder sync Com[INBOX]:
   DEBUG[imap]:   49:32.41 NO response: mailbox selected READ-ONLY
Account sync Com:
   DEBUG[imap]:   49:32.41 > BKOI9 LOGOUT
Thread 'Folder sync Com[INBOX]' terminated with exception:
....
  File "/var/lib/python-support/python2.5/offlineimap/folder/IMAP.py", line 
377, in processmessagesflags
    assert r[0] == 'OK', 'Error with store: ' + '. '.join(r[1])
AssertionError: Error with store: mailbox selected READ-ONLY
==========

-- 



[Prev in Thread] Current Thread [Next in Thread]
  • Mailbox selected READ-ONLY, crash?, qikom <=