mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #1747] UnicodeEncodeError at /webmail/ #1378
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1378
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ByteBrawler0 on GitHub (Jun 14, 2019).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1747
@VPuks commented on GitHub (Aug 27, 2019):
Hi,
Is any progress?
I got the same issue:
Modoboa version: 1.14.0
Modoboa webmail version: 1.5.0
Also when You try open message with attachment who contains utf-8 symbols Youe get "Internal error" on screen.
Admin get mail with following error message:
UnicodeEncodeError at /webmail/
'ascii' codec can't encode character u'\u0113' in position 17: ordinal not in range(128)
Request Method: | GET
Request URL: ---- hidden ----
Django Version: 1.11.23
Exception Type: UnicodeEncodeError
Exception Value: 'ascii' codec can't encode character u'\u0113' in position 17: ordinal not in range(128)
Exception Location: /usr/lib64/python2.7/urllib.py in urlencode, line 1326
Python Executable: /usr/sbin/uwsgi
Python Version: 2.7.5
Python Path: ['.', '', '/srv/modoboa/env/lib64/python27.zip', '/srv/modoboa/env/lib64/python2.7', '/srv/modoboa/env/lib64/python2.7/plat-linux2', '/srv/modoboa/env/lib64/python2.7/lib-tk', '/srv/modoboa/env/lib64/python2.7/lib-old', '/srv/modoboa/env/lib64/python2.7/lib-dynload', '/usr/lib64/python2.7', '/usr/lib/python2.7', '/srv/modoboa/env/lib/python2.7/site-packages']
Server time:
Regards.
@tonioo commented on GitHub (Mar 9, 2020):
https://github.com/modoboa/modoboa-webmail/issues/189