Actions
Improvements #9241
openSupport multiple Reply-To addresses inside Wt::Mail::Message
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
10/20/2021
Due date:
% Done:
0%
Estimated time:
Description
Currently, Wt::Mail::Message
only supports one Reply-To address, although the RFC5322 supports multiple Reply-To addresses. Also common web/offline email clients seems to support this (or at least correctly handle multiple Reply-To addresses in a received mail message).
Please find attached a sample implementation of this improvement.
Note that this implementation uses multiple Reply-To header fields (similar to the current implementation of multiple To/CC addresses), although the standard seems to allow only 1 Reply-To/To/CC header field with multiple comma separated addresses. Common web/offline email clients seems to correctly interpret those repeated header fields.
Files
Updated by Matthias Van Ceulebroeck 8 months ago
- Related to Bug #12538: Adhere to RFC5322 for To/Cc fields added
Actions