> 
> Did you read php.net/imap_open  ?

I only just found this. I've been going through the functions and there a so
many of them (a good thing) that I couldn't find the information I needed.
Now that I have read the imap_open() function, I feel a bit silly about
saying the doco is sparse.

Now I'm trying to figure out how to list the messages in that mailbox. 

All I want is a way to "list all messages" then I can use the other
functions to retrieve the details.

Don't worry, I think I will eventually figure it out.

When I do, I'll have to make a tutorial so others can also see an example of
a simple application of mailbox checking.

I must say, the range of functions is quite impressive :)




[TK] 

> -----Original Message-----
> From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] 
> Sent: Monday, 25 March 2002 11:04 AM
> To: Kearns, Terry
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] Retrieving POP mail
> 
> 
> Did you read php.net/imap_open  ?
> 
> On Mon, 25 Mar 2002, Kearns, Terry wrote:
> 
> > The documentation for the IMAP functions is, er, virtually 
> > non-existent. I'm not looking to read several sets of RFCs - all I 
> > want to do it check a POP account on Exchange for messages and 
> > retrieve them.
> >
> > Does anyone know if there is a tutorial on this somewhere?
> >
> >
> > [TK]
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to