Ticket #82 (closed Bugs: fixed)

Opened 4 years ago

Last modified 4 years ago

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

comment:1 Changed 4 years ago by octo

  • Owner set to octo
  • Status changed from new to assigned

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.

comment:2 Changed 4 years ago by octo

Fixed in subversion, will be in the next minor release. LogicMail will now pick 7bit, quoted-printable, or base64, with the appropriate charset, depending on the characters in the outgoing message.

comment:3 Changed 4 years ago by octo

  • Status changed from accepted to closed
  • Resolution set to fixed

Fixed in 1.0.1

Note: See TracTickets for help on using tickets.