serenity/Userland/Applications/Mail
Andreas Kling 21a5fb0fa2 LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
With this change, System::foo() becomes Core::System::foo().

Since LibCore builds on other systems than SerenityOS, we now have to
make sure that wrappers work with just a standard C library underneath.
2021-11-23 11:33:36 +01:00
..
AccountHolder.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
AccountHolder.h
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+Everywhere: Make Base64 decoding fallible 2021-10-23 19:16:40 +01:00
MailWidget.h
MailWindow.gml Mail: Tweak vertical spacing & margins in main UI layout 2021-08-02 10:13:35 +02:00
main.cpp LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore 2021-11-23 11:33:36 +01:00