<html aria-label="message body"><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;"><div>Same here, and I think this is bigger than MailMate.</div><div><br></div><div>I'm on a personal Outlook.com/Hotmail account (M3 Mac), OAuth2, same outlook.office365.com endpoints for IMAP and SMTP. Identical pattern to yours: the "authenticated but not connected" error, XOAUTH2 failing on a token that should be valid, then MailMate deleting the refresh token from the keychain so I'm forced to re-approve. Relaunch fixes it for a day, then it repeats.</div><div><br></div><div>The root cause looks server-side at Microsoft, not MailMate. There's a documented regression in Microsoft's IMAP OAuth service for consumer Outlook.com accounts, running since around December 2024 and still open. After a good OAuth flow the XOAUTH2 handshake gets rejected with exactly that "User is authenticated but not connected" string despite a valid token, and it's hitting multiple independent mail clients, so it isn't app-specific. Microsoft Q&A thread if you want to add your case:</div><div>https://learn.microsoft.com/en-us/answers/questions/5673167/imap-oauth-regression-user-is-authenticated-but-no</div><div><br></div><div>One caveat: that error string means different things by account type. On consumer MSA accounts it's the regression above. On work/school (Entra) accounts it usually means IMAP is disabled for the mailbox, or the app's delegated permissions / admin consent are misconfigured, which is a tenant fix rather than a Microsoft bug. Which kind is your account? If it's a work/school tenant, the diagnosis and fix are completely different.</div><div><br></div><div>Where I do think MailMate is at fault: deleting a perfectly good refresh token on this failure. A transient server-side rejection shouldn't trigger credential deletion. If MailMate treated "not connected" as retry-with-backoff instead of purge-and-re-auth, the daily prompt would mostly disappear even while Microsoft stays broken. Might be worth a look, Benny.</div><div><br></div><div>The durable fix is probably Microsoft Graph instead of IMAP for consumer MS accounts. At least one client (MailVault) already abandoned IMAP OAuth and moved to Graph for exactly this reason. Big lift for MailMate, I know. Until then it's live with the daily re-auth or move the account to a transport that doesn't use IMAP for Outlook.</div><div><br></div><div>Best,</div><div>Maxim</div><div><br><blockquote type="cite"><div>On Jul 11, 2026, at 12:00 PM, mailmate-request@lists.freron.com wrote:</div><br class="Apple-interchange-newline"><div>Send mailmate mailing list submissions to<br><span class="Apple-tab-span" style="white-space:pre">     </span>mailmate@lists.freron.com<br><br>To subscribe or unsubscribe via the World Wide Web, visit<br><span class="Apple-tab-span" style="white-space:pre">    </span>https://lists.freron.com/listinfo/mailmate<br>or, via email, send a message with subject or body 'help' to<br><span class="Apple-tab-span" style="white-space:pre">  </span>mailmate-request@lists.freron.com<br><br>You can reach the person managing the list at<br><span class="Apple-tab-span" style="white-space:pre">        </span>mailmate-owner@lists.freron.com<br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of mailmate digest..."<br>Today's Topics:<br><br>   1. Outlook requiring a new approval every day for the past few<br>      months (Sanchit)<br>   2. Re: Weird problem with Spamsieve (David R. Oran)<br>   3. Re: Weird problem with Spamsieve (Robert Brenstein)<br><br><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);"><b>From: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;">Sanchit <ai.sanchit.123@gmail.com><br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);"><b>Subject: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;"><b>[MlMt] Outlook requiring a new approval every day for the past few months</b><br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);"><b>Date: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;">July 10, 2026 at 1:03:19 PM EDT<br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);"><b>To: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;">mailmate@lists.freron.com<br></span></div><br><br><div dir="ltr">I'm facing this issue on 6065 and it persisted when I upgraded to 6292, on a M1 MacBook Pro with Tahoe 26.5.2. For the past few months, my Outlook account pops up a prompt to approve MailMate's access every day. I'm using OAuth2 with <a href="http://outlook.office365.com/" target="_blank">outlook.office365.com</a> as both IMAP and SMTP server, and almost all the time, the issue doesn't resolve by approving access on the web page, it keeps popping up the page again & again after each approval till it stops. After relaunching MailMate, approval works again and I only have to approve it once. But the cycle repeats every day. I captured the logs for one full cycle and in the non-working state (before the relaunch), there are 3 command streams in the log, I've uploaded all 3 with some redactions below. It starts with the error "<span style="background-color:transparent;color:rgb(252,33,37);font-family:Menlo;font-size:11px">D3 NO User is authenticated but not connected.”. Command attempted: “D3 AUTHENTICATE XOAUTH2 ••••••••••" </span>and ends in the perfectly good refresh tokens (and the access token and expiry date) being deleted from the keychain. Has anyone faced this ?<br><br>Logs:<br><a href="https://drive.google.com/drive/folders/1qkr5aMqjP0XjuY_jmxcADFYk3o726WE4?usp=sharing">https://drive.google.com/drive/folders/1qkr5aMqjP0XjuY_jmxcADFYk3o726WE4?usp=sharing</a></div>
<br><br><br><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);"><b>From: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;">"David R. Oran" <daveoran@orandom.net><br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);"><b>Subject: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;"><b>Re: [MlMt] Weird problem with Spamsieve</b><br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);"><b>Date: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;">July 11, 2026 at 7:46:53 AM EDT<br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);"><b>To: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;">MailMate Users <mailmate@lists.freron.com><br></span></div><br><br>On 9 Jul 2026, at 12:55, Robert Brenstein wrote:<br><br><blockquote type="cite">Check out the old threads for other suggestions. My main symptom was beachballing when any action required spamsieve, that is new mails or when I set an email as spam. Beachballing by new mails was easy to see since spamsieve icons was getting red down arrow on the dock. An escape suggested by someone was to switch to spamsieve rather than wait for timeout. Ah, memory recall got triggered: my underlaying problem was some disk corruption as it turned out. After I booted into safe mode and ran diskcheck, which reported fixing something, the settings for full disk access started sticking and the problem went away.<br><br></blockquote>Thanks, but no joy. I ran first aid from recovery, it found a few warnings but no real problems. After reboot I turned full disk access off and on for both Mailmate and Spamsieve. No change. Still beachballs.<br><br><blockquote type="cite">On 9 Jul 2026, at 15:39, David R. Oran wrote:<br><br><blockquote type="cite">On 9 Jul 2026, at 8:45, Robert Brenstein wrote:<br><br><blockquote type="cite">There were exchanges on such issues on this mailing list not long ago. For me, the solution was to give full disk access to both mailmate and spamsieve. Some of these settings did not want to stick, but once they did, the problem went away.<br><br></blockquote>Thanks. Yeah I tried that back then to no effect. I just tried again (turning it off and bak on again) and Mailmate still behaves as before. it doesn’t beachball *every* time. but certainly 75% of the time or more.<br><br><blockquote type="cite">Robert<br><br>On 9 Jul 2026, at 14:25, David R. Oran wrote:<br><br><blockquote type="cite">I don’t want to bother Benny with this, as I suspect I may be the only one having this problem and it likely isn’t due directly to anything in Mailmate itself. Perhaps somebody on the list might have clue. It’s been happening for a couple of months now, but I can’t seem to relate when it started to anything in particular.<br><br>Here’s the problem.<br>- I have Spamsieve enabled on incoming mail in my set of InBoxes.<br>- Spamsieve is running.<br>- New mail shows up on the IMAP connection to my mail account. Mailmate beachballs for anywhere from 20 seconds to a minute or so. It seems stuck waiting on Spamsieve.<br>- If I click on Spamsieve explicitly, the spam check finishes immediately and Mailmate becomes responsive.<br><br>Most of my Spam is caught first by Spamassasin on my mail server, so the majority is in the Junk folder already and doesn’t have a Spamsieve score. However.<br><br>- If I go into the Junk folder, select one or more messages, and explicitly invoke Spamsieve to score them, the beachball happens just as with new incoming mail.<br><br>Something is happening with inter-process communication here, but I can’t figure out what, or where to look in my Mac’s settings for clue.<br><br>Possibly relevant: if for yucks I launch Apple mail which also has Spamsieve set up, and mail comes in, Apple mail doesn’t beachball communicating with Spamsieve.<br><br>Clue bat?<br><br><br>DaveO<br><br>_______________________________________________<br>mailmate mailing list<br>Unsubscribe: https://lists.freron.com/listinfo/mailmate<br></blockquote></blockquote><br><blockquote type="cite">_______________________________________________<br>mailmate mailing list<br>Unsubscribe: https://lists.freron.com/listinfo/mailmate<br></blockquote><br>DaveO<br></blockquote><br><blockquote type="cite">_______________________________________________<br>mailmate mailing list<br>Unsubscribe: https://lists.freron.com/listinfo/mailmate<br></blockquote></blockquote><br><blockquote type="cite">_______________________________________________<br>mailmate mailing list<br>Unsubscribe: https://lists.freron.com/listinfo/mailmate<br></blockquote><br>DaveO<br><br><br><br><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);"><b>From: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;">Robert Brenstein <mailmate@learning-insights.eu><br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);"><b>Subject: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;"><b>Re: [MlMt] Weird problem with Spamsieve</b><br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);"><b>Date: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;">July 11, 2026 at 8:40:28 AM EDT<br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);"><b>To: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;">MailMate Users <mailmate@lists.freron.com><br></span></div><br><br>


