mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 11:04:38 +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:
@ -424,7 +424,7 @@ func TestAPI(t *testing.T) {
|
||||
tcompare(t, len(l), 0)
|
||||
tcompare(t, full, true)
|
||||
l, full = api.CompleteRecipient(ctx, "cc2")
|
||||
tcompare(t, l, []string{"mjl cc2 <mjl+cc2@mox.example>"})
|
||||
tcompare(t, l, []string{"mjl cc2 <mjl+cc2@mox.example>", "mjl bcc2 <mjl+bcc2@mox.example>"})
|
||||
tcompare(t, full, true)
|
||||
|
||||
// RecipientSecurity
|
||||
|
Reference in New Issue
Block a user