summaryrefslogtreecommitdiffstats
path: root/accounts/imap/package/contents/ui/ImapAccountSettings.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-11-08 12:04:37 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-11-08 12:04:37 +0100
commitbcf9f4d0c3965b0edcff58d17bf7e7dd8c3a3b9d (patch)
treead48a09161e100d7fdbfcc0dec4573e4676733d2 /accounts/imap/package/contents/ui/ImapAccountSettings.qml
parentf7ed43d2342ea60c706131803c6b4d62e7b607ab (diff)
downloadkube-bcf9f4d0c3965b0edcff58d17bf7e7dd8c3a3b9d.tar.gz
kube-bcf9f4d0c3965b0edcff58d17bf7e7dd8c3a3b9d.zip
Login page for generic imap account
Diffstat (limited to 'accounts/imap/package/contents/ui/ImapAccountSettings.qml')
-rw-r--r--accounts/imap/package/contents/ui/ImapAccountSettings.qml17
1 files changed, 0 insertions, 17 deletions
diff --git a/accounts/imap/package/contents/ui/ImapAccountSettings.qml b/accounts/imap/package/contents/ui/ImapAccountSettings.qml
index fec070f2..d81f9c54 100644
--- a/accounts/imap/package/contents/ui/ImapAccountSettings.qml
+++ b/accounts/imap/package/contents/ui/ImapAccountSettings.qml
@@ -94,23 +94,6 @@ Item {
94 } 94 }
95 95
96 Kube.Label { 96 Kube.Label {
97 text: qsTr("Password")
98 Layout.alignment: Qt.AlignRight
99 }
100
101 Kube.PasswordField {
102 id: pwField
103 Layout.fillWidth: true
104
105 placeholderText: qsTr("Password of your email account")
106 text: imapSettings.imapPassword
107 onTextChanged: {
108 imapSettings.imapPassword = text
109 imapSettings.smtpPassword = text
110 }
111 }
112
113 Kube.Label {
114 text: qsTr("IMAP server address") 97 text: qsTr("IMAP server address")
115 Layout.alignment: Qt.AlignRight 98 Layout.alignment: Qt.AlignRight
116 } 99 }