1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 03:08:13 +00:00
serenity/Userland/Applications/Mail
Valtteri Koskivuori bdecb0a999 Mail: Don't crash on invalid/missing From Email header
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.
2023-08-12 11:45:52 -06:00
..
AccountHolder.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
AccountHolder.h Everywhere: Remove NonnullRefPtr.h includes 2023-03-06 23:46:35 +01:00
CMakeLists.txt Meta: Rename compile_gml to stringify_gml 2023-08-11 21:33:48 +02:00
InboxModel.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
InboxModel.h LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
MailboxTreeModel.cpp Mail: Fix crash caused by migration from NonnullRefPtrVector 2023-07-05 11:39:27 +02:00
MailboxTreeModel.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
MailWidget.cpp Mail: Don't crash on invalid/missing From Email header 2023-08-12 11:45:52 -06:00
MailWidget.h Everywhere: Remove NonnullOwnPtr.h includes 2023-03-06 23:46:35 +01:00
MailWindow.gml Applications+DevTools: Remove fixed sizes from Splitters 2022-08-30 16:28:44 +01:00
main.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00