Ticket #120 (closed Bugs: fixed)
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
Note: See
TracTickets for help on using
tickets.

Fixed in 1.0.4