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