Roundcube Community Forum

 

Recent posts

#81
General Discussion / Re: Unable to access mail from...
Last post by JohnDoh - March 07, 2026, 06:48:16 AM
Roundcube is open source webmail software it is not a service. It connects to your IMAP server similar to how Outlook does. The error you describe sounds a bit strange but Roundcube has is not involved at all when you are using Outlook. I suggest you contact your email provider and tell them the exact error message you get. They might ask you for the IMAP connection details you are using to confirm they are correct as well.
#82
General Discussion / Unable to access mail from oth...
Last post by tommo - March 07, 2026, 06:14:59 AM
Hello - how are you? I don't know if anyone can help, and please forgive me - I'm not particularly savvy when it comes to these things!

I am able to access my webmail via roundcube on my main PC via a browser, and also via Outlook on the same PC. However, using the same credentials I am unable to access my mail from any other device, phone - tablet - other PC, the login always fails. It fails when logging in via the roundcube login page OR trying to login via outlook or any other email client.

Is this a 'roundcube' issue or an I barking up the wrong tree?

Any advice appreciated.

Thanks in advance!
#83
Requests / Re: Extra filter options
Last post by Bavrob - March 07, 2026, 03:31:35 AM
I've got an answer.. So please close this topic.
Thanks, Rob
#84
Requests / Extra filter options
Last post by Bavrob - March 07, 2026, 02:46:39 AM
We want to forward messages depending on the cc-address or the bcc-address instead of 'only'the to-address...
#85
Pending Issues / Re: Email headers not showing ...
Last post by ehymel - March 05, 2026, 07:35:41 PM
I still don't have an answer, but it must be some odd caching issue as you suggested @JohnDoe. When I revert back to version 1.7-beta2 and even version 1.6.10 I now get the same behavior. I'll keep investigating and report back here if I find a solution. If anyone has ideas to try, I'm all ears. fwiw, I'm running a fedora 43 server with caddy v. 2.10.2.
#86
Pending Issues / Re: Email headers not showing ...
Last post by ehymel - March 05, 2026, 06:49:09 PM
Thanks for the reply.

No error messages in the roundcube errors.log file, and I am not using any imap or message caching:

// config/default.inc.php
$config['imap_cache'] = null;
$config['messages_cache'] = false;

Just in case, I rebooted the entire server and the issue persists.
#87
Pending Issues / Re: HTTP Header auth with SSO
Last post by ZephOne - March 05, 2026, 08:16:58 AM
The issue is with LemonLDAP-NG, not with roundcube.

There is an issue with the nginx-lua-headers.conf, it messes with the cookie.
#88
Pending Issues / Re: Email headers not showing ...
Last post by JohnDoh - March 05, 2026, 02:13:54 AM
is there anything in the roundcube error log? also do you have any of the imap or message caching options enabled? if so does resetting the cache make any difference?
#89
Pending Issues / Re: Roundcube Mobile: uncaught...
Last post by JohnDoh - March 05, 2026, 02:11:36 AM
I cannot find that skin. In the template files if you can find the reference to the "listmenulink" object. Something like:
<roundcube:object name="listmenulink"...
and it should have an attribute called either `optionsmenuicon` or `icon`. If you remove that attribute then the problem should go away.
#90
Pending Issues / Email headers not showing on i...
Last post by ehymel - March 03, 2026, 10:40:39 AM
I recently updated from version 1.7-beta2 to 1.7-rc4. The problem below has now appeared:

When I first load ANY new unread message, all images in the message are blocked, as expected. However all email headers (From, To, ReplyTo, Date) are also missing (see screenshot). If I click off of the message then return to the new message, now all headers are correctly displayed. If I have previoulsy "allowed all from <email address>" then I see all message images (as expected) or I have the additional button of "Always allow from <email address>" (also as expected).

So, it's just the initial load of any new unread message. I'm not sure which version this problem appeared between beta2 and rc4.