emailQt/README.md

10 lines
356 B
Markdown
Raw Permalink Normal View History

2024-03-08 12:10:58 -05:00
# emailQt - A small & simple Qt email client
2024-03-08 12:16:29 -05:00
[Demo Video](demo.mkv)
2024-03-08 12:10:58 -05:00
## 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](https://github.com/frankosterfeld/qtkeychain).