andyedinborough / aenetmail

C# POP/IMAP Mail Client
369 stars 153 forks source link

In-Reply-To and References headers. #58

Closed nakhli closed 4 years ago

nakhli commented 12 years ago

Hi,

Do you plan to add InReplyTo and References properties to ease access to In-Reply-To and References headers?

The In-Reply-To header was originally defined by RFC 822, the 1982 standard for mail messages. In 2001, its definition was tightened up by RFC 2822. The References header was defined by RFC 822 in 1982. source

htoma commented 12 years ago

References and In-Reply-To are free-text headers

I closed the duplicated issue 57 which was requesting the same thing.

jstedfast commented 10 years ago

If AE.Net.Mail has no interest in supporting this, then I suppose it doesn't hurt for me to note that not only does MailKit, through its use of MimeKit, provide easy-to-use MimeMessage properties for In-Reply-To and References (by parsing the headers into usable Message-Id lists), MailKit also provides an implementation of JWZ's threading algorithm for IMAP servers that do not implement THREAD=REFERENCES.