Parser fix: single line MimeMessages are now parsed correctly

This commit is contained in:
Petr Bechyně
2017-04-06 15:51:29 +02:00
parent 564005da93
commit ab83642f06
4 changed files with 114 additions and 13 deletions

View File

@ -21,6 +21,7 @@ class MimeBoundaryAnalyser
}
/**
* @todo: This method is not reliable at all
* @param string $mimeMessageLine
* @return bool
*/