PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Engin Ypsilon   PHP Ymap   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Ymap
Retrieve email messages from an IMAP server
Author: By
Last change: • Release v1.0.3: Socket mode stabilized, docs updated for PHP 8.4 transition

Major improvements:
- Stable default socket connector without ext-imap dependency
- Fixed multipart body extraction (textBody/htmlBody empty regression)
- Fixed seen/answered flag persistence in fetch/demo workflows
- Updated benchmarks with ext-imap vs socket-mode comparison
- Updated README, SECURITY, CHANGELOG, and release notes for v1.0.3

All changes are backward-compatible.

🤖 Generated with [Codex]
Co-Authored-By: Codex <codex@openai.com>
Date: 29 days ago
Size: 613 bytes
 

Contents

Class file image Download
{ "name": "yaijs/php-ymap", "description": "Lightweight IMAP reader/flagger for PHP 8.1+", "type": "library", "license": "MIT", "minimum-stability": "stable", "require": { "php": "^8.1", "ext-iconv": "*", "ext-json": "*", "ext-mbstring": "*" }, "require-dev": { "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^10.0" }, "autoload": { "psr-4": { "Yai\\Ymap\\": "src/" } }, "suggest": { "ext-imap": "Optional: enables native ext-imap connector fallback (ExtImapConnection)." } }