Opened 6 years ago
Closed 6 years ago
#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: | git-master |
| 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 (1)
Change History (3)
Changed 6 years ago by memoryhole
comment:1 Changed 6 years ago by thomasb
- Component changed from Client to IMAP connection
- Milestone set to 0.1-stable
comment:2 Changed 6 years ago by thomasb
- Resolution set to fixed
- Status changed from new to closed
Fixed in trunk [e4867ea7]
Note: See
TracTickets for help on using
tickets.

Patch to use the References header correctly.