ladybird/Userland/Applications/Mail
sin-ack aedb013ee3 LibIMAP+Userland: Convert LibIMAP::Client to the Serenity Stream APIs
You now cannot get an unconnected LibIMAP::Client, but you can still
close it. This makes for a nicer API where we don't have a Client object
in a limbo state between being constructed and being connected.

This code still isn't as nice as it should be, as TLS::TLSv12 is still
not a Core::Stream::Socket subclass, which would allow for consolidating
most of the TLS/non-TLS code into a single implementation.
2022-01-13 15:16:12 +03:30
..
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 LibIMAP+Userland: Convert LibIMAP::Client to the Serenity Stream APIs 2022-01-13 15:16:12 +03:30
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