php-imap
php-imap copied to clipboard
Fix empty response error for blank lines
If a blank line exists somewhere in the middle of a message it is throwing an empty response exception. A blank line is OK in the middle of a message and does not indicate a problem when a \n was properly found as the next character, since the stream is still open and reading fine.