aboutsummaryrefslogtreecommitdiff
path: root/b4/mbox.py
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2022-08-19 15:46:57 -0400
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2022-08-19 15:46:57 -0400
commit1c51bebcfa329b2fb9cfae1107427399698817c5 (patch)
tree429124cb2cf81f75c297185d89466c0899f69a0e /b4/mbox.py
parent224a5d15dec8691a45d5ba1ead5dea522f9b9e60 (diff)
downloadb4-1c51bebcfa329b2fb9cfae1107427399698817c5.tar.gz
ez: implement large chunk of web endpoint submission
This implements most of the web endpoint submission functionality. Completely undocumented and needs a lot more testing before it's useful, but we're getting close. Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Diffstat (limited to 'b4/mbox.py')
-rw-r--r--b4/mbox.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/b4/mbox.py b/b4/mbox.py
index 1bc66c4..9a6ea9c 100644
--- a/b4/mbox.py
+++ b/b4/mbox.py
@@ -456,6 +456,7 @@ def thanks_record_am(lser, cherrypick=None):
allto = email.utils.getaddresses([str(x) for x in lmsg.msg.get_all('to', [])])
allcc = email.utils.getaddresses([str(x) for x in lmsg.msg.get_all('cc', [])])
+ # TODO: check for reply-to and x-original-from
out = {
'msgid': lmsg.msgid,
'subject': lmsg.full_subject,