public void SetUp() { _testServer = new TestServer(TestServerType.Pop, "SmtpServerTest\\Fetch", "PopClientTest.ini"); //usrr2のメールボックスへの2通のメールをセット _testServer.SetMail("user2", "00635026511425888292"); _testServer.SetMail("user2", "00635026511765086924"); }
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"); }
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"); }