|
816d8aac
|
2025-11-01T23:06:48
|
|
Makefile: new config.subr rules for install and uninstall
|
|
34052cbf
|
2025-11-01T20:35:38
|
|
fix make install
|
|
79020e3f
|
2025-11-01T20:22:39
|
|
fix make clean
|
|
7df3ee3b
|
2025-11-01T20:11:37
|
|
make install without libtool
|
|
f7de3d37
|
2025-11-01T13:55:59
|
|
update config.subr
|
|
5cfb4475
|
2025-11-01T03:12:41
|
|
remove .libs from paths
|
|
bb67e054
|
2025-11-01T01:42:39
|
|
remove
|
|
dfdb8ca6
|
2025-10-30T22:29:16
|
|
build without libtool
|
|
e856e6f6
|
2025-10-30T18:34:08
|
|
fix build without libtool
|
|
71e2ac20
|
2025-10-24T14:52:11
|
|
remove config.h
|
|
de6f9199
|
2025-10-16T18:19:16
|
|
fix make install
|
|
9483c3c8
|
2025-08-27T22:59:42
|
|
fix make install DESTDIR
|
|
366ad848
|
2025-04-26T13:05:58
|
|
make uninstall
|
|
abeb2f4b
|
2025-03-02T16:13:22
|
|
Change copyright wording and extend to 2025
|
|
9279f9e2
|
2024-11-30T00:17:24
|
|
build system
|
|
73ddfcf8
|
2024-11-30T00:06:21
|
|
clean
|
|
d874c92f
|
2020-04-28T13:22:13
|
|
Do not include gcc warnings in older versions
See #7
|
|
63f4aa1a
|
2019-04-20T10:58:28
|
|
Add gcov target to Makefile
|
|
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.
|
|
42d618ca
|
2019-03-24T17:41:57
|
|
Remove logo build rules from Makefile
|
|
5e750f29
|
2019-03-24T16: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-07T09:26:43
|
|
Add clang static analyzer to test suite.
|
|
4993684b
|
2018-10-07T09:12:54
|
|
Move UBSan to clang compile target and run that as a separate test.
|
|
2096f83f
|
2018-10-06T20:02:58
|
|
Add clang build to Makefile and fix clang compiler warnings.
|
|
c024ced5
|
2018-10-06T17:38:52
|
|
Add UndefinedBehaviorSanitizer (UBSan) to the Makefile.
|
|
ee6d4b2c
|
2018-08-21T04:29:41
|
|
Set all source files to version 1.00.
|
|
71a88fcb
|
2018-08-21T04:18:31
|
|
Run test_cpp_wrapper program during make test.
|
|
35c9b8e8
|
2018-08-21T03:05:38
|
|
Allow mailx utility to optionally compile without OpenSSL support.
|
|
27c8a717
|
2018-08-12T07:51:54
|
|
Add Valgrind suppression file to block warnings coming from the allocation routines in OpenSSL. Fix issue reported by Valgrind where empty responses from the server were getting written to before writing to stderr.
|
|
cc095863
|
2018-08-11T07:07:13
|
|
Add doc build directory to Makefile.
|
|
3224cc8c
|
2018-06-13T23:01:50
|
|
Add a Makefile used for development and testing.
|