1

Closed

Samples don't run ????

description

Hi,
I downloaded for test MailSystem.NET.December.2009.zip, and compile it with VS2008
 
I have several issues in AddAccountWizardForm:
  • multithreading exception ( CrossThreadMessagingException) not handled...
     
  • IMAP not tested, because of this bug:
     
        try
        {
            if (this._accInfo.MailAccountType == AccountType.POP3)
            {
                Pop3Controller pop3Controller = new Pop3Controller(this._accInfo);
                pop3Controller.Disconnect();
            }
            else if (this._accInfo.MailAccountType == AccountType.POP3)   <=== WRONG ???????????????????
            {
                Imap4Controller imap4Controller = new Imap4Controller(this._accInfo);
                imap4Controller.Disconnect();
            }
        }
     
  • Exceptions throwed by Pop3Controller,... not relyed to the user...
Closed Jun 12, 2012 at 4:28 PM by ENikS
Fixed and closed in commit: 67615

comments

hacker073 wrote Apr 3, 2012 at 8:07 AM

Please contact to me (quangthai87@gmail.com) to resolve

pmengal wrote Jun 13, 2012 at 8:47 AM

Thanks for your contributions ENikS