Urgent! - FetchMessage() hangs on ImapClient. Never returns

Hi,

A few days ago we downloaded and are using Aspose.Network version 5.0.0.0

We (and our clients) have a mayor (!) problem now because the IMap messages cannot be fetched anymore. Please resolve problem today!!

ImapClient oClientImap = new ImapClient("host", "user", "password");
oClientImap.SelectFolder("INBOX");
ImapMessageInfoCollection oMessagesImap;
oMessagesImap = oClientImap.ListMessages();

foreach (ImapMessageInfo oMessageImap in oMessagesImap)
{

//FetchMessage() HANGS AND DOES NEVER RETURN !!
MailMessage oFetchMessageImap = oClientImap.FetchMessage(oMessageImap.UniqueId);

//rest of the code....

}

Please resolve problem today!!

Regards,

Jan Stolk.

Hi Jan,

We will look into it and will get back to you ASAP. Sorry for the inconvenience.

Hi,

Could you please check the attached hotfix? This should solve the issue.

Thank you! We will test it today.

Kind regards,

Jan Stolk.