Revision 1853
Added by Luisehahne almost 13 years ago
| class.pop3.php | ||
|---|---|---|
| 2 | 2 |
/*~ class.pop3.php |
| 3 | 3 |
.---------------------------------------------------------------------------. |
| 4 | 4 |
| Software: PHPMailer - PHP email class | |
| 5 |
| Version: 5.2 |
|
|
| 5 |
| Version: 5.2.1 |
|
|
| 6 | 6 |
| Site: https://code.google.com/a/apache-extras.org/p/phpmailer/ | |
| 7 | 7 |
| ------------------------------------------------------------------------- | |
| 8 | 8 |
| Admin: Jim Jagielski (project admininistrator) | |
| ... | ... | |
| 10 | 10 |
| : Marcus Bointon (coolbru) coolbru@users.sourceforge.net | |
| 11 | 11 |
| : Jim Jagielski (jimjag) jimjag@gmail.com | |
| 12 | 12 |
| Founder: Brent R. Matzelle (original founder) | |
| 13 |
| Copyright (c) 2010-2011, Jim Jagielski. All Rights Reserved. |
|
|
| 13 |
| Copyright (c) 2010-2012, Jim Jagielski. All Rights Reserved. |
|
|
| 14 | 14 |
| Copyright (c) 2004-2009, Andy Prevost. All Rights Reserved. | |
| 15 | 15 |
| Copyright (c) 2001-2003, Brent R. Matzelle | |
| 16 | 16 |
| ------------------------------------------------------------------------- | |
| ... | ... | |
| 29 | 29 |
* @author Andy Prevost |
| 30 | 30 |
* @author Marcus Bointon |
| 31 | 31 |
* @author Jim Jagielski |
| 32 |
* @copyright 2010 - 2011 Jim Jagielski
|
|
| 32 |
* @copyright 2010 - 2012 Jim Jagielski
|
|
| 33 | 33 |
* @copyright 2004 - 2009 Andy Prevost |
| 34 | 34 |
* @license http://www.gnu.org/copyleft/lesser.html Distributed under the Lesser General Public License (LGPL) |
| 35 | 35 |
* @version $Id: class.pop3.php 450 2010-06-23 16:46:33Z coolbru $ |
| ... | ... | |
| 37 | 37 |
|
| 38 | 38 |
/** |
| 39 | 39 |
* POP Before SMTP Authentication Class |
| 40 |
* Version 5.2.0
|
|
| 40 |
* Version 5.2.1
|
|
| 41 | 41 |
* |
| 42 | 42 |
* Author: Richard Davey (rich@corephp.co.uk) |
| 43 | 43 |
* Modifications: Andy Prevost |
| ... | ... | |
| 115 | 115 |
* Sets the POP3 PHPMailer Version number |
| 116 | 116 |
* @var string |
| 117 | 117 |
*/ |
| 118 |
public $Version = '5.2'; |
|
| 118 |
public $Version = '5.2.1';
|
|
| 119 | 119 |
|
| 120 | 120 |
///////////////////////////////////////////////// |
| 121 | 121 |
// PROPERTIES, PRIVATE AND PROTECTED |
Also available in: Unified diff
! update phpmailer to version 5.2.1
! update jquery to 1.8.3 and jQuery UI to 1.9.2