feat: update dependencies (#536)

This commit is contained in:
Dream Hunter
2024-12-28 00:32:07 +08:00
committed by GitHub
parent 7bec0daba4
commit 43e5bdc764
10 changed files with 871 additions and 913 deletions

View File

@@ -32,6 +32,7 @@ export const commonParseMail = async (raw_mail: string | undefined | null): Prom
sender: parsedEmail.sender || "",
subject: parsedEmail.subject || "",
text: parsedEmail.text || "",
headers: parsedEmail.headers || [],
html: parsedEmail.body_html || "",
};
} catch (e) {