Re: [PHP-WIN] Any good tutorials on working with IMAP/POP3 and php

2002-08-20 Thread leo g. divinagracia iii
R.S. Herhuth wrote: > I'm looking for some really good tutorials on working with email and > PHP. I'm hoping for some serious industrial strength stuff. I would > even purchase a book or two if need be. > > Thanks, > Ron > thew WROX book BEGINNING PHP4 is what i started out on. chapter on u

RE: [PHP-WIN] Any good tutorials on working with IMAP/POP3 and php

2002-08-20 Thread Ross Fleming
It's remarkably easy to get the hang of. I recently built a php app to do just this, and after some great pointers from this list found: http://www.devshed.com/Server_Side/PHP/PHPMail/PHPMail1/page1.html which pretty much teaches you all you need to know. The industrial strength stuff is really

RE: [PHP-WIN] Any good tutorials on working with IMAP/POP3 and php

2002-08-20 Thread David Hollister
Ya - IMP is good. Personally, I like SquirrelMail (www.squirrelmail.org). Download the code and use these open source projects as learning material. Then you can better the effort or start something new. -Original Message- From: R.S. Herhuth [mailto:[EMAIL PROTECTED]] Sent: Tuesday, Au

Re: [PHP-WIN] Any good tutorials on working with IMAP/POP3 and php

2002-08-20 Thread Scott Carr
You can look at the IMP project from HORDE. http://www.horde.org It uses IMAP, POP3, LDAP and a couple other acronyms as well as being used by several companies in the 1 user range. I use it for all of my email including this one. -- Scott Carr OpenOffice.org Documentation Maintainer http: