Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| cc095863 | 2018-08-11 07:07:13 | Add doc build directory to Makefile. | ||
| 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. | ||
| 3d83e529 | 2018-06-23 23:05:36 | Add README.md file which contains similar content from the www/index.wiki page. Also fixed some grammar errors in the existing HTML documentation. | ||
| 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. | ||
| 51b3e569 | 2018-06-16 17:56:41 | Fixed unsigned warnings generated by clang. | ||
| 347426b4 | 2018-06-16 17:04:43 | Add missing netinet/in.h header which generated error for missing IPPROTO_TCP define on FreeBSD. | ||
| bb786d59 | 2018-06-15 05:55:03 | Place the https protocol in the documentation link. |