minor changes

This commit is contained in:
grimhilt
2023-04-14 18:37:01 +02:00
parent b48c834d36
commit 5b62fce48a
7 changed files with 12 additions and 6 deletions

View File

@@ -120,7 +120,7 @@ async function saveFromParsedData(parsed: ParsedMail, messageId: number) {
});
});
} else if (key == "attachments") {
// todo
// todo attachments
} else if (["date", "messageId", "headers", "headerLines"].includes(key)) {
// messageId and date are already saved
// other field are not important and can be retrieved in source