<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">

<div><div style="font-family: sans-serif;"><div class="plaintext" style="white-space: normal;"><p dir="auto">You can contact Michael Tsai about this.</p><p dir="auto">On 11 Jul 2026, at 13:46, David R. Oran wrote:</p>
<blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777;"><p dir="auto">On 9 Jul 2026, at 12:55, Robert Brenstein wrote:</p><p dir="auto">Check out the old threads for other suggestions. My main symptom was beachballing when any action required spamsieve, that is new mails or when I set an email as spam. Beachballing by new mails was easy to see since spamsieve icons was getting red down arrow on the dock. An escape suggested by someone was to switch to spamsieve rather than wait for timeout. Ah, memory recall got triggered: my underlaying problem was some disk corruption as it turned out. After I booted into safe mode and ran diskcheck, which reported fixing something, the settings for full disk access started sticking and the problem went away.</p><p dir="auto">Thanks, but no joy. I ran first aid from recovery, it found a few warnings but no real problems. After reboot I turned full disk access off and on for both Mailmate and Spamsieve. No change. Still beachballs.</p>
</blockquote></div>

</div>
</div>


<br><br>_______________________________________________<br>mailmate mailing list<br>Unsubscribe: https://lists.freron.com/listinfo/mailmate<br></div></blockquote></div><br></body></html>