We have a licensed version of the Lesnikowski tool for mail functionality. Now we have a problem - the subject is changed while receiving the e-mail. The subject is changed to "Please purchase Mail.dll license at http://www.lesnikowski.com/mail/".
This issue appears on receiving time only, It's works fine for sending. The license XML file is placed in Mail.dll folder.
Code for receiving emails:
imap.ConnectSSL("imap.gmail.com");
imap.Login(((SessionInfo)Session["UserInformation"]).CompanyProfileEmail, ((SessionInfo)Session["UserInformation"]).EmailPassword);
imap.SelectInbox();