How to make a program to receive E-mail by POP3 !

  • Thread starter Thread starter Ken Yu
  • Start date Start date
K

Ken Yu

Hi,

I want to make a program for receive E-mail by POP3,
and forward to another E-mail Account, if the E-mail with Attachment
, will delete the attachment before forward, where can i find more
information
how to download E-mail by POP3 and control mail attachment and send out ?


Tks a Lot !
Ken
 
how to download E-mail by POP3 and control mail attachment and send out ?

1. Write your own POP3 interface using Sockets. POP3 documentation can be
found in IETF RCFs

2. Or buy (or find) a POP3 component. The second optional is probably the
easiest.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top