trying to use oauth2 proxy with Eudora and gmail #361
Closed
Al-clueless
started this conversation in
General
Replies: 1 comment 1 reply
-
You aren't actually responding to the authorisation request. See the readme, starting at "The first time your email client makes a request". |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've been a long time Eudora user. I am running this on a Windows 11 machine. Gmail recently stopped allowing connections unless they are using oauth. So my Eudora stopped working as Eudora does not support oauth. It was suggested that I try this software, so I downloaded email oauth2 proxy and I have it running. I then updated the Eudora connection to connect to the local host. I keep getting a pop up message that goes away before I can get a screenshot. So I checked the emailproxy.log and I see the message below. It looks like it is asking me to use a menu to log in. Where is this menu? How can I get to it? I am also including the messages from the start of software, in case there is something there I am missing. TIA.
2025-06-03 15:22:25,454: Initialising Email OAuth 2.0 Proxy (version 2025-03-14) from config file C:\Users\adr5\email proxy\emailproxy.config
2025-06-03 15:22:25,461: Starting IMAP server at 127.0.0.1:1993 (unsecured) proxying outlook.office365.com:993 (SSL/TLS)
2025-06-03 15:22:25,501: Starting POP server at 127.0.0.1:1995 (unsecured) proxying pop.gmail.com:995 (SSL/TLS)
2025-06-03 15:22:25,503: Starting SMTP server at 127.0.0.1:1587 (unsecured) proxying smtp.gmail.com:587 (STARTTLS)
2025-06-03 15:22:25,504: Starting IMAP server at 127.0.0.1:2993 (unsecured) proxying imap.gmail.com:993 (SSL/TLS)
2025-06-03 15:22:25,506: Starting POP server at 127.0.0.1:2995 (unsecured) proxying pop.gmail.com:995 (SSL/TLS)
2025-06-03 15:22:25,507: Starting SMTP server at 127.0.0.1:2465 (unsecured) proxying smtp.gmail.com:465 (SSL/TLS)
2025-06-03 15:22:25,513: Initialised Email OAuth 2.0 Proxy - listening for authentication requests. Connect your email client to begin
2025-06-03 15:23:13,034: Accepting new connection from 127.0.0.1:59235 to POP server at 127.0.0.1:1995 (unsecured) proxying pop.gmail.com:995 (SSL/TLS)
2025-06-03 16:43:12,863: Accepting new connection from 127.0.0.1:63113 to POP server at 127.0.0.1:1995 (unsecured) proxying pop.gmail.com:995 (SSL/TLS)
2025-06-03 16:43:15,821: Authorisation request received for [email protected] (interactive mode)
2025-06-03 16:43:15,858: Please authorise your account [email protected] from the menu
2025-06-03 16:43:22,760: Authorisation result error for account [email protected] - aborting login. Authorisation request timed out_
Beta Was this translation helpful? Give feedback.
All reactions