-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
INBOX empty but properties shows right size and numer of emails #9634
Comments
@pmaksimowicz Hi! If the number of messages is correct, then the connection to the IMAP server is probably not the problem. But to help we need more information. Please check the browser console for errors, or paste its contents (in english language). Maybe that gives a hint. Also, could you check or upload the |
Hi @pabzm I think I found it. The source of my problem was the nginx configuration. I try to hardening nginx against CSP and X-XSS-Protection with this directive:
How can I modify Content-Security-Policy to be more secure? Is it ok to add just unsafe-eval like this?
|
Currently, Roundcube requires You could attempt to restrict the rules for other sources. MDN has a nice article on how to build a CSP. Beware that all remote sources are required at least for images if you want to allow your users to see "remote objects" in their emails. We don't (yet) have a suggested CSP to use – but we actually should, so I'll post an issue to remind us. Thank you for inspiring this! |
Once, I had; "Content-Security-Policy "default-src https: data: 'unsafe-inline' 'unsafe-eval'";" and the logo image in Settings -> Identities -> My Identity -> Signature wasn't appearing at all. My signature image was appearing as a broken image there. Just my 2 cents. |
You need to allow |
Prerequisites
Describe the issue
I have really weird problem with RC 1.6.8-1 on ArchLinux machine (nginx-mainline 1.27.1-1). I try to build mail server. Right now I have dovecot installed and configured correctly. My users are store in LDAP and I'm able to login - everything is ok. I can read my emails via Thinderbird without a problem.
When I log into my account via Roundcube, I don't see any emails even though RC shows me the correct folder size and number of emails.
My config.inc.php
And I stuck here - why RC do not want to show me my emails?
Thanks for help.
What browser(s) are you seeing the problem on?
Edge, Firefox
What version of PHP are you using?
php-fpm-8.3.11-1
What version of Roundcube are you using?
v1.6.8-1
JavaScript errors
no errors
PHP errors
no errors
The text was updated successfully, but these errors were encountered: