mirror of https://github.com/M66B/FairEmail.git
Added comment
This commit is contained in:
parent
94f04dcaf5
commit
5d5481c4a4
|
@ -444,6 +444,7 @@ public class MessageHelper {
|
|||
// identically to the "To:", "Cc:", and "Bcc:" fields respectively,
|
||||
// except that they indicate the recipients of the resent message, not
|
||||
// the recipients of the original message.
|
||||
// https://www.rfc-editor.org/rfc/rfc5322#appendix-A.3
|
||||
if (message.to != null && message.to.length > 0)
|
||||
imessage.addHeader("Resent-To", InternetAddress.toString(message.to));
|
||||
|
||||
|
|
Loading…
Reference in New Issue