Hello,
we wrote a Windows Service that imports email using an IMAP server and the .Net version of your library (already updated to the latest version).
We read the messages using an IMAP query that returns an ImapMessageInfoCollection.
We noticed that, when the email subject ends with a backslash, the header values read from the ImapMessageInfo objects of the collection are null or empty (“From” is a null object, “Subject” is empty and “Date” returns as 01-01-1900).
Can you help us?
Thanks in advance,
Lorenzo Pini