Download List

專案描述

mimetic is a MIME library written in C++ designed to be
easy to use and integrate but yet fast and efficient. It's
standard compliant using the Standard Template Library
for base C++ structures and supporting all relevant
messaging RFCs. A powerful template encoding/decoding
engine is also included to allow seamless extendibility
(i.e. encryption codecs) and intuitive codec chains
creation (using well-known Unix-style pipes syntax:
a|b|c). Real world examples, documentation, and
regression tests are included.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-05-13 23:21
0.9.6

The license was changed to MIT. Handling of malformed messages was improved. Minor bugs were fixed.
標籤: Stable

2007-01-21 18:10
0.9.2

Iterator parser bugfixes, a DateTime fix, and Solaris support.
標籤: Minor bugfixes

2006-04-10 12:41
0.9.1

gcc 4.x compatibility was fixed. An assert() on
malformed quoted-printable messages was removed.
標籤: Minor bugfixes

2006-03-12 15:17
0.9.0

Minor bugfixes and optimizations were done.
標籤: Minor bugfixes

2005-03-09 16:45
0.8.9

Thread-safe MessageId was implemented. CRLF is
always used. GCC 3.4.x is supported. A bug with
malformed Base64 input was fixed. A bug with the
folding algorithm was fixed. A bug with
binary-encoded attachments was fixed.
標籤: Minor bugfixes

Project Resources