@jimsalter I had an issue only with one account, which was an email address that gets thousands per day (for fail2ban reports). All other accounts worked flawlessly under Firefox, including the PWA extension. For that one, though, I had to beef up dovecot in 10-master.conf as follows:
service imap {
vsz_limit = 4096M
process_limit = 2048
}
Then, similarly in /etc/dovecot/conf.d/20-imap.conf, I had to add/replace:
protocol imap {
imap_max_line_length = 256k
mail_max_userip_connections = 50
imap_idle_notify_interval = 15s
}
This fixed the red bar you get where it says fail to connect. Once that was gone, I can leave the tab (or PWA) open indefinitely and mail just comes in no issue. I only use Firefox for checking Roundcube. My full email server setup is here:
https://wiki.haacksnetworking.org/doku.php?id=computing:mailserver-trixie
Keep me posted and hope you get it sorted. But yeah, I'm kind of neurotic about email so I would certainly notice if it failed to refresh, provide alerts, or function - can't recreate here, but I certainly trust that you are not getting the same results ;(