Re: [PHP] simple imap functions

2003-07-15 Thread Bryan Koschmann - GKT
On Tue, 15 Jul 2003, David Nicholson wrote: > > You could compile PHP with the IMAP functions and use them: > http://uk2.php.net/imap That is what I was referring to looking for examples using these functions as a whole. Bryan -- PHP General Mailing List (http://www.php.net/) To unsubs

Re: [PHP] simple imap functions

2003-07-15 Thread David Nicholson
Hello, This is a reply to an e-mail that you wrote on Tue, 15 Jul 2003 at 20:49, lines prefixed by '>' were originally written by you. > Does anyone have any good examples of simple imap functions? Basically > am just looking to return the number of new messages for a few folders > my account. I w

[PHP] simple imap functions

2003-07-15 Thread Bryan Koschmann - GKT
Hello, Does anyone have any good examples of simple imap functions? Basically I am just looking to return the number of new messages for a few folders in my account. I would like to modify it later to show the headers (from, subject) but just a new message count is sufficient. I would like to hav