Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 63f4aa1a | 2019-04-20 10:58:28 | Add gcov target to Makefile | ||
| f388b080 | 2019-04-20 10:01:01 | Allow applications to override Content-Type header Applications must generate the appropriate MIME sections (if needed) when overriding the Content-Type header, and attachments added to the SMTP context will get ignored. - Applications can now set the Content-Type header - Add an HTML example program to the README - Extracted both example programs from the README and add to the build system - Corrected the size of the header list in smtp_header_exists function Fixes #3 | ||
| 94a86acb | 2019-03-24 17:49:55 | Add smtp_status_code_clear function Deprecated the smtp_status_code_set function. | ||
| 42d618ca | 2019-03-24 17:41:57 | Remove logo build rules from Makefile | ||
| 5e750f29 | 2019-03-24 16:47:46 | Enable -Weverything and eliminate warnings Only a few warnings have been disabled in the Makefile. Also changed the smtp_attachment_add_mem interface to use a size_t for the datasz parameter. | ||
| efb05d4c | 2018-10-07 09:26:43 | Add clang static analyzer to test suite. | ||
| 4993684b | 2018-10-07 09:12:54 | Move UBSan to clang compile target and run that as a separate test. | ||
| 2096f83f | 2018-10-06 20:02:58 | Add clang build to Makefile and fix clang compiler warnings. | ||
| c024ced5 | 2018-10-06 17:38:52 | Add UndefinedBehaviorSanitizer (UBSan) to the Makefile. | ||
| ee6d4b2c | 2018-08-21 04:29:41 | Set all source files to version 1.00. |