> just so i will understand
> this file contains 1 big email
> the email contains both text part and html part
> moreover, this email contains 1 attachment which content is html
> and another attachment which is an eml file
> this eml file contains an image and another part which is again an email
> by itself there u have 2 parts again right?

Do not speculate what is where... use mimedemo and see real tree message 
parts structure. In MIME messages is not 'message' and 'attachment'. In 
MIME is just 'parts' of various types. Some parts can hold zero or more 
subparts, etc, etc.

> if u say "Message parts can be organized in totally free ttree based
> structure, and you must to know handle it correctly" then how can i
> handle?

You must se all parts in full part tree for understand what is what.

> notice that the problem i have is only bcoz i have an eml part
> (email inside email) so i need to "hide" all inner parts of this email.

Well, you can grab body of 'message' part and handle it as separate 
message. 


--
Lukas Gebauer.

E-mail: [EMAIL PROTECTED]
WEB: http://www.ararat.cz/synapse - Synapse Delphi and Kylix TCP/IP 
Library



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to