Actualizaciones varias: mejoras en cuenta, sincronización, UI

This commit is contained in:
2026-07-05 10:45:44 +02:00
parent 8799633447
commit 4569c174f0
195 changed files with 32571 additions and 20694 deletions
+4
View File
@@ -1,5 +1,6 @@
#include "accountsetupdialoglauncher.h"
#include <QDebug>
#include "services/accountservice.h"
AccountSetupDialogLauncher::AccountSetupDialogLauncher(QObject *parent)
: QObject(parent)
@@ -52,6 +53,9 @@ void AccountSetupDialogLauncher::initializeSynchronizer(const Account &account)
case AccountType::IMAP:
providerType = "imap";
break;
case AccountType::POP3:
providerType = "pop3";
break;
default:
providerType = "imap";
break;