TYPO3  7.6
Public Member Functions | List of all members
Swift_Plugins_Pop_Pop3Connection Interface Reference
Inheritance diagram for Swift_Plugins_Pop_Pop3Connection:
Swift_Plugins_PopBeforeSmtpPlugin

Public Member Functions

 connect ()
 
 disconnect ()
 

Detailed Description

Pop3Connection interface for connecting and disconnecting to a POP3 host.

Author
Chris Corbyn

Definition at line 16 of file Pop3Connection.php.

Member Function Documentation

connect ( )

Connect to the POP3 host and throw an Exception if it fails.

Exceptions
Swift_Plugins_Pop_Pop3Exception

Implemented in Swift_Plugins_PopBeforeSmtpPlugin.

disconnect ( )

Disconnect from the POP3 host and throw an Exception if it fails.

Exceptions
Swift_Plugins_Pop_Pop3Exception

Implemented in Swift_Plugins_PopBeforeSmtpPlugin.