Skip to content

ImapDriver: Parsing subject in headers #17

@lukyrys

Description

@lukyrys

Some clients splitting subject to parts by 35chars.
You have in imapdriver check splitting by space but i have tab "\t"

Fix is in 234 line in ImapDriver.php

if(mb_substr($line, 0, 1, 'UTF-8') === " " || mb_substr($line, 0, 1, 'UTF-8') === "	") {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions