1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 18:51:00 +00:00
serenity/Userland/Applications/Mail
2022-01-24 22:36:09 +01:00
..
AccountHolder.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
AccountHolder.h Mail: Add an e-mail application called Mail 2021-07-24 20:11:28 +04:30
CMakeLists.txt Mail: Port to LibMain 2021-11-22 23:56:22 +01:00
InboxModel.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
InboxModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
MailboxTreeModel.cpp LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
MailboxTreeModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
MailWidget.cpp AK+Userland: Make AK::decode_base64 return ErrorOr 2022-01-24 22:36:09 +01:00
MailWidget.h Mail: Add an e-mail application called Mail 2021-07-24 20:11:28 +04:30
MailWindow.gml Mail: Tweak vertical spacing & margins in main UI layout 2021-08-02 10:13:35 +02:00
main.cpp Mail: Propagate errors using try_set_main_widget in main 2022-01-09 00:56:11 +01:00