diff --git a/mail_environment/models/fetchmail_server.py b/mail_environment/models/fetchmail_server.py index c6fa0de..99d5ddf 100644 --- a/mail_environment/models/fetchmail_server.py +++ b/mail_environment/models/fetchmail_server.py @@ -24,6 +24,9 @@ class FetchmailServer(models.Model): "is_ssl": {}, "attach": {}, "original": {}, + "microsoft_outlook_refresh_token": {}, + "microsoft_outlook_access_token": {}, + "microsoft_outlook_access_token_expiration": {}, } mail_fields.update(base_fields) return mail_fields