I think it is not easy to get the eamils' sender/receiver and subject , even attachment.
 
As soon as somebody send email in your Intranet, you could only capture the packets between this person's ip and email server's ip.
 
If you wanna get the sender/ receiver's address, you have to crack outlook or other mailer because all the informations in the email would be encrypted before it was delivered.
 
But it will bring you the hard work to study how to crack.
-----Original Message-----
From: xen0x [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 26, 2002 3:52 AM
To: [EMAIL PROTECTED]
Subject: [WinPcap-users] Help!

My question doesn't revolve pcap so much, but it's related after all.
Like all of you, my application sniffs a device on the computer and catchs all the outgoing emails (dest port = 25 - SMTP).
I have an SMTP session, and I was searching for an object that will "eat" my session and provide me accessors for the email properties:
Sender\Receiver Address, Subject, Attachments and so on...
 
Basicly, I need the func' of Outlook (or any other mailer) to Parse SMTP sessions.
 
Did anyone try this before, or has any knowledge on this kind of object?
 
10x,
Salick.

Reply via email to