2024-03-08 12:10:58 -05:00
|
|
|
# emailQt - A small & simple Qt email client
|
|
|
|
|
2024-03-08 12:12:54 -05:00
|
|
|
<video width="320" height="240" controls>
|
|
|
|
<source src="demo.mkv" type="video/mkv">
|
|
|
|
</video>
|
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).
|