tags:

views:

129

answers:

1

Does someone know how can i (using .net) capture the content of any incoming or outgoing email from all the free email providers?

A: 

This depends on what you're targeting exactly. If you're just looking for non-web-based email traffic running across the local machine, then you simply monitor the ports you're looking for (IMAP, POP, SMTP, etc) with a library like libpcap (or SharpPcap for .NET maybe). You'll probably need to parse the contents of the messages to get what you're looking for, but that's not too tough.

With some more information on what you're trying to do exactly, I might better be able to help you.

mrduclaw
I appreciate your help very much.I need to be able to Capture all the emails from gmail, hotmail, yahoo, aol......I also need to be able to capture all IM messages from yahoo, msn, icq messengers.In other words i need a Real good sniffer.Thanks.
Ah, so you do need to capture web-based email then? This will be browser dependent as well, then. Is there a particular one your clients will be using?
mrduclaw
Mainly hotmail and gmail.