diff options
| author | Danilo M. <danix@danix.xyz> | 2026-08-02 17:27:07 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-08-04 12:52:21 +0200 |
| commit | 5f22f80b6b5cef5e768086338ae4b22120f3e67c (patch) | |
| tree | e127827da5a248fd8e6c80397f896a1f6d302ac0 /src/CMakeLists.txt | |
| parent | 72b56d0beca6d640c724eabc73a3ee45cf04bfea (diff) | |
| download | qtmaildir-5f22f80b6b5cef5e768086338ae4b22120f3e67c.tar.gz qtmaildir-5f22f80b6b5cef5e768086338ae4b22120f3e67c.zip | |
feat: add MimeParser with GMime and safe attachment naming
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d1ed29f..8dfd212 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,6 +1,7 @@ add_library(qtmaildir_lib STATIC keymap.cpp config.cpp + mimeparser.cpp ) target_include_directories(qtmaildir_lib |
