fetch gmail email without imap extensions in php -


is there way google emails using php without imap extension?

sure

pear's net_imap provides implementation of imap4rev1 protocol using pear's net_socket , optional auth_sasl class.

to clarify, package implements imap protocol in php code, instead of requiring extension installed. not perform c-client would, should functional @ least.


Comments

Popular posts from this blog

mod rewrite - Doing external redirect. .htaccess NS flag not working. How to achieve similar results? -

mysql - How to insert just year and month into date field? -