|
|||
|
I have just been trying the mail function in the demo version.
I have found that any text that I add to mail.text or mail.html has the "=" replaced by "=3D". Is this a feature of the demo, to stop commercial use? or a bug? or me being stupid? thanks Jon |
|
|||
|
Hi,
The email message is QP(quoted-printable) encoded. Most of Email clients can decode it. The Mail object can also parse an email file: Code:
var mail = new Mail;
mail.load("1.eml");
trace(mail.text);
|
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|