Link to home
Start Free TrialLog in
Avatar of LeTay
LeTay

asked on

How to get real content of a simple email message in TidPOP3 object of Delphi

I read a POP3 message in a TIdMessage component says M (idPOP3.Retrieve(MessageNumber,M))
But the Body has only one line, "This is a multipart message in MIME format.
The message content is (seen with gmail client) just a couple of simple text lines ...
So where are these text lines ?
ASKER CERTIFIED SOLUTION
Avatar of Sinisa Vuk
Sinisa Vuk
Flag of Croatia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of LeTay
LeTay

ASKER

Will try that tomorrow, thanks
Avatar of LeTay

ASKER

Excellent, I got the message and a trailer with some tags that I do not need
But the body is Ok
Thanks