mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 11:04:38 +03:00
fix build, missing api build
This commit is contained in:
@ -337,7 +337,7 @@ export interface MessageEnvelope {
|
||||
// viewable text or HTML part.
|
||||
export interface Attachment {
|
||||
Path?: number[] | null // Indices into top-level message.Part.Parts.
|
||||
Filename: string // File name based on "name" attribute of "Content-Type", or the "filename" attribute of "Content-Disposition". todo: decode non-ascii character sets
|
||||
Filename: string // File name based on "name" attribute of "Content-Type", or the "filename" attribute of "Content-Disposition".
|
||||
Part: Part
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user