roundcube / roundcubemail

The Roundcube Webmail suite
https://roundcube.net
GNU General Public License v3.0
5.57k stars 1.6k forks source link

Possible IMAP UIDVALIDITY Issue: SEARCH search key not supported #9437

Closed ryanthomas-org closed 2 days ago

ryanthomas-org commented 2 weeks ago

Upon logging in successfully to IMAP, I am greeting with a Server Error: UID SEARCH: SEARCH search key not supported error. This error displays any time the inbox is loaded including upon login.

No messages display in the inbox although they should be there.

I suspect this is related to the fact that my mail host uses a 64-bit UIDVALIDITY. Mail clients like Thunderbird and Mutt accommodated these by truncating the value: https://github.com/neomutt/neomutt/commit/a8b82212d0e308fd741d386d4592aea2f14b55bf

This may be a violation of an IMAP standard but one common enough that other IMAP clients patch for it. I have been unsuccessful in getting my otherwise extremely reliable email (and DNS) host to do anything about it on their end.

Is this something that could easily be done here?

alecpl commented 2 days ago

I don't think this is UIDVALIDITY related. Could you enable imap_debug in Roundcube config and provide the log?

ryanthomas-org commented 2 days ago

Thank you for the follow up. I ended up finally switching mail hosts (from Dynadot) which did resolve this. Since I can't provide the log I'll close this out. Thanks again