|
41a31d7a
|
2019-04-27T18:05:52
|
|
Change default port in examples from 25 to 587
|
|
83738e82
|
2019-04-26T09:30:32
|
|
Remove note on SMTP_SECURITY_TLS deprecation
See also: #4
|
|
0e9896d6
|
2019-04-26T09:23:09
|
|
Reformat and split long lines in README
|
|
f388b080
|
2019-04-20T10: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-24T17:49:55
|
|
Add smtp_status_code_clear function
Deprecated the smtp_status_code_set function.
|
|
cb346c71
|
2018-11-03T06: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-12T07:53:32
|
|
Minor reformatting and documentation updates.
|
|
74e0ffef
|
2018-08-12T00:17:48
|
|
Finish adding test cases for x509 which brings us to 100% branch/code coverage.
|
|
3d83e529
|
2018-06-23T23: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.
|