1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:38:11 +00:00
serenity/Userland/Libraries/LibIMAP
Luke e80f8746b1 LibIMAP: Use try_parse_number instead of parse_number when parsing parts
This makes it so we can use Optional instead of relying on an error
number.
2021-07-24 20:11:28 +04:30
..
Client.cpp LibIMAP: Support for remaining IMAP commands 2021-06-11 23:58:28 +04:30
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 LibIMAP: Support for the SEARCH command 2021-06-11 23:58:28 +04:30
Objects.h LibIMAP: Make Section::parts unsigned 2021-07-24 20:11:28 +04:30
Parser.cpp LibIMAP: Use try_parse_number instead of parse_number when parsing parts 2021-07-24 20:11:28 +04:30
Parser.h LibIMAP: Support for FETCH BodyStructure 2021-06-11 23:58:28 +04:30
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