ladybird/Userland/Libraries/LibIMAP
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
..
Client.cpp LibIMAP+Userland: Convert LibIMAP::Client to the Serenity Stream APIs 2022-01-13 15:16:12 +03:30
Client.h LibIMAP+Userland: Convert LibIMAP::Client to the Serenity Stream APIs 2022-01-13 15:16:12 +03:30
CMakeLists.txt LibIMAP: Add quoted printable decoder 2021-07-24 20:11:28 +04:30
Objects.cpp LibIMAP: Remove unused Variant option 2021-09-21 04:22:52 +04:30
Objects.h LibIMAP: Remove unused Variant option 2021-09-21 04:22:52 +04:30
Parser.cpp LibIMAP: Parse (but ignore) OK [HIGHESTMODSEQ <mod-sequence-value>] 2021-07-24 22:22:41 +01:00
Parser.h LibIMAP: Add and use Parser::consume_until_end_of_line() 2021-07-24 22:22:41 +01:00
QuotedPrintable.cpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
QuotedPrintable.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00