[PHP] Problem with fputs/fgets

2002-10-16 Thread Jason Young
I'm in the process of writing a very very simple web-based email client, just for my personal use, so I can perm-delete all the spam that comes in through the day on my home account before i get home. On the very first connect, its great.. connects, does a 'uidl' which lists all the mail

Re: [PHP] Problem with fputs/fgets

2002-10-16 Thread Paul Nicholson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey, I saw that you fixed this but have you ever thought of using the imap_* functions for this? It'd be a lot easier and it does work on pop3 servers. ~Paul On Wednesday 16 October 2002 05:02 pm, Jason Young wrote: I'm in the process of writing a

Re: [PHP] Problem with fputs/fgets

2002-10-16 Thread Jason Young
Oh.. I had no idea.. I suppose I will be looking that up then ;-) Thanks for the heads up! -Jason Paul Nicholson wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey, I saw that you fixed this but have you ever thought of using the imap_* functions for this? It'd be a lot easier and

Re: [PHP] Problem with fputs/fgets

2002-10-16 Thread Paul Nicholson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Glad I could help...I did something like what you're doing and I used the imap functions. If you're conecting to a Redhat pop3 server you have to add a special param to the connect function...let me know if you need the command and I'll look it