Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

[Patch] Missing second arg on substr #26

@bagley

Description

@bagley

In the file 'post-by-email/include/Horde/Mime/Part.php' on line 2148 it has the wrong number of arguments:

$id = substr($id, $base_pos);

Since it appears we are checking from the beginning of the string, should be:

$id = substr($id, 0, $base_pos);

Great plugin!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions