
28-06-2008, 17:12
|
|
|
|
חבר מתאריך: 28.06.08
הודעות: 3
|
|
|
help with mime
hey,
i need some help with mime and hebrew.
i have a script sending a multipart mime . the problem is that the subject is recived in jibrish. i need to know how to explictly define charset for the subject.
i would appericiate any help,
here is some line of code from my script :
Subject: $4
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary=\"arbitraryBoundaryString\"
\n--arbitraryBoundaryString
--rest of the body--
messege body is recieved correctly. i tried to put the subject after the mime line but it is interpeted as normal text.
thanx in advance,
rafi
|