X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fphpmailer%2Fclass.pop3.php;h=3dd53b8ceddc74b87d20d99129d496a9d7f14406;hb=566cbcf381d60410b4c5b3a2fc4cd7bfdf49b8fc;hp=af1e63b406b4c5edecce217603703b73cb5c8b86;hpb=75ad748a68473ace540251427a74fb781b1145e9;p=mailer.git diff --git a/inc/phpmailer/class.pop3.php b/inc/phpmailer/class.pop3.php index af1e63b406..3dd53b8ced 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.3 | | 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 @@ -115,7 +114,7 @@ class POP3 */ function POP3 () { - $this->pop_conn = 0; + $this->pop_conn = '0'; $this->connected = false; $this->error = null; } @@ -129,7 +128,7 @@ class POP3 * @param string $username * @param string $password */ - function Authorise ($host, $port = false, $tval = false, $username, $password, $debug_level = 0) + function Authorise ($host, $port = false, $tval = false, $username, $password, $debug_level = '0') { $this->host = $host;