00674 [Quoted-Printable, Base64, Diferences, Cy] (posted by Nicolas Machado)
( 1) 03/07/29 01:35

Hy, me and the Cyryllic isue Again.
I change your code for Supporting Cyrillic, I use the ISO-8859-5 Charset Code, and the 1251 and 1025 CCSID's in the iconv routines.

But I have a conceptual question, what is the diference between Quited-Printable and Base64??

Is there any reation with the Charset of the mail.
I know that i have to "write" the source of the mail in a Charset that a server could Undestand, but the Subject, and all the "data" of the mail should go in the other languaje , in this case Cyrillic.

Now I'm going to change 2 things:
1) Replace iso-8859-5 by Windows-1251, the las one is the default for windows boxes.
2) Allow Content-Type: text/html; ,

The 1) issue have nothing to do with 2), just for your info.

So, where can I read soomething about Content-Transfer-Encoding:???

Best Regards