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

Gmail authentication fails #190

Closed
elig0n opened this issue Sep 5, 2019 · 2 comments
Closed

Gmail authentication fails #190

elig0n opened this issue Sep 5, 2019 · 2 comments

Comments

@elig0n
Copy link

elig0n commented Sep 5, 2019

I tried both with Gmail and also manual IMAP setting (which I confirmed working, elsewhere).

Exception in thread Thread-6:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 754, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib/python2.7/site-packages/Mailnag/daemon/idlers.py", line 67, in _idle
    self._account.open()
  File "/usr/lib/python2.7/site-packages/Mailnag/common/accounts.py", line 97, in open
    self._get_backend().open()
  File "/usr/lib/python2.7/site-packages/Mailnag/backends/imap.py", line 60, in open
    self._conn = self._connect()
  File "/usr/lib/python2.7/site-packages/Mailnag/backends/imap.py", line 202, in _connect
    conn.login(self.user, self.password)
  File "/usr/lib/python2.7/site-packages/Mailnag/common/imaplib2.py", line 827, in login
    self._deliver_exc(self.error, dat[-1], kw)
  File "/usr/lib/python2.7/site-packages/Mailnag/common/imaplib2.py", line 1396, in _deliver_exc
    raise exc(dat)
error: [AUTHENTICATIONFAILED] Invalid credentials (Failure)
@vishytk
Copy link

vishytk commented Nov 4, 2019

I have the same issue. In fact I've never got mailnag working on Fedora for a long time. So I've never used this program. Thought of trying once again after several years and facing the same issue.

Fedora 31, mailnag-1.3.0

@vishytk
Copy link

vishytk commented Nov 4, 2019

Resolved: Apparently, the issue was with Google settings.

Followed the recommendations from https://forum.kde.org/viewtopic.php?f=215&t=131960

@elig0n elig0n closed this as completed Nov 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants