Actualizaciones varias: mejoras en cuenta, sincronización, UI
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user