kmime
Library for handling MIME data
This library provides an API for handling MIME data. MIME (Multipurpose Internet Mail Extensions) is an Internet Standard that extends the format of e-mail to support text in character sets other than US-ASCII, non-text attachments, multi-part message bodies, and header information in non-ASCII character sets.
- Versions: 24.05.2
- Website: https://api.kde.org/stable/kdepimlibs-apidocs/
- Licenses: LGPL 2.0+
- Package source: gnu/packages/kde-pim.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of kmime
as follows:
guix install kmime
Or install a particular version:
guix install kmime@24.05.2
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of kmime about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/kmime'><img src='https://packages.guix.gnu.org/packages/kmime/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/kmime/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/kmime)
Example Org:
[[https://packages.guix.gnu.org/packages/kmime][https://packages.guix.gnu.org/packages/kmime/badges/latest-version.svg]]