Skip to content

ImapDriver: Parsing subject in headers #17

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') === "	") {

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions