Outlook Express and COM

Alex K. Angelopoulos aka at mvps.org
Tue Jan 21 20:05:47 EST 2003


That's correct - OE is NOT COM-exposed.

-- 

"Anthony Baxter" <anthony at interlink.com.au> wrote in message
news:mailman.1043195797.17880.python-list at python.org...
>
> >>> "John E. Barham" wrote
> > I'm developing a server-side Bayesian spam-filtering system and would like
> > to pre-train the filter using my potential users' existing mailboxes, many
> > of whom will be using Outlook Express (i.e., switching to a Unix MUA is not
> > an option...).  I'd like to scan through their address books to build a
> > white-list and through their emails to build a dictionary of "ham" tokens.
> > Does OE provide COM interfaces to do this?  It would be especially nice if
> > it provided a pre-parsed interface to emails so that I could avoid parsing
> > raw RFC 822 messages or messing w/ DBX mailboxes.
>
> The spambayes project (http://www.spambayes.com/) has an Outlook2000
> plugin that does just this. Unfortunately it doesn't work for Outlook
> Express - I _think_ Mark Hammond commented that OE didn't expose the
> necessary hooks. Check the spambayes archives for more.
>
>
>
> -- 
> Anthony Baxter     <anthony at interlink.com.au>
> It's never too late to have a happy childhood.
>
>






More information about the Python-list mailing list