Modify ↓
Opened 14 years ago
Closed 14 years ago
#9523 closed enhancement (fixed)
Email notification should use the BASE64 encode insted of SHORTEST
Reported by: | Owned by: | Remy Blank | |
---|---|---|---|
Priority: | normal | Milestone: | 0.12.1 |
Component: | general | Version: | |
Severity: | normal | Keywords: | documentation, notification |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
By default in the [notification] section, the mime_encoding is set to none. The documentation say that the default encondig is base64[0], but in the notification.py[1] the SHORTEST is used.
[0] http://trac.edgewall.org/wiki/TracNotification#ConfigurationOptions
[1] http://trac.edgewall.org/browser/trunk/trac/notification.py#L299
Attachments (0)
Change History (3)
comment:1 by , 14 years ago
Milestone: | → 0.12.1 |
---|
comment:2 by , 14 years ago
Owner: | set to |
---|
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Documentation updated in TracNotification@62.
Note:
See TracTickets
for help on using tickets.
Yep, documentation issue. The default was changed in [8218]. Would you mind editing TracNotification to reflect that? Also, contrary to what is written there for "none", non-ASCII content will be delivered, as 8-bit.