summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibIMAP/Parser.h
AgeCommit message (Expand)Author
2021-07-24LibIMAP: Add and use Parser::consume_until_end_of_line()Linus Groh
2021-07-24LibIMAP: Clean up Parser.h a bitLinus Groh
2021-07-24LibIMAP: Rename IMAP::Parser::{parse => consume}_while()Linus Groh
2021-06-11LibIMAP: Support for FETCH BodyStructurex-yl
2021-06-11LibIMAP: Support for the FETCH command (*mostly)x-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