Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-12 | smtp: fix processing of initial dot in data | Patrick Monnerat | |
RFC 5321 4.1.1.4 specifies the CRLF terminating the DATA command should be taken into account when chasing the <CRLF>.<CRLF> end marker. Thus a leading dot character in data is also subject to escaping. Tests 911 and test server are adapted to this situation. New tests 951 and 952 check proper handling of initial dot in data. Closes #2304 | |||
2015-01-28 | tests: Grouped SMTP SASL EXTERNAL tests with other SMTP tests | Steve Holme | |
2015-01-27 | test: add test cases for sasl external authentication (imap/pop3/smtp). | Patrick Monnerat | |