ReceiveMail関数の追加。テストの追加、修正。

This commit is contained in:
taknb2nch
2014-02-15 16:58:57 +09:00
parent c4656c5965
commit 5495a0838d
3 changed files with 71 additions and 2 deletions

View File

@@ -300,3 +300,7 @@ func (f faker) RemoteAddr() net.Addr { return nil }
func (f faker) SetDeadline(time.Time) error { return nil }
func (f faker) SetReadDeadline(time.Time) error { return nil }
func (f faker) SetWriteDeadline(time.Time) error { return nil }
func TestReceiveMail(t *testing.T) {
t.Skipf("sorry this test has not implemented.")
}