Ticket #1485693 (closed Patches: fixed)

Opened 14 months ago

Last modified 14 months ago

To address not detected when doing a reply

Reported by: JohnDoh Owned by:
Priority: 5 Milestone: 0.2.1
Component: PHP backend Version: svn-trunk
Severity: normal Keywords:
Cc:

Description

In some cases the address to which a reply should be sent is not filled into the To box. Example message uploaded, ID: 20090120_192457_1

I think the problem is that the from address in the header is not enclosed in < >. Attached a very simple patch to fix, there may be a better way.

Attachments

rcube_imap.r2246.patch (445 bytes) - added by JohnDoh 14 months ago.
rcube_imap_r2250_reply.patch (461 bytes) - added by epinter 14 months ago.
Another patch to correct the recipient address on reply.

Change History

Changed 14 months ago by JohnDoh

Changed 14 months ago by alec

  • component changed from Other to PHP backend
  • milestone changed from later to 0.2.1

Changed 14 months ago by epinter

Another patch to correct the recipient address on reply.

Changed 14 months ago by epinter

I changed the regex '/<\S+@\S+>$/' to '/<?\S+@\S+>?$/' (line 2933 of r2250)

Changed 14 months ago by alec

  • status changed from new to closed
  • resolution set to fixed

Fixed in r2251.

Note: See TracTickets for help on using tickets.