Hello, I am quite new to php and I need to login squirrelmail from a web page form without going to the default SquirrelMail login page. Can you please tell me how to go about this? A very detailled step by step procedure will be appreciated.
...
Hello, I am trying to login to a system (which happens to be using the SquirrelMail client) using CURL and I'm having trouble.
Here is my relevant PHP code:
$handle = curl_init();
curl_setopt($handle, CURLOPT_FOLLOWLOCATION, true);
curl_setopt($handle, CURLOPT_URL, $url);
curl_setopt($handle, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($h...
How to use plugin facility to add a new field on squirrelmail.what files need to change to add a field using plugin in php.
is somebody thewre for guidence and having step by step procedure to do this .i need to add a openid field(textbox) using plugin on squirrelmail user interface.there are the files like function.php,setup.php etc. ...
I have install squirrel mail and get this message error when trying to login.
0 : Unable to find the socket transport "http" - did you forget to enable it when you configured PHP?
I have create a test user, and when login I type test@localhost
I use XAMPP (Basis Package) version 1.7.2
I want to know why the error happen and how to f...
Hi,
Case #1:
I have ISPConfig3 running, sending email through telnet server.mydomain.com 25 are possible. Receiving email also possible.
BUT!! problem occurs when I try to login to squirrel...
I've been awaken for 2 days now and still couldn't figured out why logging in into squirrel always having an error:
ERROR: Connection droppe...