Email Server Source Code
-
Hi I am looking for simple source code that allows me to get E-mail from an ISP onto a PC and strip it and re-build it ( I need to find certain text in the message body and copy it into the subject line.) The program then needs to act as a server and allow another program to use POP3 to retrieve the mail, any ideas? Cheers Eugene
-
Hi I am looking for simple source code that allows me to get E-mail from an ISP onto a PC and strip it and re-build it ( I need to find certain text in the message body and copy it into the subject line.) The program then needs to act as a server and allow another program to use POP3 to retrieve the mail, any ideas? Cheers Eugene
Instead of looking to others for a solution to your problem, try reading RFC 1939. I'm sure it'll answer most of your questions related to the POP3 protocol. Implementing POP3 into a program is a trivial task and I'm sure you'll agree once you know how it works. http://www.faqs.org/rfcs/rfc1939.html John
-
Hi I am looking for simple source code that allows me to get E-mail from an ISP onto a PC and strip it and re-build it ( I need to find certain text in the message body and copy it into the subject line.) The program then needs to act as a server and allow another program to use POP3 to retrieve the mail, any ideas? Cheers Eugene