Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

REPOST: Dealing with forwarded email (Indy)

0 views
Skip to first unread message

Michael Mount

unread,
Sep 26, 2001, 9:00:30 AM9/26/01
to
Hi,

When using an IdPOP3 component to retrieve email messages into an IdMessage
container forwarded messages show up as an IdText MessagePart. I've found
that I can put the IdText.Body into a new IdMessage.Headers, delete the
leftover "wrapper" text from Headers, and call the GetHeaders function to
parse and fill a lot of the message fields but I haven't been able to get
the attachments embedded in the forwarded message parsed out.

Is there a function in Indy somewhere that allows me to throw a string list
into a TIdMessage component? If I am looking in the right direction now,
then how do I build the MessageParts list from the textual representation of
them?

Thank you all,

Michael Mount
National Field Representatives, Inc.


Michael Mount

unread,
Sep 27, 2001, 10:13:51 AM9/27/01
to
Problem solved. Dropped Indy and switched to TMail2000 which allows direct
loading of its Message component from a stream.

- Mike

"Michael Mount" <mmo...@turbont.net> wrote in message
news:3bb1d195$1_1@dnews...

Kudzu - Team Indy

unread,
Oct 3, 2001, 3:56:55 PM10/3/01
to
"Michael Mount" <mmo...@turbont.net> wrote in news:3bb1d195$1_1@dnews:

> Is there a function in Indy somewhere that allows me to throw a string
> list into a TIdMessage component? If I am looking in the right direction
> now, then how do I build the MessageParts list from the textual
> representation of them?

Body is a stringlist, just assign or copy.

--
Chad Z. Hower (Kudzu) - http://www.pbe.com/Kudzu/
Current Location: St. Petersburg, Russia
"Programming is an art form that fights back"


0 new messages