
 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; /