hydroxide-push/protonmail/attachments.go

17 lines
238 B
Go
Raw Normal View History

package protonmail
type Attachment struct {
2017-09-19 15:54:47 +03:00
ID string
Name string
Size int
MIMEType string
KeyPackets string
//Headers map[string]string
}
type AttachmentKey struct {
2017-09-19 15:54:47 +03:00
ID string
Key string
Algo string
}