libquickmail Code
C library for sending e-mail (with attachments) from C/C++
Brought to you by:
brechtsanders
File | Date | Author | Commit |
---|---|---|---|
autom4te.cache | 2018-09-03 | brechtsanders | [r121] |
branches | 2012-08-02 | allura | [r1] Initial commit |
doc | 2016-03-14 | brechtsanders | [r102] |
m4 | 2016-01-03 | brechtsanders | [r99] |
man1 | 2013-04-16 | brechtsanders | [r64] |
tags | 2012-08-02 | allura | [r1] Initial commit |
trunk | 2012-08-02 | allura | [r1] Initial commit |
AUTHORS | 2012-08-02 | brechtsanders | [r8] |
COPYING | 2012-08-02 | brechtsanders | [r2] |
ChangeLog | 2018-09-03 | brechtsanders | [r121] |
INSTALL | 2015-05-02 | brechtsanders | [r85] |
INSTALL.msys | 2012-08-02 | brechtsanders | [r2] |
License.txt | 2013-03-16 | brechtsanders | [r61] |
Makefile.am | 2018-04-09 | brechtsanders | [r116] |
Makefile.in | 2018-04-09 | brechtsanders | [r116] |
NEWS | 2012-08-02 | brechtsanders | [r2] |
README | 2012-11-29 | brechtsanders | [r48] |
aclocal.m4 | 2018-04-09 | brechtsanders | [r116] |
autogen.sh | 2016-01-03 | brechtsanders | [r100] |
compile | 2015-05-02 | brechtsanders | [r85] |
config.guess | 2015-05-02 | brechtsanders | [r85] |
config.h.in | 2015-05-02 | brechtsanders | [r85] |
config.sub | 2015-05-02 | brechtsanders | [r85] |
configure | 2018-09-03 | brechtsanders | [r121] |
configure.ac | 2018-09-03 | brechtsanders | [r121] |
depcomp | 2015-05-02 | brechtsanders | [r85] |
doxygen_dev.cfg | 2013-11-05 | brechtsanders | [r76] |
install-sh | 2015-05-02 | brechtsanders | [r85] |
libquickmail.workspace | 2016-05-16 | brechtsanders | [r106] |
libquickmail_shared.cbp | 2018-04-09 | brechtsanders | [r116] |
libquickmail_static.cbp | 2013-04-17 | brechtsanders | [r66] |
ltmain.sh | 2015-10-01 | brechtsanders | [r90] |
make_release.sh | 2016-01-03 | brechtsanders | [r100] |
missing | 2015-05-02 | brechtsanders | [r85] |
quickmail.c | 2022-04-09 | brechtsanders | [r122] |
quickmail.h | 2018-04-09 | brechtsanders | [r116] |
quickmail_shared.cbp | 2015-10-01 | brechtsanders | [r91] |
quickmail_static.cbp | 2015-10-01 | brechtsanders | [r89] |
quickmail_static_nolib.cbp | 2015-10-01 | brechtsanders | [r88] |
quickmailprog.c | 2018-04-11 | brechtsanders | [r118] |
smtpsocket.c | 2022-04-09 | brechtsanders | [r122] |
smtpsocket.h | 2016-05-29 | brechtsanders | [r111] |
test.cbp | 2013-05-28 | brechtsanders | [r70] |
test_libquickmail_shared.cbp | 2013-11-01 | brechtsanders | [r75] |
test_libquickmail_static.cbp | 2022-04-09 | brechtsanders | [r122] |
test_nocurl.cbp | 2012-10-24 | brechtsanders | [r22] |
test_quickmail.c | 2016-05-28 | brechtsanders | [r109] |
Project name: libquickmail URL: http://sourceforge.net/projects/libquickmail/ Project discription: C library intended to give C/C++ developers a quick and easy way to send e-mail from their applications. For the actual SMTP communication this library depends on libcurl. There is also a light version available without libcurl dependancy. The library can also be used to just create a multipart MIME message body. Features: - multiple To/Cc/Bcc recipients - multiple attachments without size limitation - multiple bodies in alternative formats (e.g: text + HTML) - SMTP authentication - TLS encryption (via libcurl)