PHPackages                             webeith/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. webeith/imap-bundle

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

webeith/imap-bundle
===================

Imap bundle for Symfony2

261.9k↓45.1%5[1 issues](https://github.com/webeith/imap-bundle/issues)PHP

Since Jul 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/webeith/imap-bundle)[ Packagist](https://packagist.org/packages/webeith/imap-bundle)[ RSS](/packages/webeith-imap-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

ImapBundle
==========

[](#imapbundle)

[![License](https://camo.githubusercontent.com/eaf84f4d5d042260e87ecdbcbda752e1fae39446527e6f83ee96be455be67557/68747470733a2f2f706f7365722e707567782e6f72672f776562656974682f696d61702d62756e646c652f6c6963656e73652e706e67)](https://packagist.org/packages/webeith/imap-bundle)[![Total Downloads](https://camo.githubusercontent.com/83787be4430b9508c3bb53b88db4a97f4a91359883124eb88600a0908d285bb1/68747470733a2f2f706f7365722e707567782e6f72672f776562656974682f696d61702d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/webeith/dnsbl-bundle)

- [See how to use service](http://github.com/webeith/php-imap)

Usage Example
-------------

[](#usage-example)

```
$this->getContainer()->get('imap')->getMailBox('mailbox_name');
```

Configuration config.yml example
--------------------------------

[](#configuration-configyml-example)

```
webeith_imap:
    mailboxes:
        hotmail_user
            login: "example@hotmail.com"
            password: "password"
            port: 995
            connection_string: "{imap.gmail.com:993/imap/ssl}INBOX"
            encoding: "utf-8"
            attachments_dir: "/tmp/"
        gmail_user_inbox:
            login: "example@gmail.com"
            password: "password"
            connection_string: "{imap.gmail.com:993/imap/ssl}INBOX"
            encoding: "utf-8"
            attachments_dir: "/tmp/"
```

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

[](#installation)

### Install via Composer

[](#install-via-composer)

Add the following lines to your `composer.json` file and then run `php composer.phar install` or `php composer.phar update`:

```
{
    "require": {
        "webeith/imap-bundle": "dev-master"
    }
}
```

### Register the bundle

[](#register-the-bundle)

To start using the bundle, register it in `app/AppKernel.php`:

```
public function registerBundles()
{
    $bundles = array(
        // Other bundles...
        new Webeith\ImapBundle\WebeithImapBundle(),
    );
}
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/b927cd34768f1d619121216a15f3e47641c8f19115a98a60b08f70bb568db812?d=identicon)[webeith](/maintainers/webeith)

### Embed Badge

![Health badge](/badges/webeith-imap-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/webeith-imap-bundle/health.svg)](https://phpackages.com/packages/webeith-imap-bundle)
```

###  Alternatives

[eg-mohamed/referenceable

Advanced Laravel package for generating customizable model reference numbers with flexible formats, sequential numbering, and comprehensive configuration options

809.2k](/packages/eg-mohamed-referenceable)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
