[PHP] imap problem

2003-08-26 Thread Moritz Steiner

I downloaded imap as indicated on php.net/imap, compiled it, and
recompiled php with --with=imap. Ok  everything worked fine, no error
messages, but when I call the function imap_open() I get the following:

Fatal error: Call to undefined function: imap_open() in
/usr/apache/htdocs/mail.php on line 43

Does anyone know where the error could be?
Moritz

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



RE: [PHP] imap problem

2003-08-26 Thread Jay Blanchard
[snip]
I downloaded imap as indicated on php.net/imap, compiled it, and
recompiled php with --with=imap. Ok  everything worked fine, no error
messages, but when I call the function imap_open() I get the following:

Fatal error: Call to undefined function: imap_open() in
/usr/apache/htdocs/mail.php on line 43

Does anyone know where the error could be?
[/snip]

Did you restart Apache?

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



AW: [PHP] imap problem

2003-08-26 Thread Moritz Steiner
yes

-Ursprüngliche Nachricht-
Von: Jay Blanchard [mailto:[EMAIL PROTECTED] 
Gesendet: Dienstag, 26. August 2003 16:23
An: Moritz Steiner; PHP
Betreff: RE: [PHP] imap problem

[snip]
I downloaded imap as indicated on php.net/imap, compiled it, and
recompiled php with --with=imap. Ok  everything worked fine, no error
messages, but when I call the function imap_open() I get the following:

Fatal error: Call to undefined function: imap_open() in
/usr/apache/htdocs/mail.php on line 43

Does anyone know where the error could be?
[/snip]

Did you restart Apache?

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



RE: [PHP] imap problem

2003-08-26 Thread Jay Blanchard
[snip]
yes
[/snip]

Have you checked that PHP has IMAP enabled by loading up a phpinfo()
page?

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



[PHP] imap problem

2003-03-19 Thread Niklas Saers Mailinglistaccount
When contacting the imap-uw server I've built with plaintext and ssl
support, I get Certificate failure for localhost: self signed
certificate: /C=NO/ST=Oslo/L=Oslo/O=religion.no/OU=religion.no/CN=doriath/CN=localhost
when contacting it through php. How can I make php accept my certificate?
And if I cannot do this, how can I opt for plaintext passwords?

Cheers

   Nik

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



[PHP] IMAP problem - How to open other folders

2002-10-24 Thread ngabesoola
Hi all !

What I am missing?
I have script using IMAP function to open my mailbox- First I open the IMAP
using imap_open. After I read all my messages in my INBOX, up until now,
everything goes well. Now I want to open other folders and I can't.

I've trying these following functions:
- imap_getmailboxes
- imap_listmailbox
- imap_scanmailbox

//
$list = imap_getmailboxes($mbox,{192.168.0.1:110/pop3},*);
if (!is_null($list)) {
while(list($key,$val)=each($list))
{
print ($key) ;
print imap_utf7_decode($val-name).,;
print '.$val-delimiter.',;
print $val-attributes.br\n;
}



$list = imap_listmailbox($mbox,{192.168.0.1:110/pop3},*);
if(is_array($list)) {
 reset($list);
 while (list($key, $val) = each($list))
   print imap_utf7_decode($val).br\n;
} else
 print imap_listmailbox a échoué: .imap_last_error().\n;

Nothing wouldn't work well with me?



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




[PHP] IMAP Problem.

2001-04-03 Thread Richard Gordon

I am having a problem getting php4.0.4pl1 to work will imap on my Mandrake 
7.2 linux system.
I am configuriging the system using the following configure options :-

./configure --with-apxs   \
--with-oci8   \
--without-mysql   \
--with-pgsql  \
--with-imap   \
--with-ldap  

I have followed the instructions about c-client and have tried upgrading to 
imap-2000c and even imap-2001beta packages from ftp.cac.washington.edu/imap/

Evering seems to compile and install OK but when I try to start apache I 
get the following message :-

Cannot load /etc/httpd/modules/libphp4.so into server: 
/etc/httpd/modules/libphp4.so: undefined symbol: mxdriver

Any help would be appreciated.

-- 
Thanks,

Richard

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] IMAP PROBLEM

2001-01-24 Thread Jochen Kächelin

I want to set a link to download an email-attachment, but

I don't know where to point the link to get the
attachment - I am only able to view an attached image or text!

--
**
* Jochen Kchelin*
* Ihr WEBberater - Werbeagentur Pulvermller *
* Stuttgarter Str. 3 - D-73033 Gppingen *
* www.wa-p.de - mailto:[EMAIL PROTECTED]  *
**


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]