PHP Classes

File: LICENSE

Recommend this page to a friend!
  Packages of Engin Ypsilon   PHP Ymap   LICENSE   Download  
File: LICENSE
Role: License text
Content type: text/plain
Description: License text
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: 1,262 bytes
 

Contents

Class file image Download
MIT License Copyright (c) 2025 Engin Ypsilon Portions of this software are derived from third-party MIT-licensed projects: - Webklex/php-imap ? Copyright (c) 2016-2024 Webklex - ddeboer/imap ? Copyright (c) 2012-2024 David de Boer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.