Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Can't connect with yahoo #301

Open
Dinamots opened this issue May 25, 2019 · 3 comments
Open

BUG: Can't connect with yahoo #301

Dinamots opened this issue May 25, 2019 · 3 comments
Assignees
Labels
bug 🐞 Something isn't working invalid This doesn't seem right
Milestone

Comments

@Dinamots
Copy link

Hi,

I tried to use a yahoo adress and it appeared that I have an invalid imap credential (and I entered the right settings)

Incoming Mail (IMAP) Server

Server - imap.mail.yahoo.com
Port - 993
Requires SSL - Yes
Outgoing Mail (SMTP) Server

Server - smtp.mail.yahoo.com
Port - 465 or 587
Requires SSL - Yes
Requires authentication - Yes

@Dinamots Dinamots changed the title Can't connect with yahoo BUG : Can't connect with yahoo May 25, 2019
@Dinamots Dinamots changed the title BUG : Can't connect with yahoo BUG: Can't connect with yahoo May 25, 2019
@manusa manusa added bug 🐞 Something isn't working invalid This doesn't seem right labels May 26, 2019
@manusa manusa added this to the MVP milestone May 26, 2019
@manusa
Copy link
Owner

manusa commented May 26, 2019

Yahoo doesn't allow standard IMAP access to their accounts (same as Google/Gmail), without specifically configuring your account.

  1. https://help.yahoo.com/kb/account/SLN27791.html
  2. https://help.yahoo.com/kb/SLN4075.html

For seamless access to e-mail accounts from external clients, clients must implement an OAuth2->IMAP authentication flow (not yet available in Isotope).

So in order to access your Yahoo account from Isotope you may perform the following steps (read the documentation to understand what you're doing)

  1. Turn on Allow apps that use less secure sign in:
    image
  2. Access your account using the settings you provided:
    image
    image

@Dinamots
Copy link
Author

Thx,

Is there a way to make isotope a "secure app" to yahoo and gmail ?
And if it's not possible, Is it possible to print another error message than " Imap credential invalid " ?

@manusa
Copy link
Owner

manusa commented May 29, 2019

Hi @Dinamots

One of the plans after MVP release (v. > 1.0) is to support alternative IMAP method logins (such as [X]OAuth2) so that users can log to their accounts in GMail or Yahoo.

The message is OK as credentials are invalid unless you explicitly configure Yahoo/Gmail to accept "less secure" credentials (Basically there is no possible way to find out that credentials were not valid/discarded by Yahoo's IMAP server due to this fact).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐞 Something isn't working invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants