Webklex
Webklex
Hi @AzzaAzza69 , thanks for the suggestion. I don't know how the clib used to fetch the arrival date - or where the `udate` comes from. I would have thought...
Hi @TonyMarston , many thanks for the quick followup. Unfortunately I'm unable to replicate the behavior (see the referenced commit above). Best regards and happy coding,
Hi @vigstudio , many thanks for your report. Please update to v5.1 and give it another try. If you are still using an older version below v5.0, please read the...
Hi @vigstudio , many thanks for the followup. Does the issue still persist in the latest release? If it does, please share an anonymized version of it or even better...
Additionally, never trust user input and always sanitize it before using it. For example: ```php // Do not do this file_put_contents($attachment->name, $attachment->content); // Do this instead file_put_contents(sanitize($attachment->name), $attachment->content); ``` Sanitization...
Hi @adrienbrault , many thanks for your pull requests. This is indeed an intended default feature and configurable via config for this reason. However, the documentation isn't perfect and can...
Hi @luke52 , thanks for your report. Please share some additional background information such as: - OS: [e.g. Debian 10] - PHP: [e.g. 5.5.9] - Version [e.g. v2.3.1] - Provider...
Hi @michalkkkd, many thanks for your follow up. I went ahead and created a new test case. While doing so, I've noticed that the `from` header value `[email protected] (Mail Delivery...
Hi @rmontagud , many thanks for your detailed report. This looks like the folder you are trying to move to is in a "read-only" mode: `TAG18 NO Cannot expunge read-only...
Hi @GamerClassN7 , please try to specify the issue you are facing. If you are receiving an exception please share it with us :) Please try to "fetch" the folder...