Ticket #120 (closed Bugs: fixed)

Opened 3 years ago

Last modified 3 years ago

Unable to read messages containing text/plain sections without a charset

Reported by: octo Owned by: octo
Priority: minor Milestone: 1.0.x
Component: LogicMail Version: 1.0.3
Keywords: 1.0.4 Cc: amit.jain@…
Blocked By: Blocking:

Description

LogicMail is unable to read messages that contain a text/plain section that does not specify a charset. This has been observed on IMAP, and is an uncommon occurrence.

This bug is a side-effect of the fix for #99, which removed the code that validated the charset prior to creating the string for the TextPart.

This issue can be resolved by substituting a default charset when trying to create a TextPart with a null charset.

Change History

comment:1 Changed 3 years ago by octo

  • Status changed from new to closed
  • Keywords 1.0.4 added
  • Resolution set to fixed

Fixed in 1.0.4

Note: See TracTickets for help on using tickets.