Пример #1
0
 public void DropInstance(MailUser acs)
 {
     this._AccSettings   = null;
     this.popController  = null;
     this.imapController = null;
     this.smtpController = null;
 }
Пример #2
0
 public Facade()
 {
     this._accSettings    = AccountSettings.Load(Constants.ACCOUNT_FILE_NAME_SETTINGS);
     this.popController   = new Pop3Controller();
     this._imapController = new ImapController();
     this.smtpController  = new SmtpController();
     this._changeImcoming = false;
 }
Пример #3
0
    public Facade()
	{
        this._accSettings = AccountSettings.Load(Constants.ACCOUNT_FILE_NAME_SETTINGS);
        this.popController = new Pop3Controller();
        this._imapController = new ImapController();
        this.smtpController = new SmtpController();
        this._changeImcoming = false;
    }