ladybird/Userland/Libraries/LibIMAP
Lenny Maiorani 97bd13264a Everywhere: Make use of container version of all_of
Problem:
- New `all_of` implementation takes the entire container so the user
  does not need to pass explicit begin/end iterators. This is unused
  except is in tests.

Solution:
- Make use of the new and more user-friendly version where possible.
2021-08-03 10:46:43 +02:00
..
Client.cpp LibIMAP: Add a bunch of serialize_astring in command construction 2021-07-24 19:03:43 +01:00
Client.h LibCore+LibIMAP: Move Promise to LibCore 2021-07-15 11:11:14 +02:00
CMakeLists.txt LibIMAP: Add quoted printable decoder 2021-07-24 20:11:28 +04:30
Objects.cpp Everywhere: Make use of container version of all_of 2021-08-03 10:46:43 +02:00
Objects.h LibIMAP: Make Section::parts unsigned 2021-07-24 20:11:28 +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 LibIMAP: Add quoted printable decoder 2021-07-24 20:11:28 +04:30
QuotedPrintable.h LibIMAP: Add quoted printable decoder 2021-07-24 20:11:28 +04:30