PHP Classes

blank page

Recommend this page to a friend!

      POP3 e-mail client  >  All threads  >  blank page  >  (Un) Subscribe thread alerts  
Subject:blank page
Summary:Connecting to wiscmail.wisc.edu ...
Messages:6
Author:Sreenath K Pillai
Date:2008-01-22 01:50:13
Update:2008-01-22 03:24:59
 

  1. blank page   Reply   Report abuse  
Picture of Sreenath K Pillai Sreenath K Pillai - 2008-01-22 01:50:13
Hi again Mr. Lemos,

the same script as finally worked in gmail I tried with another server using appropriate info and all it says, after taking a long time to load, is

Connecting to wiscmail.wisc.edu ...

this is the info provided me by wiscmail administrator
"The pop e-mail server address is wiscmail.wisc.edu. The ports that work
are 25, 465 and 587. I hope this helps"
this is what i had
$pop3=new pop3_class;
$pop3->hostname="wiscmail.wisc.edu";
$pop3->tls=1;
$user="someuser";
$password="somepassword";
$pop3->realm="";
$pop3->workstation="";
$apop=0;
$pop3->authentication_mechanism="USER";
$pop3->debug=1;
$pop3->html_debug=1;
$pop3->join_continuation_header_lines=1; /

  2. Re: blank page   Reply   Report abuse  
Picture of Sreenath K Pillai Sreenath K Pillai - 2008-01-22 01:52:57 - In reply to message 1 from Sreenath K Pillai
i also had port:465

  3. Re: blank page   Reply   Report abuse  
Picture of Sreenath K Pillai Sreenath K Pillai - 2008-01-22 01:54:43 - In reply to message 2 from Sreenath K Pillai
my god can u edit out my user info?

i am so stupid today (aka tired)

  4. Re: blank page   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2008-01-22 02:52:11 - In reply to message 1 from Sreenath K Pillai
If this is a Google Apps installation, I suppose the port is 995.

  5. Re: blank page   Reply   Report abuse  
Picture of Sreenath K Pillai Sreenath K Pillai - 2008-01-22 03:16:46 - In reply to message 4 from Manuel Lemos
this is not a google apps i am just using test_pop3.php to connect to a POP3 webserver at wiscmail.wisc.edu which the server admin told me the ports that work (see above post) ill try 995 but i doubt that the admin was wrong.

  6. Re: blank page   Reply   Report abuse  
Picture of Sreenath K Pillai Sreenath K Pillai - 2008-01-22 03:24:59 - In reply to message 5 from Sreenath K Pillai
it worked! i cannot believe it, they told me that port 995 would not work and gave me three specific ports they said work with wiscmail.

i bow to you mr. lemos.

once I finish my site, I will show to you :D