Re: [PHP] IMAP functions for NNTP

2006-10-29 Thread Chris
Eric wrote: How would I go about listing all newsgroups via the IMAP functions? Maybe http://www.php.net/manual/en/function.imap-list.php ? It mentions "mailboxes" but the imap functions work for news & imap accounts. -- Postgresql & php tutorials http://www.designmagick.com/ -- PHP General

[PHP] IMAP functions for NNTP

2006-10-29 Thread Eric
How would I go about listing all newsgroups via the IMAP functions? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

[PHP] Imap functions (imap_fetchstructure)

2004-03-26 Thread Daryl Meese
Ok, here it goes When I began developing in PHP a call to the imap_fetchstructure function on an email with attachments created a 'parts' array that was indexed numerically. Meaning I could say: if (count($message->parts) > 0) for ($x = 0; $x < count($message_parts); $x++) // do some pr

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

[PHP] imap functions

2001-03-20 Thread Calin Rotaru
I cofigured apache 1.3.14 with php4 on my computer(Mandrake 7.2) but I can not use imap functions. I read that I have to compile PHP with imap. I did it, but I get some errors when compile apache whit this php. Can anybody help me with some advices? Thanks. Calin -- PHP General Mailing List (

[PHP] imap functions

2001-03-06 Thread Chris Lee
anyone have any code snippits or urls you could share on the imap functions? Ive got it to list all pop/imap/nttp folders on a server with a username/password, I can view pop/imap msgs, no attachemtns yet, and can not list nntp headers for some reason. the whole imap deal looks great but doesnt