summaryrefslogtreecommitdiffstats
path: root/accounts/imap/package/contents/ui/ImapAccountSettings.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-09-08 11:54:45 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-09-08 11:54:45 +0200
commit6c7e79f7270500d00c526692c32cfc106a2feb07 (patch)
tree25de8ffc4de9a091c39449793823926c55e8a5bd /accounts/imap/package/contents/ui/ImapAccountSettings.qml
parent2adb0ca74ac2a3f993824ea86e9a3233dcacb9e5 (diff)
downloadkube-6c7e79f7270500d00c526692c32cfc106a2feb07.tar.gz
kube-6c7e79f7270500d00c526692c32cfc106a2feb07.zip
Some basic input field validation.
Diffstat (limited to 'accounts/imap/package/contents/ui/ImapAccountSettings.qml')
-rw-r--r--accounts/imap/package/contents/ui/ImapAccountSettings.qml1
1 files changed, 1 insertions, 0 deletions
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 {
28 property string accountId 28 property string accountId
29 property string heading: "Connect your IMAP account" 29 property string heading: "Connect your IMAP account"
30 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." 30 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."
31 property bool valid: true
31 32
32 ImapAccount.ImapSettings { 33 ImapAccount.ImapSettings {
33 id: imapSettings 34 id: imapSettings