Download List

项目描述

GMime is a C/C++ library for parsing and creating messages using the Multipurpose Internet Mail Extension (MIME).

系统要求

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-04-10 02:22
2.4.6

此版本增加了的Visual C + +项目/解决方案的文件,放宽对Windows系统的建设,并有若干修正,以提高Windows的支持。它修正了uudecoding一个错误。
This release adds Visual C++ Project/Solution files to ease building on Windows systems, and has several fixes to improve Windows support. It fixes a bug with uudecoding.

2008-09-27 01:46
2.4.0

本新闻稿中产生了重大的API修改,以便使所有的对象更强大,彼此以及其他的GObject一致的基础库。启用大文件的支持已没有打破ABI的不利影响,因为所有的公共流API现在使用64位整数。在C#绑定API也大大提高。
标签: Major feature enhancements
This release has had a major API overhaul to make all objects more powerful and consistent with each other as well as other GObject-based libraries. Enabling support for large files no longer has the adverse effect of breaking the ABI because all public stream APIs now use 64-bit integers. The C# binding APIs have also been greatly enhanced.

2008-09-08 23:33
2.3.9

g_mime_parser_get_headers_ [开始,结束]()被添加到邮件头获得由邦戈和DBMail等项目所需的偏移。一些不必要的领域被从GMimeMultipart和子类,以减少可能很容易地从一个表中查找变得串重复。 GTrie和高速缓存被改写有点使用Glib的GSlice分配,而不是自定义分配,应减少内存使用。GMimeObject::set_content_type()和分析器,用于调用它进行了修改,以便重复字符串处理是减少或取消位。
标签: Development, Minor feature enhancements
g_mime_parser_get_headers_[begin,end]() were added
to get the message header offsets as needed by
projects like Bongo and DBMail. Some unnecessary
fields were removed from GMimeMultipart and
subclasses to reduce duplication of strings that
could easily be gotten from a table lookup. GTrie
and Cache were reworked a bit to use GLib's GSlice
allocator instead of a custom allocator, which
should reduce memory usage.
GMimeObject::set_content_type() and the parser
bits that used to call it were modified so that
duplicate string processing was reduced or
eliminated.

2008-07-20 19:51
2.2.22

该uudecode的计划是固定的,妥善处理base64编码输入。提出了一些修正,以避免过去的缓冲区最终在一些角落里读案件。
标签: Minor bugfixes
The uudecode program was fixed to properly handle
base64-encoded input. Some fixes were made to
prevent reading past the end of buffers in some
corner-cases.

2008-06-02 00:23
2.3.1

此版本增加了对多头字段的迭代更加自然的支持,并添加了能够更容易地直接删除所需的标题。它还增加了支持的SHA - 224的SHA - 256的SHA - 384和SHA - 512的OpenPGP哈希。
标签: Development, Major feature enhancements
This release adds support for iterating over header fields more naturally, and adds the ability to more easily remove desired headers directly. It also adds support for SHA-224, SHA-256, SHA-384, and SHA-512 OpenPGP hashes.

Project Resources