kc3-lang/smtp/README.md

Branch :


Log

Author Commit Date CI Message
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.
cb346c71 2018-11-03 06:29:54 Update example to include separate email parameters. Split header folding out into separate function, and added corresponding test cases. Applied the chunk function to base64 attachments. Remove undefined behavior resulting from negative shift.
1d3a8bc0 2018-08-12 07:53:32 Minor reformatting and documentation updates.
74e0ffef 2018-08-12 00:17:48 Finish adding test cases for x509 which brings us to 100% branch/code coverage.
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.