Download List

Descripción del Proyecto

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

La licencia fue cambiado para el MIT. Tratamiento de los mensajes mal formados fue mejorada. Minor bugs fueron corregidos.
Tags: Stable
The license was changed to MIT. Handling of malformed messages was improved. Minor bugs were fixed.

2007-01-21 18:10
0.9.2

Correcciones de errores analizador Iterator, una solución DateTime, y el soporte para Solaris.
Tags: Minor bugfixes
Iterator parser bugfixes, a DateTime fix, and Solaris support.

2006-04-10 12:41
0.9.1

compatibilidad gcc 4.x fue corregido. Una aserción () en los mensajes mal formados citado impresora fue eliminado.
Tags: Minor bugfixes
gcc 4.x compatibility was fixed. An assert() on
malformed quoted-printable messages was removed.

2006-03-12 15:17
0.9.0

Correcciones de errores y optimizaciones menores se hicieron.
Tags: Minor bugfixes
Minor bugfixes and optimizations were done.

2005-03-09 16:45
0.8.9

Hilos de mensaje de seguridad se ha aplicado. CRLF se utiliza siempre. GCC 3.4.x es compatible. Un error con la entrada Base64 malformaciones fue corregido. Un error con el algoritmo de plegado fue corregido. Un error con los archivos adjuntos binarios codificados fue corregido.
Tags: Minor bugfixes
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.

Project Resources