I have a service application that uses SMTPcli to retreive
and handle purchase notifications from PayPal. They made
a change that's causing my parsing to fail. I am wondering
if it is some standard encoding that I can set SMTPcli to
handle, or do I need to handle the decoding myself?
All the payment details used to be plain text, now some
characters seem to be encoded.
From the header:

Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=windows-1252
MIME-Version: 1.0

There are certain characters encoded such as:

=24  ($ - dollar sign character)
=      (line wrap?)
=21  (! - Exclamation character)
=40  (@ - character)

-Jeff

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to