coddingtonbear / django-mailbox

Import mail from POP3, IMAP, local email mailboxes or directly from Postfix or Exim4 into your Django application automatically.
MIT License
356 stars 164 forks source link

fixed the "attachements" string #288

Closed xeroticikot closed 5 months ago

xeroticikot commented 5 months ago

"attachements" was throwing the error on model admin. fixed the issue with removing the extra "e" from the string.