From 6c7e79f7270500d00c526692c32cfc106a2feb07 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 8 Sep 2017 11:54:45 +0200 Subject: Some basic input field validation. --- accounts/imap/package/contents/ui/ImapAccountSettings.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'accounts/imap/package/contents/ui/ImapAccountSettings.qml') diff --git a/accounts/imap/package/contents/ui/ImapAccountSettings.qml b/accounts/imap/package/contents/ui/ImapAccountSettings.qml index 26a41541..a0469719 100644 --- a/accounts/imap/package/contents/ui/ImapAccountSettings.qml +++ b/accounts/imap/package/contents/ui/ImapAccountSettings.qml @@ -28,6 +28,7 @@ Item { property string accountId property string heading: "Connect your IMAP account" property string subheadline: "To let Kube access your account, fill in email address, username, password and give the account a title that will be displayed inside Kube. For information about which SMTP, IMAP address, which authentification and port to be used, please contact your email provider." + property bool valid: true ImapAccount.ImapSettings { id: imapSettings -- cgit v1.2.3