32 projects tagged "GPLv3"
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).
WiredTiger is an extensible platform for data management. Its storage engine is optimized for high-throughput, big data applications. It can be configured for write-optimized (row-store) or read-optimized (column-store) access, as well as a hybrid of both. It separates the on-disk and in-memory representations of data, leading to a simpler, more compact file format and a large block I/O tailored for modern storage systems.
DeltaQt is a cross-platform library of C++ classes and functions for parsing of DELTA (DEscription Language for TAxonomy) files, and is part of the Free DELTA initiative. Support for all major data-related DELTA directives is planned. Typesetting directives are beyond the scope of the project, and support for them is not planned. Support for RTF formatting within comments, notes, descriptions, etc. is planned. All data defined by supported DELTA directives (including comments and annotations) will be parsed into memory. Qt (core) is used extensively.