summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibIMAP/Objects.cpp
AgeCommit message (Expand)Author
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-06LibIMAP: Properly escape the whole string instead of the first characterDexesTTP
2022-07-06AK: Use an enum instead of a bool for String::replace(all_occurences)DexesTTP
2021-09-21LibIMAP: Remove unused Variant optionBen Wiederhake
2021-09-11AK: Replace the mutable String::replace API with an immutable versionIdan Horowitz
2021-08-03Everywhere: Make use of container version of all_ofLenny Maiorani
2021-06-11LibIMAP: Support for the SEARCH commandx-yl
2021-06-11LibIMAP: Support for FETCH BodyStructurex-yl
2021-06-11LibIMAP: Support for the FETCH command (*mostly)x-yl
2021-06-11LibIMAP: Add a new IMAP client and support NOOPx-yl