javanile / php-imap2

PHP IMAP with OAUTH2
https://php-imap2.javanile.org/
GNU General Public License v3.0
48 stars 28 forks source link

Polyfill::base64() definition is missing #45

Open gregshu opened 1 year ago

gregshu commented 1 year ago

Calls to imap2_base64($s) are handled by a function defined in bootstrap.php, which in turn calls Polyfill::base64($s) which appears to not be defined.