fix(Gmail Node): Do not break threads while creating drafts (#16272)

Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
This commit is contained in:
Dana
2025-06-16 10:03:10 +02:00
committed by GitHub
parent b1305fe5f1
commit 113d94cea2
6 changed files with 128 additions and 1 deletions

View File

@@ -250,7 +250,7 @@ export async function encodeEmail(email: IEmail) {
const mailBody = await mail.build();
return mailBody.toString('base64').replace(/\+/g, '-').replace(/\//g, '_');
return mailBody.toString('base64').replace(/\+/g, '-').replace(/\//g, '_').replace(/=+$/, '');
}
export async function googleApiRequestAllItems(