PHPackages                             caponica/imap-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. caponica/imap-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

caponica/imap-bundle
====================

Symfony2 service wrapper for PhpImap

01.9kPHP

Since Nov 5Pushed 9y ago1 watchersCompare

[ Source](https://github.com/caponica/CaponicaImapBundle)[ Packagist](https://packagist.org/packages/caponica/imap-bundle)[ RSS](/packages/caponica-imap-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Caponica Imap Bundle
====================

[](#caponica-imap-bundle)

PhpImap integration via a Symfony service.

Installation
------------

[](#installation)

Install using [composer](http://getcomposer.org) by adding the following in the `require` section of your `composer.json` file:

```
    "require": {
        ...
        "caponica/imap-bundle": "dev-master"
    },
```

Register the bundle in your kernel:

```
