Re: [Mutt] #2892: Mutt blocks with citadel.org imap server
#2892: Mutt blocks with citadel.org imap server
Changes (by brendan):
* owner: mutt-dev => brendan
* status: new => assigned
* component: mutt => IMAP
* milestone: => 1.6
Old description:
> heres the output of muttdebug:
> IMAP queue drained
> SASL protection strength: 0
> SASL protection buffer size: 65536
> Communication encrypted at 128 bits
> 5> a0001 LIST "" ""
> 5< * LIST (\Noselect) "/" ""
> Root delimiter: /
> 5< a0001 OK LIST completed
> IMAP queue drained
> 5> a0002 MYRIGHTS "INBOX"
> a0003 SELECT "INBOX"
> 5< * MYRIGHTS "INBOX" lrseiptd
> Handling MYRIGHTS
> 5< a0002 OK MYRIGHTS completed
> Connection to outgesourced.org closed
> imap_cmd_step: Error reading server response.
> mutt_socket_close: Attempt to close closed connection.
> mutt_index_menu[633]: Got op -1
> mutt_index_menu[633]: Got op -1
> mutt_index_menu[633]: Got op -1
New description:
heres the output of muttdebug:
{{{
IMAP queue drained
SASL protection strength: 0
SASL protection buffer size: 65536
Communication encrypted at 128 bits
5> a0001 LIST "" ""
5< * LIST (\Noselect) "/" ""
Root delimiter: /
5< a0001 OK LIST completed
IMAP queue drained
5> a0002 MYRIGHTS "INBOX"
a0003 SELECT "INBOX"
5< * MYRIGHTS "INBOX" lrseiptd
Handling MYRIGHTS
5< a0002 OK MYRIGHTS completed
Connection to outgesourced.org closed
imap_cmd_step: Error reading server response.
mutt_socket_close: Attempt to close closed connection.
mutt_index_menu[633]: Got op -1
mutt_index_menu[633]: Got op -1
mutt_index_menu[633]: Got op -1
}}}
Comment:
It looks like the IMAP server is simply never responding to the SELECT
command. It's a server bug, but we should probably have a way to disable
pipelining by 1.6, since other servers have been reported to exhibit the
same bug.
--
Ticket URL: <http://dev.mutt.org/trac/ticket/2892#comment:1>