public abstract class POP3Client extends Object
Modifier and Type | Field and Description |
---|---|
static String |
copyright |
protected static String |
DELIVERY_STATUS_NOTIFICATION |
protected Set<String> |
emails |
protected String |
host |
static org.slf4j.Logger |
logger |
protected String |
password |
protected Properties |
pop3Props |
protected int |
port |
protected String |
protocol |
protected String |
username |
Constructor and Description |
---|
POP3Client(String host,
String protocol,
int port,
String username,
String password) |
Modifier and Type | Method and Description |
---|---|
protected Set<String> |
extractEmail(Part p) |
Set<String> |
getEmails() |
String |
getHost() |
String |
getPassword() |
Properties |
getPop3Props() |
int |
getPort() |
String |
getProtocol() |
String |
getUsername() |
protected static final String DELIVERY_STATUS_NOTIFICATION
public static final String copyright
protected final String host
protected final String protocol
protected final int port
protected final String username
protected final String password
protected final Properties pop3Props
public static final org.slf4j.Logger logger
public String getHost()
public String getProtocol()
public int getPort()
public String getUsername()
public String getPassword()
public Properties getPop3Props()