Integrated the DKIM signer into serv_smtpclient, but disabled it
[citadel.git] / webcit / static / t / mailsummary_json.html
1 { "nummsgs": <?BSTR("__READLOOP:TOTALMSGS")>,
2 "newmsgs": <?BSTR("__READLOOP:NEWMSGS")>,
3 "startmsg": <?BSTR("__READLOOP:STARTMSG")>,
4 "roomname": "<?THISROOM:NAME("J")>",
5 "msgs": [ <?ITERATE("MAIL:SUMM:MSGS", ="mailsummary_json_section",
6 B("startmsg"), 0, B("stopmsg"))> ]
7 }