|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EmailAccount | |
|---|---|
| com.antelmann.net.mail | The classes in this package are designed to ease the handling of emails. |
| com.antelmann.util.logging | This package contains classes that implement a custom logging for this framework - separate from java.util.logging. |
| Uses of EmailAccount in com.antelmann.net.mail |
|---|
| Methods in com.antelmann.net.mail that return EmailAccount | |
|---|---|
EmailAccount |
JEmailClient.getEmailAccount()
|
EmailAccount |
EmailAccountTableModel.getEmailAccount(int index)
|
EmailAccount[] |
EmailAccountTableModel.getEmailAccounts()
|
EmailAccount |
JNewsletterManager.getService()
|
static EmailAccount[] |
EmailAccount.retrieveAccountsFromFile(File file)
constructs EmailAccount objects from a file containing the necessary configuration data. |
| Methods in com.antelmann.net.mail with parameters of type EmailAccount | |
|---|---|
void |
EmailAccountTableModel.addEmailAccount(EmailAccount service)
|
boolean |
EmailAccount.loopTest(EmailAccount account)
calls loopTest(account, 30, 5*60). |
boolean |
EmailAccount.loopTest(EmailAccount account,
int waitBetweenTriesInSeconds,
int timeOutInSeconds)
this method tests this email account externally against the given account for its sending/receiving capabilities. |
void |
EmailAccountTableModel.removeEmailAccount(EmailAccount service)
|
static void |
EmailAccount.saveAccountsToFile(EmailAccount[] accounts,
File file)
|
| Constructors in com.antelmann.net.mail with parameters of type EmailAccount | |
|---|---|
JEmailClient(EmailAccount account)
|
|
| Uses of EmailAccount in com.antelmann.util.logging |
|---|
| Constructors in com.antelmann.util.logging with parameters of type EmailAccount | |
|---|---|
EmailWriter(EmailAccount service,
String toAddress)
|
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||