diff --git a/django_mailbox/models.py b/django_mailbox/models.py index 91618fc..8c65521 100755 --- a/django_mailbox/models.py +++ b/django_mailbox/models.py @@ -195,7 +195,7 @@ class Mailbox(models.Model): temp_file.flush() attachment = MessageAttachment() attachment.document.save(filename, File(temp_file)) - attachment.mesage = msg + attachment.message = msg attachment.save() return msg