RE: scan subdirectory of mailbox with PHP

2007-03-20 Thread Jochem Meyers
quot;); I hope this helps! -Oorspronkelijk bericht- Van: brian [mailto:[EMAIL PROTECTED] Verzonden: maandag 19 maart 2007 19:37 Aan: info-cyrus@lists.andrew.cmu.edu Onderwerp: scan subdirectory of mailbox with PHP I'm fiddling with the woefully under-documented PHP IMAP functions and

Re: scan subdirectory of mailbox with PHP

2007-03-19 Thread Andrew Morgan
On Mon, 19 Mar 2007, brian wrote: I'm fiddling with the woefully under-documented PHP IMAP functions and cannot figure out how to do this. I can connect just fine to INBOX, list the headers, etc. but my target mails are a couple of directories further down. I'd like to somehow do the equivalen

scan subdirectory of mailbox with PHP

2007-03-19 Thread brian
I'm fiddling with the woefully under-documented PHP IMAP functions and cannot figure out how to do this. I can connect just fine to INBOX, list the headers, etc. but my target mails are a couple of directories further down. I'd like to somehow do the equivalent of chdir once i've made a connect