mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 00:56:14 +00:00
During testing, I found that some Email clients/providers format the From header field content with a lower case f, so `from:` instead of `From:`. Our client previously gave up if it couldn't find one that starts with a capital F. Now, we try both, and provide a fallback if neither were found.