wodel youchi:
> Hi,
>
> I need some clarification about Content-Type on an email.
>
> Who does fix the Content-Type of an email?
> The mail client? or the sending server or both?
The sender (mail client). If text contains non-ASCII then the
client must specify
Either:
MIME-Version: 1.0 header
8BITMIME option in the MAIL FROM command
content-type (including charset) header
content-transfer-encoding: 8bit header
Or:
MIME-Version: 1.0 header
content-type (including charset) header
content-transfer-encoding: quoted-printable or base64 header
SEE also:
RFC 2045 (MIME: Format of Internet Message Bodies)
RFC 2046 (MIME: Media Types)
> The problem : if we edit mails using the webmail or the mail clients using
> non ASCII characters, they're well interpreted, but when using the
> application to send emails via our mail server, the non ASCII characters
> are not show properly.
The receiver needs to know the charset and encoding.
Wietse