<div dir="ltr">OK. How would I manage to use an id/pw?</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Apr 22, 2022 at 11:16 AM Richard <<a href="mailto:lists-claws@listmail.innovate.net">lists-claws@listmail.innovate.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
> Date: Friday, April 22, 2022 10:56:43 -0700<br>
> From: Geoffrey Leach <<a href="mailto:geoffleach.gl@gmail.com" target="_blank">geoffleach.gl@gmail.com</a>><br>
><br>
> Back to the grind (sigh). Two laptops, both with up-to-date Fedora<br>
> 35, both with internet access via (the same) Starlink connection.<br>
> Following setup of OAuth2 in Claws 4.0 send and receive worked on<br>
> both. Now both fail for both send and receive. Both laptops have<br>
> working gmail accounts, but with different logins.<br>
> <br>
> AFAIK both laptops have the samp claus settings, although different<br>
> OAuth2 keys.<br>
> <br>
> Suggestions for diagnosis/repair are, as always, received with<br>
> gratitude.<br>
> <br>
> Laptop A receive<br>
> * Account 'gmail': Connecting to POP3 server: pop.gmail.com:995...<br>
> [2022-04-22 10:38:07] POP< +OK Gpop ready for requests from<br>
> 98.97.35.176 u197mb190363244jau<br>
> [2022-04-22 10:38:07] POP> USER <a href="http://geoffleach.gl" rel="noreferrer" target="_blank">geoffleach.gl</a><br>
> [2022-04-22 10:38:07] POP< +OK send PASS<br>
> [2022-04-22 10:38:07] POP> PASS ********<br>
> [2022-04-22 10:38:09] POP< -ERR [AUTH] Username and password not<br>
> accepted. *** error occurred on authentication<br>
> *** Authentication failed.<br>
> Laptop A send - uplink at 100%<br>
> * OAuth2 obtaining access token using refresh token<br>
> * OAuth2 access token obtained<br>
> * OAuth2 access token updated<br>
> * Account 'gmail': Connecting to SMTP server: smtp.gmail.com:25...<br>
> *** Session timed out. You may be able to recover by increasing the<br>
> timeout value in Preferences/Other/Miscellaneous.<br>
> <br>
> Laptop B receive same as Laptop a<br>
> <br>
> Laptop B receiv* OAuth2 obtaining access token using refresh token<br>
> * OAuth2 access token not obtained<br>
> * OAuth2 access token not obtained<br>
> * Account 'gmail': Connecting to SMTP server: smtp.gmail.com:465...<br>
> [2022-04-22 09:05:29] SMTP< 220 <a href="http://smtp.gmail.com" rel="noreferrer" target="_blank">smtp.gmail.com</a> ESMTP<br>
> nt22-20020a17090b249600b001<br>
> [2022-04-22 09:05:29] ESMTP> EHLO webster<br>
> [2022-04-22 09:05:29] ESMTP< <a href="http://250-smtp.gmail.com" rel="noreferrer" target="_blank">250-smtp.gmail.com</a> at your service,<br>
> [98.97.35.176]<br>
> [2022-04-22 09:05:29] ESMTP< 250-SIZE 35882577<br>
> [2022-04-22 09:05:29] ESMTP< 250-8BITMIME<br>
> [2022-04-22 09:05:29] ESMTP< 250-AUTH LOGIN PLAIN XOAUTH2<br>
> PLAIN-CLIENTTOKEN OAUT<br>
> [2022-04-22 09:05:29] ESMTP< 250-ENHANCEDSTATUSCODES<br>
> [2022-04-22 09:05:29] ESMTP< 250-PIPELINING<br>
> [2022-04-22 09:05:29] ESMTP< 250-CHUNKING<br>
> [2022-04-22 09:05:29] ESMTP< 250 SMTPUTF8<br>
> [2022-04-22 09:05:29] ESMTP> [AUTH XOAUTH2]<br>
> [2022-04-22 09:05:29] ESMTP< 334<br>
> eyJzdGF0dXMiOiI0MDAiLCJzY2hlbWVzIjoiQmVhcmVyIiw<br>
> [2022-04-22 09:05:29] ESMTP> MAIL FROM:<<a href="mailto:SUSLEA491@GMAIL.COM" target="_blank">SUSLEA491@GMAIL.COM</a>><br>
> SIZE=354 [2022-04-22 09:05:29] SMTP< 535-5.7.8 Username and<br>
> Password not accepted. Learn<br>
> [2022-04-22 09:05:29] SMTP< 535 5.7.8<br>
> <a href="https://support.google.com/mail/?p=BadCre" rel="noreferrer" target="_blank">https://support.google.com/mail/?p=BadCre</a><br>
> ** error occurred on authentication -- timeout<br>
> *** Authentication failed:<br>
<br>
<br>
Based on these log snippets, it appears that <br>
<br>
  on laptop A ...<br>
<br>
  - you are using an id/pw, not OAuth2, for pop (port 995) email<br>
    retrieval.<br>
  - for sending you are using OAuth2, but are are trying to<br>
    connect to port 25, rather than 465. that will fail.<br>
<br>
  on laptop B<br>
   - there was no retrieval attempt,<br>
   - you tried, but failed, to get an OAuth2 token for sending <br>
     (on port 465).<br>
      - it seems to fall back to id/pw, which failed, when OAuth2<br>
        fails.<br>
<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.claws-mail.org" target="_blank">Users@lists.claws-mail.org</a><br>
<a href="https://lists.claws-mail.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.claws-mail.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote></div>