ladybird/Userland/Libraries/LibIMAP
Ali Mohammad Pur 0c5c75e8a4 LibCore: Slightly rework the Core::Promise API
The previous iteration of this API was somewhat odd and rough in random
places, which degraded usability and made less than perfect sense.
This commit reworks the API to be a little closer to more
conventional promise APIs (a la javascript promises).

Also adds a test to ensure the class even works.
2023-07-08 23:13:00 +01:00
..
Client.cpp LibCore: Slightly rework the Core::Promise API 2023-07-08 23:13:00 +01:00
Client.h
CMakeLists.txt
Objects.cpp
Objects.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Parser.cpp
Parser.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
QuotedPrintable.cpp
QuotedPrintable.h