Download the PHP package meow7/phpimap without Composer
On this page you can find all versions of the php package meow7/phpimap. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download meow7/phpimap
More information about meow7/phpimap
Files in meow7/phpimap
Package phpimap
Short Description PHP IMAP client that based on webklex/php-imap
License MIT
Informations about the package phpimap
Description
PHP-IMAP is a wrapper for common IMAP communication without the need to have the php-imap module installed / enabled.
The protocol is completely integrated and therefore supports IMAP IDLE operation and the "new" oAuth authentication
process as well.
You can enable the php-imap
module in order to handle edge cases, improve message decoding quality and is required if
you want to use legacy protocols such as pop3.
Official documentation: php-imap.com
Laravel wrapper: webklex/laravel-imap
Discord: [discord.gg/rd4cN9h6][link-discord]
Table of Contents
- Documentations
- Compatibility
- Basic usage example
- Sponsors
- Testing
- Known issues
- Support
- Features & pull requests
- Security
- Credits
- License
Documentations
- Legacy (< v2.0.0): legacy documentation
- Core documentation: php-imap.com
Compatibility
Version | PHP 5.6 | PHP 7 | PHP 8 |
---|---|---|---|
v5.x | / | / | X |
v4.x | / | X | X |
v3.x | / | X | / |
v2.x | X | X | / |
v1.x | X | / | / |
Basic usage example
This is a basic example, which will echo out all Mails within all imap folders and will move every message into INBOX.read. Please be aware that this should not be tested in real life and is only meant to give an impression on how things work.
Known issues
Error | Solution |
---|---|
Kerberos error: No credentials cache file found (try running kinit) (...) | Uncomment "DISABLE_AUTHENTICATOR" inside your config and use the legacy-imap protocol |
License
The MIT License (MIT). Please see [License File][link-license] for more information.
All versions of phpimap with dependencies
ext-openssl Version *
ext-json Version *
ext-mbstring Version *
ext-iconv Version *
ext-libxml Version *
ext-zip Version *
ext-fileinfo Version *
nesbot/carbon Version ^2.62.1|^3.2.4
symfony/http-foundation Version >=2.8.0
illuminate/pagination Version >=5.0.0