issues@javamail.java.net

[Bug 5821] New: Allow Requesting different Delivery Status Notifications per recipient

From: <bugzilla-daemon_at_kenai.com>
Date: Sat, 09 Feb 2013 22:27:41 +0000

http://kenai.com/bugzilla/show_bug.cgi?id=5821

             Bug #: 5821
           Summary: Allow Requesting different Delivery Status
                    Notifications per recipient
    Classification: Unclassified
           Product: javamail
           Version: 1.4.5
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: smtp
        AssignedTo: shannon_at_kenai.com
        ReportedBy: Revivius_at_kenai.com
                CC: issues_at_javamail.kenai.com


Java Mail API doesn't provide a way to request "different DSN(Delivery Status
Notification)s per-recipient" as explained by RFC1891. There is
SMTPMessage.setNotifyOptions(int options) but it applies to all recipients in
the message.

Suggested workaround is sending multiple 'copies' of the message with a single
recipient and desired DSN for that recipient. This is inconvenient because:
- Number of recipients and/or message size may be considerably high
- Sending multiple messages will create different instances (with different
Message-IDs) that will be harder to track (mainly for administration purposes
on server and client)

Requested enhancement is to allow specifying DSN for each recipient.

Please see:
https://forums.oracle.com/forums/thread.jspa?threadID=2493438&tstart=0

-- 
Configure bugmail: http://kenai.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.