| Package | Description |
|---|---|
| org.nhindirect.stagent.mail.notifications |
Message Disposition Notifications implementation: RFC 3798
|
| Modifier and Type | Method and Description |
|---|---|
MdnGateway |
Notification.getGateway()
Gets the gateway that triggered this notification (optional).
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.mailet.base.mail.MimeMultipartReport |
MDNFactory.create(String humanText,
String reporting_UA_name,
String reporting_UA_product,
String original_recipient,
String final_recipient,
String original_message_id,
String error,
MdnGateway gateway,
Disposition disposition)
Answers a MimeMultipartReport containing a
Message Delivery Notification as specified by RFC 2298.
|
static org.apache.mailet.base.mail.MimeMultipartReport |
MDNFactory.create(String humanText,
String reporting_UA_name,
String reporting_UA_product,
String original_recipient,
String final_recipient,
String original_message_id,
String error,
MdnGateway gateway,
Disposition disposition,
String warning,
String failure,
Collection<String> extensions)
Answers a MimeMultipartReport containing a
Message Delivery Notification as specified by RFC 2298.
|
void |
Notification.setGateway(MdnGateway gateway)
Sets the gateway that triggered this notification (optional).
|
Copyright © 2010-2016 NHIN Direct. All Rights Reserved.