Benson Muite wrote:
> There are a number of php-imap implementations such as:
> https://github.com/barbushin/php-imap
> https://github.com/Webklex/php-imap

These confusingly all use the same generic name "php-imap", but they are all 
different things.

https://github.com/barbushin/php-imap appears to be a higher-level wrapper 
around the PHP IMAP extension, not a replacement:
> Features
> Connect to mailbox by POP3/IMAP/NNTP, using PHP IMAP extension
[…]
> Requirements
[…]
> PHP imap extension must be present; so make sure this line is active in
> > your php.ini: extension=php_imap.dll

https://github.com/Webklex/php-imap appears to be a partial replacement:
> PHP-IMAP is a wrapper for common IMAP communication without the need to
> have the php-imap module installed / enabled.
though:
> 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.
and the API is probably yet another one, otherwise it would not make sense 
to use this library together with the PHP IMAP extension.

        Kevin Kofler
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to