Implement first-draft of HTML message/reply parsing + HTML sanitization
This commit is contained in:
@@ -38,6 +38,7 @@ export type Message = {
|
||||
},
|
||||
subject: string,
|
||||
content: string,
|
||||
html?: string,
|
||||
mailbox: string,
|
||||
modseq: BigInt,
|
||||
thread?: string,
|
||||
@@ -54,6 +55,7 @@ export type ThreadComment = {
|
||||
date: Date,
|
||||
subject: string,
|
||||
text: string,
|
||||
rendered: string,
|
||||
}
|
||||
|
||||
export type ThreadData = {
|
||||
|
||||
Reference in New Issue
Block a user