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

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -