From 1c51bebcfa329b2fb9cfae1107427399698817c5 Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Fri, 19 Aug 2022 15:46:57 -0400 Subject: 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 --- b4/mbox.py | 1 + 1 file changed, 1 insertion(+) (limited to 'b4/mbox.py') 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, -- cgit v1.2.3