Frends.As3.ReceiveAndValidateMdn / 1.0.0
Summary
Collects the MDN a partner left at an FTP location for a message you sent earlier and checks it against the original content, since AS3 carries receipts as files rather than as an HTTP response.
Typical use — closing the loop on an AS3 send, which cannot confirm delivery on its own
Essential parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| RemoteMdnPath | String |
– | mdn/mdn-60f3099a-1a5c-470d-9d46-0d2778906a6e@localhost.txt |
Path to the MDN file on the FTP server to be retrieved and verified. |
| OriginalContentMic | String |
– | 7v7F+fQbH4lD8bKGJTbXzWWcUlI=, sha256 |
The locally computed MIC of the original sent message, used to verify file integrity. |
| MdnOptions | String |
– | signed-receipt-protocol=optional, pkcs7-signature; signed-receipt-micalg=optional, sha256 |
The MDN options string from the original sent message, describing the requested signature algorithm. |