[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: elmo error while opening message
At Wed, 23 Jun 2010 12:34:45 +0200,
Vitaly Mayatskikh wrote:
>
> At Tue, 22 Jun 2010 23:49:20 +0400, Sergej Pupykin wrote:
>
> Yes, this is a bug at server side. It sends " )" at the end of FETCH,
> not ")".
http://git.dbmail.eu/cgit/cgit.cgi/paul/dbmail/tree/dbmail-imapsession.c?id=v2.2.16
line 974
***
dbmail_imap_session_buff_append(self, " ");
}
dbmail_imap_session_buff_append(self, ")\r\n");
***
interesting what does it mean...