mirror of
https://github.com/ProtonMail/go-proton-api.git
synced 2025-12-23 23:57:50 -05:00
fix: Ensure test account has default draft MIME type
This commit is contained in:
@@ -13,8 +13,9 @@ type mailSettings struct {
|
||||
|
||||
func newMailSettings(displayName string) *mailSettings {
|
||||
return &mailSettings{
|
||||
displayName: displayName,
|
||||
attachPubKey: false,
|
||||
displayName: displayName,
|
||||
draftMIMEType: rfc822.TextHTML,
|
||||
attachPubKey: false,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user