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

Fix malformed setting DJANGO_MAILBOX_DEFAULT_CHARSET #267

Closed Robersillo closed 9 months ago

Robersillo commented 1 year ago

Fixing DJANGO_MAILBOX_default_charset error, it does not detect the settings in django correctly because one part is in lower case. Changed to DJANGO_MAILBOX_DEFAULT_CHARSET.