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.

2004-09-06 15:12
0.8.8

Codec const-ness of mimetic::Body was fixed. An
itparser memory leak fixed.
標籤: Major bugfixes

2004-08-30 22:39
0.8.7

Mac OS X support and Win32 support. config_win32.h autogen on 'make dist'. Fixes in IteratorParser<>::append(), Mailbox::str(), and the tokenizer.

2004-04-29 11:28
0.8.6

Body::set(...) was added, cutee (a unit testing package) was
updated, doc/header.html and doc/footer.html were added to
the distribution, and unit testing temporary files are now
deleted properly during a "make clean".
標籤: Minor feature enhancements

2004-01-20 17:37
0.8.5

A parser bug in which a newline after the body of
multipart messages was not handled correctly was
fixed. cutee, the unit testing engine, was
resynced.
標籤: Minor bugfixes

2003-12-17 13:34
0.8.4

This release includes a work-in-progress multi-function
email tool in the examples directory. It includes a fix to
avoid an error when parsing fields without any value.
Work has been done to ease porting the software, and
the unit testing engine has been upgraded.

Project Resources