alt.javax.mail
public interface Service
Method Summary | |
---|---|
void | addConnectionListener(ConnectionListener connectionListener) |
void | close() |
void | connect() |
void | connect(String host, String user, String password) |
void | connect(String host, int port, String user, String password) |
URLName | getURLName() |
boolean | isConnected() |
void | removeConnectionListener(ConnectionListener connectionListener) |
String | toString() |