Interface Swift_Plugins_Pop_Pop3Connection
Implemented by | Swift_Plugins_PopBeforeSmtpPlugin |
---|
Pop3Connection interface for connecting and disconnecting to a POP3 host.
Public Methods
Method | Description | Defined 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 to the POP3 host and throw an Exception if it fails.
public abstract void connect ( ) | ||
throws | Swift_Plugins_Pop_Pop3Exception |
---|
Disconnect from the POP3 host and throw an Exception if it fails.
public abstract void disconnect ( ) | ||
throws | Swift_Plugins_Pop_Pop3Exception |
---|