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:
parent
81d6648e8c
commit
2df2d8a4fc
4 changed files with 50 additions and 15 deletions
|
|
@ -56,7 +56,7 @@ def get_settings():
|
|||
),
|
||||
'default_charset': getattr(
|
||||
settings,
|
||||
'DJANGO_MAILBOX_default_charset',
|
||||
'DJANGO_MAILBOX_DEFAULT_CHARSET',
|
||||
'iso8859-1',
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue