Ticket #84 (closed Bugs: fixed)

Opened 4 years ago

Last modified 4 years ago

Some (text) email gives Unknown Error when reading body in POP, but is OK in IMAP

Reported by: xyloweb Owned by: octo
Priority: minor Milestone: 1.0.x
Component: LogicMail Version: 0.4
Keywords: Unknown Error, Read Cc:
Blocked By: Blocking:

Description

I have a web site that sends me email via PHP on a cron job. The emails are simple text-based emails. I can read them in IMAP, but if I try to read them using POP, I get Unknown Error. I will send a copy of the email and the debug log to the email address I saw in Ticket #80.

Change History

comment:1 Changed 4 years ago by octo

  • Status changed from new to assigned
  • Owner set to octo
  • Milestone set to 0.4.x

E-Mail received, will investigate. POP and IMAP parse a lot of header information in totally different ways, so this is definitely something that'll need fixing.

comment:2 Changed 4 years ago by octo

Error was due to not handing a missing Content-Transfer-Encoding message header. The automated messages were probably slightly malformed in that regard. However, this bug is now fixed in the 0.4 branch in subversion, and will be in the next minor release.

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.