|
Holger's Java API |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EmailCustomizer
This interface is used as a callback object to further individualize the body of an email while sending it to varius addresses.
POP3Account| Method Summary | |
|---|---|
boolean |
individualizeEmail(Email email,
javax.mail.internet.InternetAddress address)
this method is called by the EmailAccount.send() method to individualize
this particular email for given the address. |
| Method Detail |
|---|
boolean individualizeEmail(Email email,
javax.mail.internet.InternetAddress address)
throws DatabaseException
EmailAccount.send() method to individualize
this particular email for given the address.
DatabaseException - if something went wrong when trying to access relevant data for the customizationPOP3Account.sendEmails(Email, InternetAddress[], EmailCustomizer, com.antelmann.util.Monitor)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||