Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-28 | tests: Corrected the SMTP tests to be RFC2821 compliant | Steve Holme | |
The emails that are sent to the server during these tests were incorrectly formatted as they contained one or more LF terminated lines rather than being CRLF terminated as per Section 2.3.7 of RFC-2821. This wasn't a problem for the test suite as the <stdin> data matched the <upload> data but anyone using these tests as reference would be sending incorrect data to a server. | |||
2013-04-27 | tests: Corrected command line arguments in test907 and test908 | Steve Holme | |
2013-04-27 | tests: Added SMTP AUTH with initial response tests | Steve Holme | |