mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 11:44:38 +03:00
add todo's about mime header parameter decoding
not sure what the correct approach is, would need to analyze email archive for practices.
This commit is contained in:
@ -135,6 +135,7 @@ type Attachment struct {
|
||||
|
||||
// File name based on "name" attribute of "Content-Type", or the "filename"
|
||||
// attribute of "Content-Disposition".
|
||||
// todo: decode non-ascii character sets
|
||||
Filename string
|
||||
|
||||
Part message.Part
|
||||
|
Reference in New Issue
Block a user