Skip to content

Fix support for large uuencode attachments.#4

Merged
alecpl merged 1 commit intoroundcube:masterfrom
rasky:fix_uuencode
May 13, 2012
Merged

Fix support for large uuencode attachments.#4
alecpl merged 1 commit intoroundcube:masterfrom
rasky:fix_uuencode

Conversation

@rasky
Copy link
Copy Markdown
Contributor

@rasky rasky commented May 12, 2012

Currently, Roundcube tries to match with a regexp a whole uuencode
attachment. This is not always possible because PHP enforces a limit
on the maximum match size.

Currently, Roundcube tries to match with a regexp a whole uuencode
attachment. This is not always possible because PHP enforces a limit
on the maximum match size.
alecpl added a commit that referenced this pull request May 13, 2012
Fix support for large uuencode attachments.
@alecpl alecpl merged commit 4cebb76 into roundcube:master May 13, 2012
alecpl added a commit that referenced this pull request Mar 4, 2018
@alxbr alxbr mentioned this pull request Dec 12, 2021
pajod added a commit to pajod/roundcubemail that referenced this pull request Nov 1, 2024
PHP: Deprecated: preg_match(): Passing null to parameter roundcube#4 ($flags) of type int is deprecated in program/lib/Roundcube/rcube_result_thread.php

 preg_match(
    string $pattern,
    string $subject,
    array &$matches = null,
    int $flags = 0,
    int $offset = 0
): int|false

https://www.php.net/manual/de/function.preg-match.php
alecpl pushed a commit that referenced this pull request Nov 19, 2024
PHP: Deprecated: preg_match(): Passing null to parameter #4 ($flags) of type int is deprecated in program/lib/Roundcube/rcube_result_thread.php
alecpl pushed a commit that referenced this pull request Nov 19, 2024
PHP: Deprecated: preg_match(): Passing null to parameter #4 ($flags) of type int is deprecated in program/lib/Roundcube/rcube_result_thread.php
@dsvf dsvf mentioned this pull request Aug 17, 2025
2 tasks
@wdsnyc wdsnyc mentioned this pull request Nov 28, 2025
@joksik joksik mentioned this pull request Feb 27, 2026
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants