Add IMAP synchronizer stub, update CMakeLists.txt

This commit is contained in:
Padrino
2026-05-12 00:26:27 +02:00
parent c97740c17b
commit 6022aeafae
4 changed files with 118 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
#include "synchronizer.h"
Synchronizer::Synchronizer(QObject* parent)
: QObject(parent)
{
}