Receiving Pop3 emails?
-
Tuesday, September 04, 2007 10:25 AM
Basically I am writing a Managment System.
One section need to read new emails and check if they are incidents that need to be inputted into the system. The emails that are incidents always look the same so I need to extract the information from the email and add it into Database as a new incident.
I have never used pop3 and so am at a loss as to how to go about this, I need to know how to recieve the mail and then some guides as to how to get the information out of the body.
I have wired an event that will call this method when a new *.eml file is created in the users mailbox, ie a new message has been received.
How do I connect to a POP3 server and extract information from the body?
Thanks in Advance. (It seems there are no DOT.Net functions to do this)
All Replies
-
Wednesday, September 05, 2007 7:47 AM
- Proposed As Answer by Shmuel Englard Friday, July 31, 2009 11:34 PM
-
Wednesday, September 05, 2007 11:08 AM
Hi Pavan
Good One ... it is enough for pop3 mail task... this links describe in details...
Thanks
-
Friday, October 09, 2009 7:50 AMHi, This one should help you: http://www.componentforge.net/imap.aspx NetXtremeSshFtp
-
Friday, April 13, 2012 9:55 PM
You can also check .NET POP3 component from Limilabs.
It does superb job on downloading and parsing the emails.

