Closed kstych closed 3 years ago
as mentioned in other issues, supporting php installations that have no php-imap extension available would require implementing the IMAP protocol over sockets, which as near as I can tell is out-of-scope for this repository.
hi @bapcltd-marv , that is well received. thankyou. I would like to submit 2 points here..
Sorry, but I have to agree to @bapcltd-marv's comment.
The scope of this repository is to simplify the usage of the existing PHP IMAP extension. The PHP IMAP extension is required by this repository.
If there is no PHP IMAP extension, you'll need to implement a custom IMAP solution via sockets. And when you already implement such a custom solution, you won't need this repository (project) here anymore as your custom solution should already provide a simplified usage.
BTW: We also can't simply copy-paste existing code from other repositories as every code has it's own copyright.
Hi,
php-imap extension is removed from fedora-34 and openSUSE distors
please support php installations missing php-imap extension
https://bugzilla.redhat.com/show_bug.cgi?id=1956278 https://github.com/nextcloud/user_external/issues/44 https://github.com/roundcube/roundcubemail/blob/82974289b98d2d00251e55f1719c4522598d7ef5/program/lib/Roundcube/rcube_imap_generic.php