Re: MIME encoding of mail?, posted by Stefan Ritt on Thu Apr 14 15:42:44 2005
|
> What I can see is that it sends with charset=US-ASCII, even if the characters are
> non-US.
|
Re: MIME encoding of mail?, posted by Michael Husbyn on Fri Apr 15 15:12:55 2005
|
> > What I can see is that it sends with charset=US-ASCII, even if the characters are
> > non-US.
>
|
Re: MIME encoding of mail?, posted by Stefan Ritt on Fri Apr 15 15:25:30 2005
|
So you tell me that the message body is ok with Norwegian characters, it's only the subject?
That would mean that outlook interpretes the charset only for the message body, but not for
the subject. So if you have characters with an ASCII value greater than 127, your mail
|
Re: MIME encoding of mail?, posted by Stefan Ritt on Fri Apr 15 15:57:53 2005
|
Ok, I found it. It's in RFC2047 at
http://www.faqs.org/rfcs/rfc2047.html
|
Re: MIME encoding of mail?, posted by Stefan Ritt on Fri Apr 15 21:10:27 2005
|
I implemented this, but found some problems. If I encode the subject like
Subject: =?ISO-8859-1?Q?ורז?=
|
Re: MIME encoding of mail?, posted by Michael Husbyn on Fri Apr 15 21:31:26 2005
|
> I implemented this, but found some problems. If I encode the subject like
>
> Subject: =?ISO-8859-1?Q?ורז?=
|
Re: MIME encoding of mail?, posted by Stefan Ritt on Fri Apr 15 21:49:00 2005
|
> If I read the RFC correctly when you use B encoding you are using BASE64 encoding.
> Maybe that could be a solution?
|
Re: MIME encoding of mail?, posted by Michael Husbyn on Fri Apr 15 22:24:49 2005
|
> > If I read the RFC correctly when you use B encoding you are using BASE64 encoding.
> > Maybe that could be a solution?
>
|