Package | Description |
---|---|
net.waglewagle.mail |
Modifier and Type | Method and Description |
---|---|
AbstractMailFetcher.Process |
DateRangeMailFetcher.isTarget(javax.mail.Message message) |
AbstractMailFetcher.Process |
AllMailFetcher.isTarget(javax.mail.Message message) |
abstract AbstractMailFetcher.Process |
AbstractMailFetcher.isTarget(javax.mail.Message message)
주어진 메일이 가져올 대상인지 여부를 돌려 준다.
|
static AbstractMailFetcher.Process |
AbstractMailFetcher.Process.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractMailFetcher.Process[] |
AbstractMailFetcher.Process.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|