I am developing an email client. I have being able to retrieve messages from server (Dovecot imap). I am not able to retrieve or to show the related reply messages. This concept is know as message thread. Can anyone help me about how to get this message thread in Java mail?
I tried using gimap (Google imap) lib but got confused.