Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Dec : Re: intercept SMTP session

www.cryer.info
Managed Newsgroup Archive

Re: intercept SMTP session

Subject:Re: intercept SMTP session
Posted by:"Remy Lebeau (TeamB)" (no.spam@no.spam.com)
Date:Thu, 21 Dec 2006 14:37:26

"Antonello Carlomagno" <a.carlomagno@synweb.info> wrote in message
news:458aac50@newsgroups.borland.com...

> Can I intercept all SMTP sessios of my PC ?

Yes, but not very easily.  You would have to hook every socket at a very low
level (you can't do thatwith WinSock alone - you have to write a hook
driver) and manually parse all inbound/outbound data to see if SMTP traffic
is involved.


Gambit

Replies:

none

In response to:

www.cryer.info
Managed Newsgroup Archive