Age | Commit message (Expand) | Author |
---|---|---|
2021-09-03 | Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr | Daniel Bertalan |
2021-09-01 | LibIMAP: Stop leaking a Core::Promise<bool> in IMAP::Client::connect() | Andreas Kling |
2021-07-24 | LibIMAP: Add a bunch of serialize_astring in command construction | Luke |
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 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 |