kc3-lang/smtp/src

Branch :


Log

Author Commit Date CI Message
df212185 2020-01-08 07:19:50 Move SIZE_MAX definition to header file
77494713 2020-01-08 07:12:47 Change fopen from "r" to "rb" Windows corrupts PDF files when not opening in binary mode (#5).
83738e82 2019-04-26 09:30:32 Remove note on SMTP_SECURITY_TLS deprecation See also: #4
2f4a7322 2019-04-20 23:40:27 Explicitly set enum values
a60e60b0 2019-04-20 11:03:09 Replace ternary operators with branch conditions
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.
c5504d4b 2019-03-24 17:32:44 Move comments to header for all exported functions
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.
6e2d81f5 2019-03-01 06:45:46 Add more bytes to SMTP_DATE_MAX_SZ define to silence recent compiler warnings. The previous size was enough to contain the maximum possible size. Remove the redefinition of that size in the test header.