ubuntu
I'm sorry I haven't had time to update this extension;
However, you can manually install mailparse for your PHP using the following method
wget http://pecl.php.net/get/mailparse-3.1.3.tgz
tar zxvf mailparse-3.1.3.tgz
cd mailparse-3.1.3
/www/server/php/74/bin/phpize
./configure --with-php-config=/www/server/php/74/bin/php-config
make && make install
echo "extension=/www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/mailparse.so" >> /www/server/php/74/etc/php.ini
/etc/init.d/php-fpm-74 restart