emacs-devel
[Top][All Lists]
Advanced

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

Re: strip extraneous CR characters


From: Stefan Monnier
Subject: Re: strip extraneous CR characters
Date: Mon, 28 Sep 2009 20:44:38 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

> IMAP has CR characters explicitly in the standard.  imap.el passes
> those down in every message body and in the headers.

To my naive eye, it looks like a misfeature of imap.el.

> I don't know why imap.el doesn't use automatic EOL decoding (perhaps
> to preserve every aspect of the original data).

My guess is that this design is inherited from pre-Mule times where
CRLF->LF decoding was better done once and for all in the
backend-agnostic code of Gnus.

In any case, I think you'll find that your functions are pretty
Gnus-specific, for that reason.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]