Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImapDriver: Parsing subject in headers #17

Open
lukyrys opened this issue Jun 2, 2017 · 1 comment
Open

ImapDriver: Parsing subject in headers #17

lukyrys opened this issue Jun 2, 2017 · 1 comment

Comments

@lukyrys
Copy link

lukyrys commented Jun 2, 2017

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') === "	") {
@greeny
Copy link
Collaborator

greeny commented Jun 30, 2017

Feel free to send PR :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants