[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with 0.3.2



>>>>> Simon Josefsson <jas@pdc.kth.se>:

> The problems I've seen are:

> - the server says NO and complains about \n's in the article body
> - the server seem to wait for more input
> - the server says BAD and complains about junk after a literal (the article)

> I don't recall which one I got when I used your code unchanged.

> Seems like there is some problem with counting the number of
> characters in the article. I've been tracing this with a protocol
> sniffer to find about exactly what is being sent, and it shouldn't be
> that hard to figure out why it isn't working. I'll try it with XEmacs
> to see how it should work.

Is it maybe that
 1. the server is expecting \r \n while Gnus is sending \n only?
 2. the size of the article is calculated in a buffer holding \n only
    while \r \n sequences are sent over the IMAP connection and the
    numbers don't match?

Maybe nnimap on a Win32 machine will work better than nnimap on
UNIX...? ;-)