< Home - < Back

mimetic


Information about the package, mimetic, which is shipped with common Linux distributions. The mimetic package is designed for, A full featured C++ MIME library.


Package Name:

mimetic

Summary:

A full featured C++ MIME library

Description:

mimetic is an Email library (MIME) written in C++ designed to be easy to use and integrate but yet fast and efficient. It has been built around the standard lib. This means that you'll not find yet another string class or list implementation and that you'll feel comfortable in using this library from the very first time. Most classes functionalities and behavior will be clear if you ever studied MIME and its components; if you don't know anything about Internet messages you'll probably want to read some RFCs to understand the topic and, therefore, easily use the library whose names, whenever possible, overlap terms adopted in the standard RFC documents. At the very least: RFC 822, RFC 2045 and RFC 2046.

Architecture:

x86_64

Version:

0.9.8

Release:

6.el6

Size:

96 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for mimetic


Control the mimetic package with the following handy commands outlined below.


Command

Description of Command

yum install mimetic

This command will install mimetic on the server.

yum remove mimetic

This command will un-install mimetic on the server. When you run this command, you will be asked if you are sure that you want to remove mimetic, so you have to manually confirm that you want to do this.

yum -y remove mimetic

This command will un-install mimetic on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove mimetic when using the -y flag.

yum update mimetic

This command will update mimetic to the latest version. When you run this command, you will be asked if you are sure that you want to remove mimetic, so you have to manually confirm that you want to do this.

yum -y update mimetic

This command will update mimetic to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove mimetic when using the -y flag.

yum info mimetic

This command will show you core information about the mimetic package.

yum deplist mimetic

This command will show you the dependencies for mimetic. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update mimetic

This command will check if there is an update waiting on mimetic. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.