A small & simple Qt email client
Go to file
2024-12-19 18:53:40 -05:00
CMakeLists.txt Bunch of fixes 2024-12-19 18:53:40 -05:00
CurlHandler.cpp Bunch of fixes 2024-12-19 18:53:40 -05:00
CurlHandler.hpp Bunch of fixes 2024-12-19 18:53:40 -05:00
demo.mkv emailQt: Initial commit 2024-03-08 12:10:58 -05:00
Email.cpp Bunch of fixes 2024-12-19 18:53:40 -05:00
Email.hpp Bunch of fixes 2024-12-19 18:53:40 -05:00
EmailClient.cpp emailQt: Initial commit 2024-03-08 12:10:58 -05:00
EmailClient.hpp emailQt: Initial commit 2024-03-08 12:10:58 -05:00
EmailDetails.cpp Bunch of fixes 2024-12-19 18:53:40 -05:00
EmailDetails.hpp Bunch of fixes 2024-12-19 18:53:40 -05:00
KeychainClass.cpp ParametersProvider: Save password and user settings. 2024-03-11 09:52:48 -04:00
KeychainClass.hpp ParametersProvider: Save password and user settings. 2024-03-11 09:52:48 -04:00
main.cpp emailQt: Initial commit 2024-03-08 12:10:58 -05:00
ParametersProvider.cpp Bunch of fixes 2024-12-19 18:53:40 -05:00
ParametersProvider.hpp Bunch of fixes 2024-12-19 18:53:40 -05:00
README.md README: Simplify video 2024-03-08 12:16:29 -05:00

emailQt - A small & simple Qt email client

Demo Video

Usage

If you are using gmail, you need to enable 2FA and then generate an application password. This can be done at https://myaccount.google.com/security.

Building

You will need a C++23 compiler, cmake, Qt6, libcurl and QtKeychain.