X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fphpmailer%2Fclass.pop3.php;h=0a6d8d45aa2859033e874c595d64f17bbdf4b781;hb=3767eef30a9e514e95625e6da22418ab297b204d;hp=901a174119c332aa409b6fd69f9b827e2747b4ef;hpb=33cc131a3e5017842d2038f7e16df258b6845a08;p=mailer.git diff --git a/inc/phpmailer/class.pop3.php b/inc/phpmailer/class.pop3.php index 901a174119..0a6d8d45aa 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.4 | | 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)