commit | 1bc8d639df2d4311fc639c0601b324d36fed088c | [log] [tgz] |
---|---|---|
author | Facundo Batista <facundobatista@gmail.com> | Tue Aug 21 16:57:18 2007 +0000 |
committer | Facundo Batista <facundobatista@gmail.com> | Tue Aug 21 16:57:18 2007 +0000 |
tree | f65b87e9a2c30184dfcd8921e537a073f9adf8a4 | |
parent | 32008321f513acc843296fb04ffa9e276157612b [diff] |
Added test for behavior of operations on an unconnected SMTP object, and tests for NOOP, RSET, and VRFY. Corrected typo in a comment for testNonnumericPort. Added a check for constructing SMTP objects when non-numeric ports are included in the host name. Derived a server from SMTPServer to test various ESMTP/SMTP capabilities. Check that a second HELO to DebuggingServer returns an error. [GSoC - Alan McIntyre]