Ticket #1484646 (closed Bugs: fixed)

Opened 10 months ago

Last modified 10 months ago

The REFERENCES Header should be plural in IMAP request

Reported by: memoryhole Owned by:
Priority: 5 Milestone: 0.1-stable
Component: IMAP connection Version: svn-trunk
Severity: normal Keywords:
Cc:

Description

In imap.inc, in iil_C_FetchHeaders, Roundcube requests a header known as REFERENCE. There is no such header. Instead, as described in RFC 1036, the header is REFERENCES.

The result of this bug is that RoundCube never properly copies the contents of the References header into replies, thus violating a SHOULD clause in section 2.2.5 of RFC 1036 (and making threads much more fragile).

I'm attaching a small patch that should fix this.

Attachments

roundcube-references.patch (1.1 kB) - added by memoryhole 10 months ago.
Patch to use the References header correctly.

Change History

Changed 10 months ago by memoryhole

Patch to use the References header correctly.

Changed 10 months ago by thomasb

  • component changed from Client to IMAP connection
  • milestone set to 0.1-stable

Changed 10 months ago by thomasb

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

Fixed in trunk r911

Note: See TracTickets for help on using tickets.