mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 17:44:35 +03:00
add "RcptTo" to webapi MessageGet result
otherwise, if the recipient was a bcc, there's no good way to see why the message was received. incoming webhooks already have this rcptto field, but that's not always the moment you want to process it. for mattanja on matrix, thanks for reporting!
This commit is contained in:
@ -249,9 +249,10 @@ Get a message in parsed form:
|
||||
"\$notjunk",
|
||||
"\\seen"
|
||||
],
|
||||
"MailFrom": "",
|
||||
"MailFrom": "mox@localhost",
|
||||
"RcptTo": "mox@localhost",
|
||||
"MailFromValidated": false,
|
||||
"MsgFrom": "",
|
||||
"MsgFrom": "mox@localhost",
|
||||
"MsgFromValidated": false,
|
||||
"DKIMVerifiedDomains": [],
|
||||
"RemoteIP": "",
|
||||
|
Reference in New Issue
Block a user