pub fn build_thread_graph_all(
envelopes: &HashMap<String, Envelope>,
) -> DiGraphMap<ThreadedEnvelope<'_>, u8>Expand description
Build a thread graph from envelopes using In-Reply-To / Message-ID relationships. This is a client-side threading algorithm that works regardless of whether the server supports IMAP THREAD.