Ok python app installed, edited jason file with my parameters , sat IMPA on google account but still failed here the log:
========== 2022-05-01 21:35:27 ==========
Traceback (most recent call last):
File "/mnt/us/extensions/MailPush-1.2/src/mailpush.py", line 22, in <module>
files = fetch_files(**config)
File "/mnt/us/extensions/MailPush-1.2/src/fetchfiles.py", line 91, in fetch_files
for msg_data in fetch_mails(**kargs):
File "/mnt/us/extensions/MailPush-1.2/src/fetchmails.py", line 21, in fetch_mails
connection.login(user, password)
File "/mnt/us/python3/lib/python3.9/imaplib.py", line 612, in login
raise self.error(dat[-1])
imaplib.IMAP4.error: b'[AUTHENTICATIONFAILED] Invalid credentials (Failure)'
sounds like any IMAP wrongs
|