Enough-Software / enough_mail

IMAP, POP3 and SMTP clients for Dart developers. Contains both low level as well as a high level API.
Mozilla Public License 2.0
104 stars 56 forks source link

Simplify Message Disposition Notifications #151

Closed robert-virkus closed 3 years ago

robert-virkus commented 3 years ago

Message disposition notifications (MDNs) are managed according to these RFCs:

enough_mail should ease handling of MDNs, e.g. requesting an MDN in MessageBuilder, creating an MDN response message in MessageBuilder. Note that MimeMessage has already the convience getter isMdnSent.

robert-virkus commented 3 years ago

Implemented with 90664fb5cf231e9c5d9489b846ff91a214268c51