summaryrefslogtreecommitdiff
path: root/Userland/Applications/Mail/MailWidget.cpp
AgeCommit message (Expand)Author
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-06-06Mail: Fix mail settings not opening after prompt to configureMacDue
2022-05-15LibWebView: Move OutOfProcessWebView to a new LibWebView libraryDexesTTP
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-01-24AK+Userland: Make AK::decode_base64 return ErrorOrSam Atkins
2022-01-13LibIMAP+Userland: Convert LibIMAP::Client to the Serenity Stream APIssin-ack
2021-12-11Mail: Ask the user if they want to see the mail settingsUndefine
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