146.151.47.55/test_pop3.php
what happens now is that it times out. This time, I took your test_pop3.php script and used these values:
  $pop3=new pop3_class;
    $pop3->hostname="pop.gmail.com";            
    $pop3->port=995;                         
    $pop3->tls=0;                            
    $user="-----------";      //
[email protected]               
    $password="-----";                 //validpass   
    $pop3->realm="";                         
    $pop3->workstation="";                   
    $apop=0;                                 
    $pop3->authentication_mechanism="USER";  
    $pop3->debug=1;                          
    $pop3->html_debug=1;                     
    $pop3->join_continuation_header_lines=1; 
didnt do anything else. the test pop3 i assumed the rest of it to work, just configured the few values above.
"Connecting to pop.gmail.com ...
Fatal error: Maximum execution time of 30 seconds exceeded in C:\wamp\www\pop3.php on line 79"
is what comes up. you can verify this with the link. why is this? This is on a server I set up and it doesnt even have a firewall at all yet! so it can't be 995 blockage. as you can see, other pages work just fine in this server http://146.151.47.55/phpinfo.php