예제 #1
0
        public void SetUp()
        {
            _testServer = new TestServer(TestServerType.Pop, "SmtpServerTest\\Fetch", "PopClientTest.ini");

            //usrr2のメールボックスへの2通のメールをセット
            _testServer.SetMail("user2", "00635026511425888292");
            _testServer.SetMail("user2", "00635026511765086924");
        }
예제 #2
0
 public void SetUp()
 {
     _testServer = new TestServer(TestServerType.Smtp, "SmtpServerTest\\Agent", "SmtpClientTest_Auth.ini");
 }
예제 #3
0
        public void SetUp()
        {
            //MailBoxは、Pop3ServerTest.iniの中で「c:\tmp2\bjd5\SmtpServerTest\mailbox」に設定されている
            //また、上記のMaloBoxには、user1=0件 user2=2件 のメールが着信している
            _testServer = new TestServer(TestServerType.Pop, "SmtpServerTest\\Fetch","PopClientTest.ini");

            //usrr2のメールボックスへの2通のメールをセット
            _testServer.SetMail("user2", "00635026511425888292");
            _testServer.SetMail("user2", "00635026511765086924");
        }
예제 #4
0
        public void SetUp()
        {
            TestUtil.CopyLangTxt();//BJD.Lang.txt

            _testServer = new TestServer(TestServerType.Smtp, "SmtpServerTest","ServerTest.ini");
        }