mirror of
https://github.com/mjl-/mox.git
synced 2025-07-10 09:54:40 +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:
@ -457,7 +457,8 @@ var api;
|
||||
// Bcc message header.
|
||||
//
|
||||
// If a Sent mailbox is configured, messages are added to it after submitting
|
||||
// to the delivery queue.
|
||||
// to the delivery queue. If Bcc addresses were present, a header is prepended
|
||||
// to the message stored in the Sent mailbox.
|
||||
async MessageSubmit(m) {
|
||||
const fn = "MessageSubmit";
|
||||
const paramTypes = [["SubmitMessage"]];
|
||||
|
Reference in New Issue
Block a user