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

라이센스는 MIT로 변경되었습니다. 잘못된 메시지의 처리를 개선했다. 사소한 버그가 수정되었습니다.
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

iterator 파서 버그수정, DateTime 수정, 및 Solaris 지원합니다.
Tags: Minor bugfixes
Iterator parser bugfixes, a DateTime fix, and Solaris support.

2006-04-10 12:41
0.9.1

gcc가 4.x에서 호환성이 해결되었습니다. (한국 시간) 보도 잘못된 주장 - 인쇄 메시지를 제거했습니다.
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

마이너 버그수정과 최적화를 완료했다.
Tags: Minor bugfixes
Minor bugfixes and optimizations were done.

2005-03-09 16:45
0.8.9

은 thread - safe MessageId 구현되었습니다. CRLF를 항상 사용됩니다. GCC는 3.4.x를 지원합니다. 잘못된 Base64로 입력 버그가 수정되었습니다. 접는 알고리즘 버그가 수정되었습니다. 인코딩된 이진 첨부 파일이 버그가 해결되었습니다.
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