WAB - txt

  • Thread starter Thread starter Euthymenes
  • Start date Start date
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.
 
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
 
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 ...
 
Back
Top