cypht-org / php-sieve-manager

A modern (started in 2022) PHP library for the ManageSieve protocol (RFC5804) to create/edit Sieve scripts (RFC5228)
MIT License
17 stars 3 forks source link

Maximum execution time of 30+2 seconds exceeded #22

Open Shadow243 opened 2 months ago

Shadow243 commented 2 months ago

Fatal error: Maximum execution time of 30+2 seconds exceeded (terminated) in vendor_bundled/vendor/henrique-borba/php-sieve-manager/src/ManageSieve/Client.php on line 93

When I try to see the details of an email I have this error after several attempts. It may be due to my internet connection.

marclaporte commented 2 days ago

It could also be because the mail server is throttling requests (if you have too many in a short period)

Shadow243 commented 2 days ago

It could also be because the mail server is throttling requests (if you have too many in a short period)

That's correct, it is a possibility.