WAB - txt

E

Euthymenes

Hello

I'm writing a little software (Delphi) to analyze emails in order to
attribute "spam" or "not spam" status.

One of controls to do is comparison of sender's mail with the list of
e-emails in my address book from Outlook express.

So I need, for example, a software able to convert WAB file into TEXT
file.

This function is included in Outlook express, but I want to execute
this conversion dynamically, from my software.

Google gives only some old softwares, and no freeware.

Some idea ?

Thank for your reply.
 
F

fr.comp

Euthymenes said:
Hello

I'm writing a little software (Delphi) to analyze emails in order to
attribute "spam" or "not spam" status.

One of controls to do is comparison of sender's mail with the list of
e-emails in my address book from Outlook express.

So I need, for example, a software able to convert WAB file into TEXT
file.

This function is included in Outlook express, but I want to execute
this conversion dynamically, from my software.

Google gives only some old softwares, and no freeware.


Maybe the Jedi Wab api ?

ftp://delphi-jedi.org/api/WAB.zip

Download the demo and then find a way to save the ListView as a text file
..?

I just did a test , here is how the output text file looks like (the
ListView has 3 columns in the demo) :

Another user (e-mail address removed) http://www.somewhere.com
Demo2 User (e-mail address removed) http://www.somewhere.com
 
E

Euthymenes

Maybe the Jedi Wab api ?

ftp://delphi-jedi.org/api/WAB.zip

Download the demo and then find a way to save the ListView as a text file
.?

I just did a test , here is how the output text file looks like (the
ListView has 3 columns in the demo) :

Another user (e-mail address removed) http://www.somewhere.com
Demo2 User (e-mail address removed) http://www.somewhere.com

OK thanks

I could compile and execute with Delphi-6.

I must now extract one part to do what I want ...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top