summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibIMAP/Parser.cpp
AgeCommit message (Expand)Author
2022-01-23LibJS+LibIMAP: Use the new Optional<U>(Optional<T>) constructorIdan Horowitz
2021-07-24LibIMAP: Parse (but ignore) OK [HIGHESTMODSEQ <mod-sequence-value>]Linus Groh
2021-07-24LibIMAP: Parse OK [CLOSED]Linus Groh
2021-07-24LibIMAP: Replace abuse of String::matches() with == in the parserLinus Groh
2021-07-24LibIMAP: Add and use Parser::consume_until_end_of_line()Linus Groh
2021-07-24LibIMAP: Rename IMAP::Parser::{parse => consume}_while()Linus Groh
2021-07-24LibIMAP: Use try_parse_number instead of parse_number when parsing partsLuke
2021-07-24LibIMAP: Make Section::parts unsignedLuke
2021-06-11LibIMAP: Support for remaining IMAP commandsx-yl
2021-06-11LibIMAP: Support for STORE and STATUSx-yl
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: Support for LOGIN and LOGOUTx-yl
2021-06-11LibIMAP: Support for the LIST and SELECT commandsx-yl
2021-06-11LibIMAP: Support for CAPABILITY command & responsex-yl
2021-06-11LibIMAP: Add a new IMAP client and support NOOPx-yl