tnef: Improve performance of checksum checks
Previously, the data blocks were inspected byte for byte. Now data blocks are parsed 1k at a time. Fewer PHP function calls ultimately means faster performance.
Loading
Please register or sign in to comment