fix: draft mime type instead of composermode

This commit is contained in:
James Houlahan
2020-08-24 12:59:40 +02:00
parent 1f17628399
commit d872d77cf5
3 changed files with 19 additions and 29 deletions

View File

@ -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)