Arno Garrels wrote:
With SmtpCli you cannot retrieve mail.
Oops - I meant Pop3cli! (using smtpcli to send responses)
Use TMimeDec to decode the mail.
Thanks !
-Jeff
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsoc
Jeff Hamblin wrote:
> I have a service application that uses SMTPcli to retreive
> and handle purchase notifications from PayPal. They made
With SmtpCli you cannot retrieve mail.
> a change that's causing my parsing to fail. I am wondering
> if it is some standard encoding that I can set SMTPcli
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 payme