Closed lwcorp closed 2 years ago
Thanks for adding #1! Currently README.md just contains a list of functions.
Could you add explanations how to install this package and use its main functions, at least how to send and receive mail using OAUTH?
Also note https://github.com/javanile/php-imap2#sandbox doesn't work - well, it does, but just runs a single echo and nothing else.
echo
Thanks! But some of it wasn't fixed - the README contains the connection command but nothing else. Can one also just use require_once('bootstrap.php');?
require_once('bootstrap.php');
Thanks for adding #1! Currently README.md just contains a list of functions.
Could you add explanations how to install this package and use its main functions, at least how to send and receive mail using OAUTH?
Also note https://github.com/javanile/php-imap2#sandbox doesn't work - well, it does, but just runs a single
echo
and nothing else.