summaryrefslogtreecommitdiff
path: root/Userland/Applications/Mail/MailWidget.cpp
AgeCommit message (Expand)Author
2021-10-23AK+Everywhere: Make Base64 decoding fallibleBen Wiederhake
2021-09-01LibIMAP: Stop leaking a Core::Promise<bool> in IMAP::Client::connect()Andreas Kling
2021-08-28Mail: Use LibConfig instead of Core::ConfigFileLuke Wilde
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
2021-08-19AK: Move FormatParser definition from header to implementation fileTimothy Flynn
2021-08-02Mail: Use GUI::PasswordInputDialog to ask for server passwordsAndreas Kling
2021-07-26Mail: Prompt for password if no password was savedTom
2021-07-24Mail: Make checking for headers in DataItem case insensitiveLuke
2021-07-24Mail: Add an e-mail application called MailLuke