fetch gmail email without imap extensions in php -
is there way google emails using php without imap extension?
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
Post a Comment