Subject: | No way to get headers |
Email::Simple doesn't provide a way to find out what headers there are.
It's like have CGI with ->param but not ->params.
You need something like a ->headers method, perhaps returning the lower case versions of the names? Otherwise I'm reduced to reading the internal structure directly, and I'd really rather not do that.