Hello, I'm using msOutlook 2000 by MAPI with my application. The problem is that I need to access to a mail server through the proxy of my company, and I haven't found any setting to make outlook aware of a proxy between him and the internet mail server.

My question is this: is there any program that acts as a "redirector"? My idea is to have an application which listen to the POP/SMTP calls made by the mail client, and redirect those calls to the real server using the proxy call convention, and redirecting the answers by the server to the client.

I could write this by myself but:
- it would take some time to be done...
- I guess the app should get/redirect DNS calls too.

Any suggestion will be appreciated,
BrownB