Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/javanile/php-imap2

PHP IMAP with OAUTH2
https://github.com/javanile/php-imap2

email imap oauth2 php

Last synced: 3 days ago
JSON representation

PHP IMAP with OAUTH2

Awesome Lists containing this project

README

        

# ⭐ Give me a star, please! ⭐

---

![PHP IMAP2](docs/logo.png)

# PHP IMAP2

[![Linter](https://github.com/javanile/php-imap2/actions/workflows/linter.yml/badge.svg)](https://github.com/javanile/php-imap2/actions/workflows/linter.yml)

## Requirements

- PHP >= 7.0

## Install

```shell
composer require javanile/php-imap2
```

or

Download latest release

## Usage

```php
$mbh = imap2_open($server, $username, $token, OP_XOAUTH2);
if (! $mbh) {
error_log(imap2_last_error());
throw new \RuntimeException('Unable to open the INBOX');
}
```

## Gmail OAuth2

Scope: https://mail.google.com/

## Sandbox

- [Gmail Demo](https://replit.com/@frabik/PHP-IMAP2-Google-Demo?v=1#main.php)
- Outlook Demo - **COMING SOON**

## Contributors

- [dicode-nl](https://github.com/dicode-nl)
- [glensc](https://github.com/glensc)
- [bago](https://github.com/bago)

## Other links

-

## Reference

### Microsoft Outlook

-

### IMAP & OAUTH

-
-
-