1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-10 06:48:19 +02:00

[#130] Fix handling of single-byte filenames in attachment headers; among other unicode handling fixes.

This commit is contained in:
Adam Coddington 2017-03-05 21:31:22 -08:00
parent 81d6648e8c
commit 2df2d8a4fc
4 changed files with 50 additions and 15 deletions

View file

@ -56,7 +56,7 @@ def get_settings():
),
'default_charset': getattr(
settings,
'DJANGO_MAILBOX_default_charset',
'DJANGO_MAILBOX_DEFAULT_CHARSET',
'iso8859-1',
)
}