Implement regexp-based thread ID parsing from recipient email

This commit is contained in:
2025-01-03 23:58:58 -05:00
parent 9f750bc2eb
commit 0f596ab5f5
6 changed files with 81 additions and 7 deletions

View File

@@ -35,4 +35,5 @@ export type Message = {
},
subject: string,
content: string,
thread?: string,
}