[PHP] Re:[PHP]imap and POP3

2002-03-27 Thread Jon Farmer
> What I want to do is, check my POP3 server for messages, download those > messages into my MySQL DB. I want to retrieve the FROM, SUBJECT, HEADER and > BODY from the messages and place them in the corresponding mysql fields. This script I wrote last summer may help you some what.. it handles

Re: [PHP] imap and POP3?

2002-03-27 Thread Jason Wong
On Wednesday 27 March 2002 16:25, Jason Caldwell wrote: > Can anyone give me the quick and easy on IMAP and POP3 ? > > What I want to do is, check my POP3 server for messages, download those > messages into my MySQL DB. I want to retrieve the FROM, SUBJECT, HEADER > and BODY from the messages and