Access to a POP3 mailbox
I am in preliminary design of a contact management program. The
user would like to use his current mail server (POP3 - remote).
I have done some reading on the IMAP functions but am unclear if
the following is possible:
Using the IMAP functions can I write a PHP script to:
scan the subject lines of all mail in the mailbox ?
pop just certain messages from the inbox ?
delete those messages from the inbox ?
all without disturbing the other messages in his inbox that are
downloaded to his usual email client (Thunderbird).
If anyone can suggest a better way to do this, I am all ears.
bill
.
Relevant Pages
- Re: Access to a POP3 mailbox
... would like to use his current mail server. ... I have done some reading on the IMAP functions but am unclear if the ... pop just certain messages from the inbox? ... extract headers that use non-ASCII characters. ... (comp.lang.php) - Re: Access to a POP3 mailbox
... would like to use his current mail server. ... I have done some reading on the IMAP functions but am unclear if the ... pop just certain messages from the inbox? ... You may want to take a look at this POP3 class. ... (comp.lang.php) - Re: Rule for catching incoming mail from outside company not working
... Exchange or some other mail server? ... messages coming from Outside will have Internet headers that internal ... Does your company use Exchange or some other mail server for internal ... and put them into the inbox that I actually read. ... (microsoft.public.outlook.general) - RE: Problems with HP iPaq 6315 Inbox program
... Very detailed post, good job. ... I specifically set my email to be downloaded on-demand. ... The device will turn on every time Outlook needs to poll your mail server. ... > all message items in my Inbox, or any of the Inbox folders. ... (microsoft.public.pocketpc.phone_edition) - Re: Message has frozen Outlook Express and OS 9.1
... Outlook Express 5.0 program, went online and downloaded it again. ... You may have to telnet to the POP3 mail server and delete the offending ... +OK x messages in folder Inbox -bla bla bla ... untick the Preview Pane option as soon as the application launches. ... (microsoft.public.internet.outlookexpress.mac) |
|