Age | Commit message (Expand) | Author |
---|---|---|
2023-05-14 | test-imap: Prefer Core::File over DeprecatedFile | Ben Wiederhake |
2023-03-13 | LibCore+Userland: Allow canceling promises | kleines Filmröllchen |
2023-03-10 | Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case | Andreas Kling |
2023-02-13 | LibCore: Rename `File` to `DeprecatedFile` | Tim Schumacher |
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-13 | LibIMAP+Userland: Convert LibIMAP::Client to the Serenity Stream APIs | sin-ack |
2022-01-13 | test-imap: Convert test-imap to LibMain | sin-ack |
2021-11-08 | LibCore: Use ErrorOr<T> for Core::get_password() | Andreas Kling |
2021-09-12 | LibCore: Make get_password return SecretString instead of String | Brian Gianforcaro |
2021-09-01 | LibIMAP: Stop leaking a Core::Promise<bool> in IMAP::Client::connect() | Andreas Kling |
2021-06-11 | Utilities: Add a simple utility to test the IMAP library | x-yl |