Hi all,
I hope someone out there can give me some adbvice.
I have to develop an application that will allow outlook(or some other mail client) to connect to a spam filter(
java app) and the spam filter will conntect to a mail server. So in other words the spam filter will act as a server to the mail client and as a client to the mail server.
What will happen is that the client will request its mail, the spam filter will request it from the mail server. Once the spam filter has it, it will only forward mail to the client that is not spam.
I have been looking at java mail to do this. Is this correct? Can anyone offer any advice as to how I should tackle this.
Thank you very much
David