Package | Description |
---|---|
org.opennms.javamail |
Modifier and Type | Method and Description |
---|---|
void |
JavaMailer.LoggingTransportListener.assertAllMessagesDelivered()
We sleep up to ten times for 10ms, checking to see if anything has
been received because the notifications are done by a separate
thread.
|
void |
JavaMailer2.LoggingTransportListener.assertAllMessagesDelivered()
We sleep up to ten times for 10ms, checking to see if anything has
been received because the notifications are done by a separate
thread.
|
javax.mail.Message |
JavaMailer.buildMessage()
Build a complete message ready for sending.
|
javax.mail.internet.MimeBodyPart |
JavaMailer.createFileAttachment(File file)
Create a file attachment as a MimeBodyPart, checking to see if the file
exists before we create the attachment.
|
javax.mail.internet.MimeBodyPart |
JavaMailer2.createFileAttachment(File file)
Create a file attachment as a MimeBodyPart, checking to see if the file
exists before we create the attachment.
|
void |
JavaMailer.mailSend()
Sends a message based on properties set on this bean.
|
List<javax.mail.Message> |
JavaReadMailer.retrieveMessages()
retrieveMessages
|
List<javax.mail.Message> |
JavaReadMailer.retrieveMessages(javax.mail.search.SearchTerm term)
retrieveMessages
|
void |
JavaSendMailer.send()
Send.
|
void |
JavaSendMailer.send(javax.mail.internet.MimeMessage message)
Send.
|
void |
JavaMailer.sendMessage(javax.mail.Message message)
Send message.
|
Constructor and Description |
---|
JavaMailer()
Default constructor.
|
JavaMailer(Properties javamailProps)
Constructor for JavaMailer.
|
JavaMailer2()
Default constructor.
|
JavaMailer2(Properties javamailProps)
Constructor for JavaMailer2.
|
JavaReadMailer(ReadmailConfig config,
Boolean closeOnDelete)
Constructor for JavaReadMailer.
|
JavaSendMailer(SendmailConfig config)
Instantiates a new java send mailer.
|
JavaSendMailer(SendmailConfig config,
boolean useJmProps)
Instantiates a new java send mailer.
|
Copyright © 2021. All rights reserved.