[mew-int 00466] Re: Headers

Kazu Yamamoto ( 山本和彦 ) kazu at example.com
Tue Sep 4 20:01:57 JST 2001


From: Sven.Hartrumpf at example.com
Subject: [mew-int 00461] Headers

> 1. mew generates headers like this:
> Content-Type: Text/Plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
> 
> Is it possible to generate headers like this instead (if these are legal)?
> Content-type: text/plain; charset="us-ascii"
> Content-transfer-encoding: 7bit

This is legal. But why should we do this?

> 2. Is the seonc Content-Transfer-Encoding line obligatory in MIME?
> (If not, how can I suppress it in mew?)

"Content-Transfer-Encoding: 7bit" can be omitted since no CTE: is
treated as "CTE: 7bit".

However, I believe this is a kind of rule for error handling, and both
CT: and CTE: should appear in each part.

P.S.

All in all, you should not take care of the Content-* field at all.

--Kazu



More information about the Mew-int mailing list