On Thu, Mar 25, 2004, [EMAIL PROTECTED] wrote about "Re: looking for webmail software":נראה לי שלא.
שלום שחר נראה לי שניתן לשלוח בעברית.
- יבא
Yikes! This is totally unreadable. Can you configure squirmail to sendYou are confusing browser and server here. The browser is the one doing the ugly encoding here. The reason is that the composition page is in ISO-8859-1 or something, and the browser is suddenly left with a poser - how to send a form in a codepage that is not supported by the server. The browser's solution is to encode the data as above.
non-HTML mail? All this &#... stuff is HTML-only. I'd much rather Hebrew
mail be sent in UTF8, for example.
The server, on the other hand, is not even aware that there is a problem. As far as it's concerned, it got some text to put into a text-only mail. That it does, and hence the result.
This can be worked around by changing the web mail template to encode the mail composition page in ISO-8859-8-I, which will allow the brower to encode the sent mail in the desired encoding, partially solving the problem (you would still get mail that claims to be ISO-8859-1, so you will need to "Select encoding" on the receiving side).
Shachar
-- Shachar Shemesh Lingnu Open Systems Consulting http://www.lingnu.com/
================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
