jonhoo / rust-imap

IMAP client library for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing "References:" field in envelope?

TornaxO7 opened this issue · comments

Hi! According to the RFC5322 there should be a References: field. But the imap::types::Fetch.envelope() function returns an envelope which doesn't include this field (and is not from the latest version?). Can I help here? I don't know where to call this issue, so if you think, that it should be rather called on the imap_proto crate, then I can do it there as well.

Hi! Yes, that should be done in imap_proto first, and then once it's there we can adopt it in imap :)

Ok, so currently, I can't do anything (yet?) because the RFC describes the envelope without the References: header field (but does it as well!?). I created an Errata for this and I think that we have to wait now for a response.