index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibIMAP
/
Objects.cpp
Age
Commit message (
Expand
)
Author
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-06
LibIMAP: Properly escape the whole string instead of the first character
DexesTTP
2022-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2021-09-21
LibIMAP: Remove unused Variant option
Ben Wiederhake
2021-09-11
AK: Replace the mutable String::replace API with an immutable version
Idan Horowitz
2021-08-03
Everywhere: Make use of container version of all_of
Lenny Maiorani
2021-06-11
LibIMAP: Support for the SEARCH command
x-yl
2021-06-11
LibIMAP: Support for FETCH BodyStructure
x-yl
2021-06-11
LibIMAP: Support for the FETCH command (*mostly)
x-yl
2021-06-11
LibIMAP: Add a new IMAP client and support NOOP
x-yl