Browse Source

update notes about gmail authentication

main
Distopico Vegan 3 years ago
parent
commit
421b5f5d22
No known key found for this signature in database GPG Key ID: 98093A8072546BF3
4 changed files with 8 additions and 8 deletions
  1. +2
    -2
      app/src/main/res/values-en/strings.xml
  2. +1
    -1
      app/src/main/res/values/dimens.xml
  3. +2
    -2
      app/src/main/res/values/strings.xml
  4. +3
    -3
      docs/FAQ.md

+ 2
- 2
app/src/main/res/values-en/strings.xml View File

@ -263,6 +263,6 @@
<string name="title_reset">Reset</string>
<string name="title_color">Color</string>
<string name="title_cancel">Cancel</string>
<string name="text_gmail_note"><![CDATA[Require have plain IMAP authentication enabled <font color=\'#0055C7\'>More info</font>]]></string>
<string name="message_gmail_note"><![CDATA[Since January 2020 Gmail restricted the oAuth scopes, now requires authorization to be able to authenticate, we have plans to fix this and allow oAuth authentication without privative libraries.<br/><br/> As a temporary solution you need to allow IMAP authentication or how Google says <i>\"less secure apps\"</i>.<br/><br/><b>Instructions here:</b> https://support.google.com/accounts/answer/6010255</br>]]></string>
<string name="text_gmail_note"><![CDATA[Require have non-oAuth authentication enabled <font color=\'#0055C7\'>More info</font>]]></string>
<string name="message_gmail_note"><![CDATA[Since January 2020 Gmail restricted the oAuth scopes, now requires authorization to be able to authenticate, we are looking the best way to fix oAuth authentication without privative libraries.<br/><br/> As a temporary solution you need to allow normal authentication or how Google says <i>\"less secure apps\"</i>.<br/><br/><b>Instructions here:</b> https://support.google.com/accounts/answer/6010255</br>]]></string>
</resources>

+ 1
- 1
app/src/main/res/values/dimens.xml View File

@ -15,5 +15,5 @@
<dimen name="compose_padding">6dp</dimen>
<dimen name="input_height">40dp</dimen>
<dimen name="normal_size">40dp</dimen>
<dimen name="color_pick">40dp</dimen>
<dimen name="color_pick">30dp</dimen>
</resources>

+ 2
- 2
app/src/main/res/values/strings.xml View File

@ -307,6 +307,6 @@
<string name="title_reset">Reset</string>
<string name="title_color">Color</string>
<string name="title_cancel">Cancel</string>
<string name="text_gmail_note"><![CDATA[Require have plain IMAP authentication enabled <font color=\'#0055C7\'>More info</font>]]></string>
<string name="message_gmail_note"><![CDATA[Since January 2020 Gmail restricted the oAuth scopes, now requires authorization to be able to authenticate, we have plans to fix this and allow oAuth authentication without privative libraries.<br/><br/> As a temporary solution you need to allow IMAP authentication or how Google says <i>\"less secure apps\"</i>.<br/><br/><b>Instructions here:</b> https://support.google.com/accounts/answer/6010255</br>]]></string>
<string name="text_gmail_note"><![CDATA[Require have non-oAuth authentication enabled <font color=\'#0055C7\'>More info</font>]]></string>
<string name="message_gmail_note"><![CDATA[Since January 2020 Gmail restricted the oAuth scopes, now requires authorization to be able to authenticate, we are looking the best way to fix oAuth authentication without privative libraries.<br/><br/> As a temporary solution you need to allow normal authentication or how Google says <i>\"less secure apps\"</i>.<br/><br/><b>Instructions here:</b> https://support.google.com/accounts/answer/6010255</br>]]></string>
</resources>

+ 3
- 3
docs/FAQ.md View File

@ -68,10 +68,10 @@ Without [IMAP IDLE](https://en.wikipedia.org/wiki/IMAP_IDLE) emails need to be p
#### How can I login to Gmail / G suite?
Since January 2020 Gmail restricted the scopes, now requires authorization 'oAuth' to be able to authenticate,
we have plans to fix this and allow oAuth authentication without privative libraries.
Since January 2020 Gmail restricted the oAuth scopes, now requires authorization to be able to authenticate,
we are looking the best way to fix oAuth authentication without privative libraries.
As a temporary solution you need to allow IMAP authentication or how Google says "less secure apps".
As a temporary solution you need to allow normal authentication (non-oAuth) or how Google says "less secure apps".
See here for instructions: [https://support.google.com/accounts/answer/6010255](https://support.google.com/accounts/answer/6010255)
#### Why are messages in the outbox not moved to the sent folder?


Loading…
Cancel
Save