-
-
Notifications
You must be signed in to change notification settings - Fork 134
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
Mailbox folders shown, but messages list is empty #1515
Comments
You have:
Instead, it should have not used the cache as there is 1 message.
I will look and see why the cache is not using the folder Etag |
Thanks for looking into it! I think I saw a mention of disabling the cache on some of the other similar issues. Can I simply turn it off in the admin page to try as a workaround? Edit: tried disabling, behaviour looks the same. |
Want me to try hotpatching the changes from this commit in? |
No, just wait a day ;) |
Here you go, try with v2.36.0 |
No dice, I'm afraid.
|
Hi Maurice Moss, Maddy says:
So they probably have an issue with the implementation of UIDVALDITY. |
Thanks, do you think this is related? I've had no problems using Thunderbird as a client, is there any value in trying to get and compare the logs between the two? Tnetennba |
Apologies if this is a little funky, my ISP is really screwing me over right now, so there may be some signs of a dropped connection in here. This is what Thunderbird has to say, however. Does it look like there's a differnece between how they query messages and how SnappyMail does?:
|
Looks like it's a duplicate of this, given that snappymail is forked from Rainloop's base. I seem to be on the latest image though. |
Looking at your log a second time, i've noticed the problem.
SORT should return the UID's but returns none. |
Sorry for the delay, I didn't get notified of this. Thanks for looking into it! Appreciate the help. |
So, after getting a go container, writing some scripts to debug the protocol, working it all out - seems the issue might be fixed in the master branch of maddy already 😅. But actually, I see I am getting the same from my live server. This is basically using telnet:
Is this the sort of output you'd expect? As the UIDs weren't in the logs from snappymail above. I'll try and build the master and test again in the wild shortly. Thank for your help! |
Okay, all seems to be working now. I don't really know what happened, but I noticed that I spent an hour or so being unable to login - and noticed that the logs showed SnappyMail querying the wrong domain - in essence we have our server set up on mailtesting.example.com, whilst mail.example.com continues with the old system. I kept getting server timeouts and authentication failures - and eventually realised in the logs that it was not querying the mailtesting subdomain or some reason - even though I logged in with my full email address in the login page. Given that I haven't changed anything re the sorting, I wonder if it's in part the same issue, and I simply didn't scan it by eye when looking through, as the sort seems to return the correct output without my having updated the mailtesting container - only played around locally. Honestly not sure what has gone wrong, but if it's resolved now I'm just gonna move on ;) |
Describe the bug
![image](https://private-user-images.githubusercontent.com/5004545/316325350-8d0efbbe-df39-4640-af96-f9f3377229ab.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxODgyOTcsIm5iZiI6MTczOTE4Nzk5NywicGF0aCI6Ii81MDA0NTQ1LzMxNjMyNTM1MC04ZDBlZmJiZS1kZjM5LTQ2NDAtYWY5Ni1mOWYzMzc3MjI5YWIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMTE0NjM3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OGNjMGJmNmJmYzMyYzNmZjRlZGQ3NDk4YWMyMjE3OTljYWI0ZTU2NDVkMmNkYTJmOGZiZWNhMzA2MmFkYmZiYiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.BNDtDvfZEdR7WenjM7gllN-Kn6iggRK95QL8tbof_CE)
Have made a throwaway account on a mail server. Can log in successfully, and I can see folders and the number of messages in there:
However, I only get an empty list for the messages. Seems to be working as normal for a different mailserver (don't know what software it is running on the backend), but not this one using maddy.
IMAP folder configuration:
Logs look okay to me (Subfolder was added afterwards, so not shown):
Thanks!
The text was updated successfully, but these errors were encountered: