|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cedarsoft.mail.MailManager
public class MailManager
Date: 05.05.2004
| Constructor Summary | |
|---|---|
MailManager(MailConfiguration mailConfiguration)
Constructor for MailManager. |
|
| Method Summary | |
|---|---|
javax.mail.internet.MimeMessage |
createMessage()
Erstellt eine Default-Nachricht mitentsprechendem Absender. |
javax.mail.Authenticator |
getAuthenticator()
getAuthenticator |
protected javax.mail.Session |
getSession()
Returns the session |
static void |
sendMail(javax.mail.Message message)
sendMail |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MailManager(@Nonnull
MailConfiguration mailConfiguration)
Constructor for MailManager.
mailConfiguration - a MailConfiguration object.| Method Detail |
|---|
@Nonnull protected final javax.mail.Session getSession()
@Nonnull public javax.mail.Authenticator getAuthenticator()
getAuthenticator
Authenticator object.@Nonnull public javax.mail.internet.MimeMessage createMessage()
public static void sendMail(@Nonnull
javax.mail.Message message)
sendMail
message - a Message object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||