![]() |
PHP Info shows IMAP on my server yet I get the IMAP function not defined error.
Configure Command '--with-imap' IMAP c-Client Version 2001 SSL Support enabled Kerberos Support enabled Any ideas? Thanks EDIT: After playing with it, it throws this error at line 618 when an invalid user name is put in...Is this a bug? EDIT: After playing some more, we added the @ to the IMAP function calls at line 618 and the error is no longer thrown, the login screen returns as expected. if ($opt=="POP3") $mbox = @imap_open("{".$host.":110/pop3}".urldecode($folder), $user, $pass); elseif ($opt=="IMAP") $mbox =@ imap_open("{".$host."}".$folder, $user, $pass); |
Erwin- You always amaze me with your hacks. Good job! :)
|
Quote:
Good example of how different servers with different setups need minor changes to the code. The code should work with most servers. For some reason that is beyond my skill, some servers have their own idiosyncrasies. Glad to know it works in the end. :) |
My members really like this feature on the forum, thanks for the code!
|
Once I logon I get http://www.hostname.org/email.php?CMD=cookie. What do you think the problem is? I tried with pop3 accounts.
|
No problems here..... I love it!!!
|
Quote:
|
I want to install this ! I uploaded the file email.php an wanted to test it.
I get a fatal error when i try to login to my pop mail account. I have chosen the POP mail radio button and also given the mail server name in the server field. I get the following error : Quote:
Thanks for any help. Cheers |
You need IMAP compiled with PHP on your server. Read the first post which warns you about this. :)
|
Thank you ! I'll do that and get back, if i bump into any problems.
Cheers |
All times are GMT. The time now is 10:03 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|