Search found 1 match
- Sat Jul 19, 2008 11:26 pm
- Forum: PHP - Code
- Topic: pear accessing gmail
- Replies: 0
- Views: 108
pear accessing gmail
how can i access gmail's pop3 with pear? i seem to have problem with ssl authentication as i ve no problem with non-ssl source code <?php include 'Net/POP3.php'; $pop3 =& new Net_POP3(); /* * Connect to localhost on usual port * If not given, defaults are localhost:110 */ $pop3->connect...