/home/desid573/public_html/gcdriver/PHPMailer
NameSizeModeActions
docs/-0755rm
examples/-0755rm
extras/-0755rm
language/-0755rm
test/-0755rm
.gitignore850644editdlrm
.scrutinizer.yml36270644editdlrm
.travis.yml8760644editdlrm
changelog.md280000644editdlrm
class.phpmailer.php1409010644editdlrm
class.phpmaileroauth.php71820644editdlrm
class.phpmaileroauthgoogle.php24640644editdlrm
class.pop3.php110060644editdlrm
class.smtp.php403430644editdlrm
composer.json11630644editdlrm
composer.lock1293130644editdlrm
get_oauth_token.php50360644editdlrm
LICENSE264210644editdlrm
PHPMailerAutoload.php16890644editdlrm
README.md124780644editdlrm
travis.phpunit.xml.dist10740644editdlrm
VERSION60644editdlrm
Edit: /home/desid573/public_html/gcdriver/PHPMailer/composer.json (1163B)
{ "name": "phpmailer/phpmailer", "type": "library", "description": "PHPMailer is a full-featured email creation and transfer class for PHP", "authors": [ { "name": "Marcus Bointon", "email": "phpmailer@synchromedia.co.uk" }, { "name": "Jim Jagielski", "email": "jimjag@gmail.com" }, { "name": "Andy Prevost", "email": "codeworxtech@users.sourceforge.net" }, { "name": "Brent R. Matzelle" } ], "require": { "php": ">=5.0.0" }, "require-dev": { "phpdocumentor/phpdocumentor": "*", "phpunit/phpunit": "4.7.*" }, "suggest": { "league/oauth2-google": "Needed for Google XOAUTH2 authentication" }, "autoload": { "classmap": [ "class.phpmailer.php", "class.phpmaileroauth.php", "class.phpmaileroauthgoogle.php", "class.smtp.php", "class.pop3.php", "extras/EasyPeasyICS.php", "extras/ntlm_sasl_client.php" ] }, "license": "LGPL-2.1" }