kc3-lang/smtp/test

Branch :


Log

Author Commit Date CI Message
cf1dd167 2018-08-21 03:08:52 Add missing header comment for CPP test file.
27c8a717 2018-08-12 07:51:54 Add Valgrind suppression file to block warnings coming from the allocation routines in OpenSSL. Fix issue reported by Valgrind where empty responses from the server were getting written to before writing to stderr.
74e0ffef 2018-08-12 00:17:48 Finish adding test cases for x509 which brings us to 100% branch/code coverage.
530cf11f 2018-08-11 22:29:33 Add new cafile parameter to smtp_open function which allows the caller to explicitly provide a certificate to use instead of adding the certificate to the default certificate path.
f6d4b5e0 2018-08-11 07:06:01 Fix buffer length issue when copying line buffer. Remove carriage-return character when printing debug text. Do not print headers with NULL values. Fix unsigned character comparison when validating header keys. Ensure caller provides a required FROM address. Fix other miscellaneous issues while updating test cases. Fixed a number of problems where test cases did not work as described.
f0a769ef 2018-06-23 21:02:33 Allow sending UTF-8 email headers. Also add support for UTF-8 email addresses in the MAIL and RCPT commands which requires that the email server supports the SMTPUTF8 extension.
3de6b0bc 2018-06-17 03:39:30 Add missing includes that generated warnings on some systems.
6f4550f4 2018-06-16 21:12:33 Complete unit tests for the smtp_str_getdelimfd interface.
c746e8f2 2018-06-16 18:40:21 Undefine all functions that get redefined in the test seams file.
cde618d4 2018-06-13 22:39:44 Add test program for SMTPMail class.
7477483c 2018-06-13 16:01:52 Add main testing framework for the SMTP library. This is not quite 100% branch coverage yet.
1490e2d2 2018-06-05 14:55:19 Add test seams on some of the functions used by the SMTP library. This will allow the main testing framework to inject return values at certain points in order to test different error conditions.
6e06fc8f 2018-06-04 03:01:50 Add test program to check the build without OpenSSL.
703da1e4 2018-06-04 02:32:37 Add PDF file used to test sending SMTP binary attachments.