hydroxide-push/protonmail/attachments.go

17 lines
238 B
Go

package protonmail
type Attachment struct {
ID string
Name string
Size int
MIMEType string
KeyPackets string
//Headers map[string]string
}
type AttachmentKey struct {
ID string
Key string
Algo string
}