ImapMessageInfo.Headers Collection Is Always Empty

Given the code snippet below the imapMessageInfo.Headers.Count() is always 0 for me. This is with 21.7.0. Should the Headers collection be populated with ListMessages? And, if not, how do I get all the headers for the messages in a folder?

ImapClient imapClient = new ImapClient();

imapClient.SelectFolder(imapClient.MailboxInfo.Inbox.Name);

foreach (ImapMessageInfo imapMessageInfo in imapClient.ListMessages())
{
    Console.WriteLine(imapMessageInfo.Headers.Count());
}

@bpm-1,
Thank you for posting the query. I will answer you as soon as possible.

@bpm-1,
I reproduced the problem with the empty Headers collection on my side and I see the documentation and API reference do not clarify this. I logged the issue with ID EMAILNET-40347 in our tracking system. Our development team will investigate this case. I will inform you of any progress.

The issues you have found earlier (filed as EMAILNET-40347) have been fixed in this update.