X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fphpmailer%2Fclass.pop3.php;h=e97a0c9c90494a80dadb8c0e93664d1fbb80e92f;hp=901a174119c332aa409b6fd69f9b827e2747b4ef;hb=b666ad9a3cd2870ad4ad56c6f42de7630597cec8;hpb=8383fc52cd2340ea1756f9e1808fa3589e27c341 diff --git a/inc/phpmailer/class.pop3.php b/inc/phpmailer/class.pop3.php index 901a174119..e97a0c9c90 100644 --- a/inc/phpmailer/class.pop3.php +++ b/inc/phpmailer/class.pop3.php @@ -2,7 +2,7 @@ /*~ class.pop3.php .---------------------------------------------------------------------------. | Software: PHPMailer - PHP email class | -| Version: 2.0.0 rc2 | +| Version: 2.0.2 | | Contact: via sourceforge.net support pages (also www.codeworxtech.com) | | Info: http://phpmailer.sourceforge.net | | Support: http://sourceforge.net/projects/phpmailer/ | @@ -26,7 +26,6 @@ /** * POP Before SMTP Authentication Class - * Version 1.0 * * Author: Richard Davey (rich@corephp.co.uk) * License: LGPL, see PHPMailer License @@ -275,7 +274,7 @@ class POP3 * @param string $password * @return boolean */ - function Login ($username = "", $password = "") + function Login ($username = '', $password = '') { if ($this->connected == false) { @@ -382,7 +381,7 @@ class POP3 $this->error = array( 'error' => "Server reported an error: $string", 'errno' => 0, - 'errstr' => "" + 'errstr' => '' ); if ($this->do_debug >= 1)