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
/
Parser.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: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-01-23
LibJS+LibIMAP: Use the new Optional<U>(Optional<T>) constructor
Idan Horowitz
2021-07-24
LibIMAP: Parse (but ignore) OK [HIGHESTMODSEQ <mod-sequence-value>]
Linus Groh
2021-07-24
LibIMAP: Parse OK [CLOSED]
Linus Groh
2021-07-24
LibIMAP: Replace abuse of String::matches() with == in the parser
Linus Groh
2021-07-24
LibIMAP: Add and use Parser::consume_until_end_of_line()
Linus Groh
2021-07-24
LibIMAP: Rename IMAP::Parser::{parse => consume}_while()
Linus Groh
2021-07-24
LibIMAP: Use try_parse_number instead of parse_number when parsing parts
Luke
2021-07-24
LibIMAP: Make Section::parts unsigned
Luke
2021-06-11
LibIMAP: Support for remaining IMAP commands
x-yl
2021-06-11
LibIMAP: Support for STORE and STATUS
x-yl
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: Support for LOGIN and LOGOUT
x-yl
2021-06-11
LibIMAP: Support for the LIST and SELECT commands
x-yl
2021-06-11
LibIMAP: Support for CAPABILITY command & response
x-yl
2021-06-11
LibIMAP: Add a new IMAP client and support NOOP
x-yl