emailQt/README.md

12 lines
427 B
Markdown

# emailQt - A small & simple Qt email client
<video width="320" height="240" controls>
<source src="demo.mkv" type="video/mkv">
</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](https://github.com/frankosterfeld/qtkeychain).