PHP Classes

File: THIRD_PARTY_LICENSES.md

Recommend this page to a friend!
  Packages of Engin Ypsilon   PHP Ymap   THIRD_PARTY_LICENSES.md   Download  
File: THIRD_PARTY_LICENSES.md
Role: License text
Content type: text/markdown
Description: License text
Class: PHP Ymap
Retrieve email messages from an IMAP server
Author: By
Last change:
Date: 29 days ago
Size: 2,892 bytes
 

Contents

Class file image Download

Third-Party Licenses

This project bundles or modifies code originally published under the MIT License by the projects listed below. When distributing this library or binaries/plugins that include it, you must keep these notices together with the root LICENSE.

Webklex/php-imap

  • Upstream: <https://github.com/Webklex/php-imap>
  • Used for: `src/Connection/ConnectionLibrary/*`, `src/Connection/SocketsImapConnection.php`, and related IMAP protocol helpers.
MIT License

Copyright (c) 2016-2024 Webklex

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.

ddeboer/imap

  • Upstream: <https://github.com/ddeboer/imap>
  • Used for: message/attachment value objects and client helpers such as `src/Attachment.php`, `src/Message.php`, `src/MessageAddress.php`, `src/FetchOptions.php`, and `src/ImapClient.php`.
MIT License

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.