|
|
|
|
|
by disiplus
3402 days ago
|
|
alternative is to use base64.
some things you learn when you have to deal with emails. also first time i was sending sms messages and not using ascii trying to determinate the message length was fun. and by fun i mean gsm 7bit annoying. |
|
Debugging something in an email message encoding in quoted-printable simply by viewing its source is doable sometimes. If it's in base64, not so much. I believe the size of your message would also be less using quoted-printable, rather than base64