Using a POP3 Server

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I want to access mails through a POP3 Server

I have some simple code taht connects, listens etc. Does anyone know if I can...
- Create inboxe

- Create folders in inboxe

- Move e-mail from one folder to the othe

- Read e-mail and manipulate attachment

....through POP3
 
Hi,

I want to access mails through a POP3 Server.

I have some simple code taht connects, listens etc. Does anyone know if I can...
- Create inboxes

- Create folders in inboxes

- Move e-mail from one folder to the other

- Read e-mail and manipulate attachments

...through POP3?

The POP3 protocol does not cover any of that. It's only for connecting
to a pop3 mailbox that contains a list of messages (no folders or
anything like that).
 
Back
Top