This repository has been archived by the owner on Nov 14, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
crazy-max
committed
Jan 21, 2014
1 parent
318270b
commit d1e70b7
Showing
1 changed file
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,6 @@ | |
* If a bounce is malformed, it tries to extract some useful information to parse status. | ||
* A result array is available to process custom post-actions. | ||
* | ||
* Copyright (C) 2013 Cr@zy <[email protected]> | ||
* | ||
* CwsMailBounceHandler is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU Lesser General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
|
@@ -28,9 +26,9 @@ | |
* | ||
* @package CwsMailBounceHandler | ||
* @author Cr@zy | ||
* @copyright 2013, Cr@zy | ||
* @license LGPL licensed | ||
* @version 1.4 | ||
* @copyright 2013-2014, Cr@zy | ||
* @license GNU LESSER GENERAL PUBLIC LICENSE | ||
* @version 1.5 | ||
* @link https://github.com/crazy-max/CwsMailBounceHandler | ||
* | ||
*/ | ||
|
@@ -84,7 +82,7 @@ class CwsMailBounceHandler | |
* CwsMailBounceHandler version. | ||
* @var string | ||
*/ | ||
public $version = "1.4"; | ||
public $version = "1.5"; | ||
|
||
/** | ||
* Mail host server. | ||
|