Project

General

Profile

« Previous | Next » 

Revision 1550

Added by Dietmar almost 13 years ago

update php mailer to version 5.2

View differences:

class.pop3.php
2 2
/*~ class.pop3.php
3 3
.---------------------------------------------------------------------------.
4 4
|  Software: PHPMailer - PHP email class                                    |
5
|   Version: 5.1                                                            |
6
|   Contact: via sourceforge.net support pages (also www.codeworxtech.com)  |
7
|      Info: http://phpmailer.sourceforge.net                               |
8
|   Support: http://sourceforge.net/projects/phpmailer/                     |
5
|   Version: 5.2                                                            |
6
|      Site: https://code.google.com/a/apache-extras.org/p/phpmailer/       |
9 7
| ------------------------------------------------------------------------- |
10
|     Admin: Andy Prevost (project admininistrator)                         |
8
|     Admin: Jim Jagielski (project admininistrator)                        |
11 9
|   Authors: Andy Prevost (codeworxtech) codeworxtech@users.sourceforge.net |
12 10
|          : Marcus Bointon (coolbru) coolbru@users.sourceforge.net         |
11
|          : Jim Jagielski (jimjag) jimjag@gmail.com                        |
13 12
|   Founder: Brent R. Matzelle (original founder)                           |
13
| Copyright (c) 2010-2011, 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
| ------------------------------------------------------------------------- |
......
19 19
| This program is distributed in the hope that it will be useful - WITHOUT  |
20 20
| ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or     |
21 21
| FITNESS FOR A PARTICULAR PURPOSE.                                         |
22
| ------------------------------------------------------------------------- |
23
| We offer a number of paid services (www.codeworxtech.com):                |
24
| - Web Hosting on highly optimized fast and secure servers                 |
25
| - Technology Consulting                                                   |
26
| - Oursourcing (highly qualified programmers and graphic designers)        |
27 22
'---------------------------------------------------------------------------'
28 23
*/
29 24

  
......
33 28
 * @package PHPMailer
34 29
 * @author Andy Prevost
35 30
 * @author Marcus Bointon
31
 * @author Jim Jagielski
32
 * @copyright 2010 - 2011 Jim Jagielski
36 33
 * @copyright 2004 - 2009 Andy Prevost
37 34
 * @license http://www.gnu.org/copyleft/lesser.html Distributed under the Lesser General Public License (LGPL)
38
 * @version $Id: class.pop3.php 444 2009-05-05 11:22:26Z coolbru $
35
 * @version $Id: class.pop3.php 450 2010-06-23 16:46:33Z coolbru $
39 36
 */
40 37

  
41 38
/**
42 39
 * POP Before SMTP Authentication Class
43
 * Version 5.0.0
40
 * Version 5.2.0
44 41
 *
45 42
 * Author: Richard Davey (rich@corephp.co.uk)
46 43
 * Modifications: Andy Prevost
......
114 111
   */
115 112
  public $password;
116 113

  
114
  /**
115
   * Sets the POP3 PHPMailer Version number
116
   * @var string
117
   */
118
  public $Version         = '5.2';
119

  
117 120
  /////////////////////////////////////////////////
118 121
  // PROPERTIES, PRIVATE AND PROTECTED
119 122
  /////////////////////////////////////////////////
......
404 407

  
405 408
  //  End of class
406 409
}
407
?>
410
?>

Also available in: Unified diff