Subject: | Email::Simple::Header->new does not read the last line of a header string because it lacks a newline |
this line:
while ($$head =~ m/\G(.+?)$crlf/go) {
causes strings without a newline at the end of them to be ignored. This isn't documented and
seems like a strange behavior.