Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
We shouldn't let secrets sit around in memory, as they could potentially be retrieved by an attacker, or left in memory during a core dump. | |||
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 | |
test-imap is a very simple tool which runs through some of the IMAP commands and makes sure they don't crash. |