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