# zend-mime

[![Build Status](https://secure.travis-ci.org/zendframework/zend-mime.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-mime)
[![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-mime/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-mime?branch=master)

`Zend\Mime` is a support class for handling multipart MIME messages. It is used
by `Zend\Mail` and `Zend\Mime\Message` and may be used by applications requiring
MIME support.

## Installation

Run the following to install this library:

```bash
$ composer require zendframework/zend-mime
```

## Documentation

Browse the documentation online at https://docs.zendframework.com/zend-mime/

## Support

* [Issues](https://github.com/zendframework/zend-mime/issues/)
* [Chat](https://zendframework-slack.herokuapp.com/)
* [Forum](https://discourse.zendframework.com/)
