forked from Silverfish/proton-bridge
fix: draft mime type instead of composermode
This commit is contained in:
@ -97,11 +97,6 @@ type MailSettings struct {
|
||||
// AutoResponder string
|
||||
}
|
||||
|
||||
const (
|
||||
ComposerModePlain = 0
|
||||
ComposerModeNormal = 1
|
||||
)
|
||||
|
||||
// GetMailSettings gets contact details specified by contact ID.
|
||||
func (c *client) GetMailSettings() (settings MailSettings, err error) {
|
||||
req, err := c.NewRequest("GET", "/mail/v4/settings", nil)
|
||||
|
||||
Reference in New Issue
Block a user