<<< Date Index >>>     <<< Thread Index >>>

imap idle for too long



Hi,

since I upgraded to mutt from 1.5.11-5 to 1.5.11+cvs20060126-1 in my 
debian/testing box
I can't read my mail from an (Oracle) imap server. It looks like mutt gets hung 
after the authentication.
Dependencies on other Debian packages seem to be ok.

I have also compiled from the source (either from debian-sources or from mutt), 
but
the problem remains. 

>From my .muttdebug0:

< * OK calima.upf.edu Oracle Email Server esimap        9.0.4.0.0         is 
ready
> a0000 CAPABILITY
< * CAPABILITY IMAP4REV1 AUTH=LOGIN NAMESPACE SORT MULTIAPPEND LITERAL+ UIDPLUS 
IDLE XORACLE X-ORACLE-LIST X-ORACLE-COMMENT X-ORACLE-QUOTA X-ORACLE-PREF 
X-ORACLE-MOVE X-ORACLE-DELETE ACL X-ORACLE-PASSWORD

.... 

Handling CAPABILITY
< a0000 OK CAPABILITY completed
imap_authenticate: Using any available method.
local ip: 193.145.45.197;34234, remote ip:193.145.39.27;143
SASL: No worthy mechs found
imap_auth_sasl: IMAP4REV1 AUTH=LOGIN NAMESPACE SORT MULTIAPPEND LITERAL+ 
UIDPLUS IDLE XORACLE X-ORACLE-LIST X-ORACLE-COMMENT X-ORACLE-QUOTA 
X-ORACLE-PREF X-ORACLE-MOVE X-ORACLE-DELETE ACL X-ORACLE-PASSWORD unavailable
Handling MYRIGHTS
< a0003 OK MYRIGHTS completed
< * BYE Autologout; idle for too long
Handling BYE
Autologout; idle for too long
IMAP command pipeline full, draining
Error polling mailboxes
> a0006 STATUS "INBOX" (UIDNEXT UIDVALIDITY UNSEEN)
mutt_socket_write: attempt to write to closed connection
mutt_socket_close: Attempt to close closed connection.
Error polling mailboxesmutt_num_postponed: using old IMAP postponed count.

My .muttrc is quite ordinary, I think. It contains lines such as:

 set folder=imap://imap.upf.edu  # where i keep my mailboxes
 set imap_user="daniel.marti"
 set from = daniel.marti@xxxxxxx
 set realname = "Dani Marti"
 mailboxes imap://imap.upf.edu/INBOX

I'm completely lost. Does anyone of you give me a hint to make mutt usable 
again? I'm sorry
if I'm missing something trivial.

Thanks,
dani