Board index » delphi » Looking for component that can edit Internet Mail Message (.eml) file

Looking for component that can edit Internet Mail Message (.eml) file


2007-03-08 05:59:12 PM
delphi196
Hi,
.eml file is Internet Mail Message file and may be created via Outlook
Express or Mozilla Thunderbird. The file may content plaintext, HTML
content, attachment or images. It is a multi-part message in MIME format.
I am looking for a solution to edit .eml file in Delphi VCL Win32
application. The solution should allow us to view the HTML content and
images just as what outlook express does.
I have tried PurposeSoft HTMLEdit, but it doesn't seems to fit the job
well.
Perhaps some component that allow me to save/load .eml file and a view
component that can render the .eml content is good enough.
Please advice. Thank you.
--
Best regards,
Chau Chee Yang
E Stream Software Sdn Bhd
URL: www.sql.com.my
SQL Financial Accounting
 
 

Re:Looking for component that can edit Internet Mail Message (.eml) file

Hello!
You wrote on Thu, 08 Mar 2007 17:59:12 +0800:
CCY>Perhaps some component that allow me to save/load .eml file and a view
CCY>component that can render the .eml content is good enough.
First of all you need a MIME parser/writer for e-mail and MIME files.
MIMEBlackbox (www.eldos.com/sbb/delphi-mime.php) will fit.
Next, if you encounter an HTML part, use HTML editor to modify it. Then
assemble the MIME message again.
With best regards,
Eugene Mayevski
www.SecureBlackbox.com - the comprehensive component suite for
network security
 

Re:Looking for component that can edit Internet Mail Message (.eml) file

Eugene Mayevski writes:
Quote
First of all you need a MIME parser/writer for e-mail and MIME files.
MIMEBlackbox (www.eldos.com/sbb/delphi-mime.php) will fit.

Next, if you encounter an HTML part, use HTML editor to modify it. Then
assemble the MIME message again.
Any good HTML editor to recommend?
--
Best regards,
Chau Chee Yang
E Stream Software Sdn Bhd
URL: www.sql.com.my
SQL Financial Accounting
 

Re:Looking for component that can edit Internet Mail Message (.eml) file

Hello!
You wrote on Thu, 08 Mar 2007 18:29:04 +0800:
CCY>Any good HTML editor to recommend?
Unfortunately no. There's an option to use DHTML edit control (that's system
control).
With best regards,
Eugene Mayevski
www.SecureBlackbox.com - the comprehensive component suite for
network security
 

Re:Looking for component that can edit Internet Mail Message (.eml) file

Quote
Any good HTML editor to recommend?
Yes --->www.profgrid.com