Re: [twsocket] POP3 Client - changing folders on the server

2006-02-09 Thread DZ-Jay
Hello: With POP3, there is no notion of "folders" or any organization of messages. It is just reads a single file. When you said that your ISP added a spam folder, what do you mean? Did they add this to a WebMail application? If so, this has nothing to do with the POP3 server.

Re: [twsocket] POP3 Client - changing folders on the server

2006-02-08 Thread Angus Robertson - Magenta Systems Ltd
> I have written an ap using the POP3 component to access mail from my > ISP. I can also access my email via the internet. The ap works > perfectly, but my ISP has recently added a spam folder Effectively the mail is being put into a separate mailbox, you just log into that mailbox instead.

[twsocket] POP3 Client - changing folders on the server

2006-02-08 Thread John R. Dicks
I have written an ap using the POP3 component to access mail from my ISP. I can also access my email via the internet. The ap works perfectly, but my ISP has recently added a spam folder into which it places anything it considers to be spam. Is there a way to change to that folder using the PO