mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 17:04:39 +03:00
in webmail & webapisrv, store bcc header in sent messages
when sending a message with bcc's, prepend the bcc header to the message we store in the sent folder. still not in the message we send to the recipients.
This commit is contained in:
@ -64,7 +64,8 @@ type Message struct {
|
||||
To []NameAddress
|
||||
CC []NameAddress
|
||||
// For submissions, BCC addressees receive the message but are not added to the
|
||||
// message headers. For incoming messages, this is typically empty.
|
||||
// headers of the outgoing message. Only the message saved the to the Sent mailbox
|
||||
// gets the Bcc header prepended. For incoming messages, this is typically empty.
|
||||
BCC []NameAddress
|
||||
|
||||
// Optional Reply-To header, where the recipient is asked to send replies to.
|
||||
|
Reference in New Issue
Block a user