manual commit 2026-04-10T20:51:10Z
This commit is contained in:
@@ -305,7 +305,7 @@ async function sendGmailReply(
|
||||
</table>
|
||||
</div>`;
|
||||
|
||||
const boundary = `\000000000000${Date.now().toString(16)}`;
|
||||
const boundary = '000000000000' + Date.now().toString(16);
|
||||
|
||||
const plainBody = [];
|
||||
plainBody.push(replyText);
|
||||
|
||||
Reference in New Issue
Block a user