Recent posts
#21
Pending Issues / Re: Invalid scope while authen...
Last post by TiffanyLynch - March 18, 2026, 12:05:18 AMSo i asked on microsoft learn forum¹ about the issue, and from my understanding, the outlook.office.com scope is only for Exchange Online, which is paid and common in organizations. But he also mentioned that Exchange Web (API providing the outlook.office.com scope) is also in the process of being deprecated and moved to Graph API. So is the pull request you mentioned makes Outlook OAuth work with Microsoft Graph?
¹ https://learn.microsoft.com/en-us/answers/questions/5825132/how-to-add-permission-from-office-api-scopes
¹ https://learn.microsoft.com/en-us/answers/questions/5825132/how-to-add-permission-from-office-api-scopes
#22
Pending Issues / Re: Email headers not showing ...
Last post by ehymel - March 17, 2026, 11:25:32 AMAs far as switching to plain text, I think that anything you do to refresh the page after the initial load will then appropriately show the headers. If I go to my settings and turn off HTML views of messages I see the same behavior with new messages not showing headers on initial load.
#23
Pending Issues / Re: Email headers not showing ...
Last post by ehymel - March 17, 2026, 10:59:12 AMI appreciate the time you are spending on this.
I commented out ALL plugins in the confing/config.inc.php file and just to be thorough (not sure if needed) I deleted all files in the temp/ directory.
Unfortunately there is no change. I'll leave all plugins disabled in case you want to have a look. It seems 2 plugins remain no matter what (jqueryui and filesystem_attachments).
I commented out ALL plugins in the confing/config.inc.php file and just to be thorough (not sure if needed) I deleted all files in the temp/ directory.
Unfortunately there is no change. I'll leave all plugins disabled in case you want to have a look. It seems 2 plugins remain no matter what (jqueryui and filesystem_attachments).
#24
Pending Issues / Re: Email headers not showing ...
Last post by SKaero - March 17, 2026, 02:12:06 AMI tested with the account you send and was able to briefly see the problem, after switching the email to plan text all the headers showed up as normal and the problem happen again. I noticed that you have a larger number of plugins enabled. Can you try diabling all the plugin and see if the issues continues? My leading guess is that either a outdated plugin or conflict between plugins is causing the issue.
#25
Pending Issues / Re: Email headers not showing ...
Last post by ehymel - March 15, 2026, 10:07:11 AMCertainly! I'll pm you. Thank you
#26
Pending Issues / Re: Invalid scope while authen...
Last post by JohnDoh - March 15, 2026, 05:08:23 AMdoes this help? https://github.com/roundcube/roundcubemail/pull/9939
#27
Pending Issues / Invalid scope while authentica...
Last post by TiffanyLynch - March 15, 2026, 03:24:36 AMHello. I want to use roundcube to access outlook. I created an oauth application in entra ID, assigned necessary permissions, copy-paste the example from defaults.inc.php file, and replaced the client ID and secret placeholders with my own. I was bounced back to login page, with an error (only shown in the URL,) `invalid_scope`. I checked the permission details for IMAP.AccessAsUser.All and SMTP.Send, turns out it's also within `graph.microsoft.com`. So i think the `https://outlook.office365.com/` part in oauth scope is not needed at all. I tried stripping that part, and finally got an oauth token, but i was bounced back to login page with no error reported even with debug_level set to 1. And i'm using roundcubemail-1.6.13-complete.tar.gz archive to deploy roundcube.
#28
Theme Releases / Re: Elastic2022
Last post by Seb1k - March 14, 2026, 07:50:29 AMHi all !
I just released version 1.7 of my skin.
Many CSS & JS fix.
The top bar now fits in "1 line" :

Bulk delete and archive are working !
Direct link : https://github.com/seb1k/Elastic2022
@stanislawl, could you please send me a screenshot of the issue? I couldn't find where the problem is.
I just released version 1.7 of my skin.
Many CSS & JS fix.
The top bar now fits in "1 line" :

Bulk delete and archive are working !
Direct link : https://github.com/seb1k/Elastic2022
@stanislawl, could you please send me a screenshot of the issue? I couldn't find where the problem is.
#29
Pending Issues / Re: Email headers not showing ...
Last post by SKaero - March 14, 2026, 03:50:40 AMIs there anyway I could get a test account to see if for myself?
#30
Pending Issues / Re: Email headers not showing ...
Last post by ehymel - March 13, 2026, 05:23:19 PMOnly minor version updates for php (8.5.2 to 8.5.3 to 8.5.4), but just to check I downgraded php to version 8.4 with the same results as my current version.