> can you provide a working example of using walkpart to actually walk a
> multipart email, please? the examples are much too simplistic...
> especially the FPC one which simply decodes and the re-encodes the
> same part without doing anything...

What is hard on walkpart? It is good when you need to enumerate all 
parts of message. (for example, for antivirus/antispam checks).

It simply walk through MIME part structure in message and fire event 
for each TMimePart. Inside event you can emumerate TMimePart 
properties and do what you need.

For implementing GUI is better another way - see the Mime demo (for 
Delphi, but it is very easy!)



-- 
Lukas Gebauer.

http://synapse.ararat.cz/ - Ararat Synapse - TCP/IP Lib.
http://geoget.ararat.cz/ - Geocaching solution


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to