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

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.