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
Age
Commit message (
Expand
)
Author
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: Clean up Parser.h a bit
Linus Groh
2021-07-24
LibIMAP: Rename IMAP::Parser::{parse => consume}_while()
Linus Groh
2021-07-24
LibIMAP: Add a bunch of serialize_astring in command construction
Luke
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-07-24
LibIMAP: Add method to get data out of BodyStructure
Luke
2021-07-24
LibIMAP: Add quoted printable decoder
Luke
2021-07-15
LibCore+LibIMAP: Move Promise to LibCore
Timothy
2021-06-11
LibIMAP: Support for remaining IMAP commands
x-yl
2021-06-11
LibIMAP: Support for APPEND
x-yl
2021-06-11
LibIMAP: Support for COPY, CREATE, DELETE and RENAME
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 the IDLE command
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