6 projects tagged "GPLv3"
Quasi extracts code fragments from text documentation and appends them to new source code files. Unlike other literate programming tools, it does not perform any sort of macro expansion. The strength of Quasi is its simplicity - it forces the programmer to think in turns of properly designed methods.
libquickmail is a library intended to give C/C++ developers a quick and easy way to send email from their applications. It supports multiple To/Cc/Bcc recipients and multiple MIME attachments without size limitation. It uses libcurl for SMTP communication, but a light version is also included without the libcurl dependancy. The library can also be used to just create a multipart MIME message body. It also comes with a command line application for sending mail (with optional attachments).