From 946e89cd7a3963b58712f38dd1c9df51f74172e0 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 21 Apr 2017 13:05:43 +0200 Subject: Added text to gmail account to tell how to enable imap access --- accounts/gmail/package/contents/ui/GmailSettings.qml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'accounts/gmail/package/contents/ui/GmailSettings.qml') diff --git a/accounts/gmail/package/contents/ui/GmailSettings.qml b/accounts/gmail/package/contents/ui/GmailSettings.qml index 39e1b307..86ea966a 100644 --- a/accounts/gmail/package/contents/ui/GmailSettings.qml +++ b/accounts/gmail/package/contents/ui/GmailSettings.qml @@ -56,6 +56,22 @@ Item { columnSpacing: Kube.Units.largeSpacing rowSpacing: Kube.Units.largeSpacing + Kube.Label { + text: "Please note that GMail requires you to configure your account to allow IMAP connections from Kube: +
    +
  1. See https://support.google.com/mail/answer/7126229 to configure your account to allow IMAP connections. +
  2. Visit https://myaccount.google.com/lesssecureapps and enable the setting to allow Kube to connect to your account." + Layout.alignment: Qt.AlignCenter + Layout.columnSpan: 2 + onLinkActivated: Qt.openUrlExternally(link) + textFormat: Text.StyledText + MouseArea { + anchors.fill: parent + acceptedButtons: Qt.NoButton // we don't want to eat clicks on the Text + cursorShape: parent.hoveredLink ? Qt.PointingHandCursor : Qt.ArrowCursor + } + } + Kube.Label { text: "Title of Account" Layout.alignment: Qt.AlignRight -- cgit v1.2.3