pymap.threads¶
- class pymap.threads.ThreadKey(msg_id, subject)[source]¶
Represents a hashable key used to link messages as members of the same thread.
The thread key is composed of a single message ID from the
Message-Id,In-Reply-To, orReferencesheaders, along with a normalized version of theSubjectheader. If two messages share a single thread key, they should be assigned the samethread_id.- Parameters:
- classmethod get_all(header)[source]¶
Return all the thread keys from the message headers.
- Parameters:
header (MessageHeader) – The message header.
- Return type: