Opened 13 months ago
Closed 13 months ago
#1488473 closed Bugs (fixed)
Handle large uuencoded files
| Reported by: | rasky | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.8-rc |
| Component: | MIME parsing | Version: | 0.5.4 |
| Severity: | normal | Keywords: | |
| Cc: | rasky@… |
Description
Hi, Roundcube currently fails to decode large-ish uuencoded attachments because it tries to match the whole attachment using a single regexp and hits PHP regexp limits.
The attached patch (coming from #1485839) has been refreshed and works correctly at least on Roundcube 0.5.4 which I'm currently using, but hopefully also on newer versions.
Attachments (1)
Change History (4)
Changed 13 months ago by rasky
comment:1 Changed 13 months ago by rasky
- Cc rasky@… added
I've created a pull request:
https://github.com/roundcube/roundcubemail/pull/4
comment:2 Changed 13 months ago by alec
- Component changed from Addressbook to MIME parsing
- Milestone changed from later to 0.8-rc
comment:3 Changed 13 months ago by alec
- Resolution set to fixed
- Status changed from new to closed
Merged in [4cebb76a]
Note: See
TracTickets for help on using
tickets.

patch to fix the bug