Ticket #82 (closed Bugs: fixed)
Character encoding for sent emails
| Reported by: | Arnoz | Owned by: | octo |
|---|---|---|---|
| Priority: | 7 | Milestone: | 1.0.x |
| Component: | LogicMail | Version: | 0.4 |
| Keywords: | character encoding | Cc: | |
| Blocked By: | Blocking: |
Description
When I send a message with accents like é, à, etc... it gets replaced by a "?".
Change History
Note: See
TracTickets for help on using
tickets.

While technically a new feature, this one should be worked as a bug. Basically, when sending a composed e-mail, LogicMail needs to scan for characters that are outside of the allowable range for unencoded 7bit US-ASCII, and then use the correct encoding for the message. This includes ones that can be handled with quoted-printable, as well as a full base64 encoded Unicode.