-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
3e08226
commit dbfebb4
Showing
74 changed files
with
83 additions
and
78 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
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
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
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 |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
abstract class AbstractGoogle extends AbstractHttpClient | ||
{ | ||
|
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 |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
abstract class AbstractHttp implements HttpInterface | ||
{ | ||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
abstract class AbstractHttpClient extends AbstractHttp implements HttpClientInterface | ||
{ | ||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
abstract class AbstractOffice365 extends AbstractHttpClient | ||
{ | ||
|
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 |
---|---|---|
|
@@ -21,6 +21,6 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
class Exception extends \Exception {} |
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
interface HttpClientInterface | ||
{ | ||
|
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 |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
interface HttpInterface | ||
{ | ||
|
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
abstract class AbstractMailClient implements MailClientInterface | ||
{ | ||
|
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 |
---|---|---|
|
@@ -21,6 +21,6 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
class Exception extends \Exception {} |
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
class Google extends AbstractGoogle implements HttpClientInterface | ||
{ | ||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
interface HttpClientInterface | ||
{ | ||
|
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
class Imap extends AbstractMailClient | ||
{ | ||
|
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
interface MailClientInterface | ||
{ | ||
|
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 |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
class Office365 extends AbstractOffice365 implements HttpClientInterface | ||
{ | ||
|
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
class Pop extends Imap | ||
{ | ||
|
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 |
---|---|---|
|
@@ -21,6 +21,6 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
class Exception extends \Exception {} |
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
class Mailer | ||
{ | ||
|
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 |
---|---|---|
|
@@ -31,7 +31,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
class Message extends AbstractMessage | ||
{ | ||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
abstract class AbstractMessage implements MessageInterface | ||
{ | ||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
abstract class AbstractPart extends AbstractMessage implements PartInterface | ||
{ | ||
|
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
class Attachment extends AbstractPart | ||
{ | ||
|
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 |
---|---|---|
|
@@ -21,6 +21,6 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
class Exception extends \Exception {} |
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
class Html extends AbstractPart | ||
{ | ||
|
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
interface MessageInterface | ||
{ | ||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
class Part extends Utils\ArrayObject | ||
{ | ||
|
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
interface PartInterface | ||
{ | ||
|
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
class Simple extends AbstractPart | ||
{ | ||
|
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
class Text extends AbstractPart | ||
{ | ||
|
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
class Queue | ||
{ | ||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
abstract class AbstractTransport implements TransportInterface | ||
{ | ||
|
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 |
---|---|---|
|
@@ -21,6 +21,6 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
class Exception extends \Exception {} |
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
class Google extends AbstractGoogle implements TransportInterface | ||
{ | ||
|
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
class Mailgun extends AbstractHttp implements TransportInterface | ||
{ | ||
|
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
class Office365 extends AbstractOffice365 implements TransportInterface | ||
{ | ||
|
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
class Sendgrid extends AbstractHttp implements TransportInterface | ||
{ | ||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
class Sendmail extends AbstractTransport | ||
{ | ||
|
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
class Ses extends AbstractHttp implements TransportInterface | ||
{ | ||
|
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 |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 4.0.0 | ||
* @version 4.0.3 | ||
*/ | ||
class Smtp extends Smtp\EsmtpTransport implements TransportInterface | ||
{ | ||
|
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
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
Oops, something went wrong.