Interface Swift_Plugins_Pop_Pop3Connection

Implemented bySwift_Plugins_PopBeforeSmtpPlugin

Pop3Connection interface for connecting and disconnecting to a POP3 host.

Public Methods

Hide inherited methods

MethodDescriptionDefined By
connect() Connect to the POP3 host and throw an Exception if it fails. Swift_Plugins_Pop_Pop3Connection
disconnect() Disconnect from the POP3 host and throw an Exception if it fails. Swift_Plugins_Pop_Pop3Connection

Method Details

connect() public abstract method

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

public abstract void connect ( )
throws Swift_Plugins_Pop_Pop3Exception
disconnect() public abstract method

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

public abstract void disconnect ( )
throws Swift_Plugins_Pop_Pop3Exception