Re: [PHP] php imap functions problem

2004-09-09 Thread Markus H
John Holmes wrote: > From: "Markus H" <[EMAIL PROTECTED]> > >> $structure = imap_fetchstructure($mbox, msgnum ); >> Warning: imap_fetchstructure(): Bad message number in (...) on line (...) > > Is "msgnum" a constant or do you mean to have "$msgnum", i.e. a variable? > > ---John Holmes... Yes,

Re: [PHP] php imap functions problem

2004-09-09 Thread John Holmes
From: "Markus H" <[EMAIL PROTECTED]> $structure = imap_fetchstructure($mbox, msgnum ); Warning: imap_fetchstructure(): Bad message number in (...) on line (...) Is "msgnum" a constant or do you mean to have "$msgnum", i.e. a variable? ---John Holmes... -- PHP General Mailing List (http://www.php.ne

[PHP] php imap functions problem

2004-09-09 Thread Markus H
Hello NG Please excuse my bad english because I come from austria. I hope you understand me... I have searched in the NG and in internet and don't found an answer to my php problem: When I use the imap functions with php all looks like good but when I will get the body or structure from an em

Re: [PHP] php imap functions

2002-11-17 Thread Rasmus Lerdorf
PHP's imap functions are a thin wrapper on top of the c-client library. Your best resource would be to go check the docs for that. -Rasmus On Sun, 17 Nov 2002, Bill Rowell wrote: > > i've been doing some development using php's imap functions. i'm > wondering if its possible to use imap_open to

[PHP] php imap functions

2002-11-17 Thread Bill Rowell
i've been doing some development using php's imap functions. i'm wondering if its possible to use imap_open to open mailboxes that are stored in a user's personal space and not in /var/spool/mail. thanks! -bill -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://w