email hanndler should add character encoding
Open
- Dominant language
- Python
- Stars
- 450
- Forks
- 117
- PR merge metrics
- No merged PRs in 30d
Description
graphite-beacon/graphite_beacon/handlers/smtp.py
69: html = MIMEText(str(html_tmpl.generate(**ctx)), 'html')
should add a encoding parameter to show non-assci characters, such as 'utf-8'.
Contributor guide
No contributing guide indexed for this repository
Research direction
Open graphite_beacon/graphite_beacon/handlers/smtp.py and inspect the MIMEText call at line 69, including how the generated HTML is passed into it. Add the requested character encoding behavior and verify that generated email content preserves non-ASCII characters such as those represented by UTF-8.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100