10 lines
347 B
Markdown
10 lines
347 B
Markdown
# emailQt - A small & simple Qt email client
|
|
|
|
![](demo.mkv)
|
|
|
|
## 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). |