You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-s...@googlegroups.com
How should a client handle a forced disconnect from the server? The disconnect callback gets called but if you try to call connect it gets an error because the mail client still thinks it is connected. In the reset method on NettyImapClient the precondition always throws the "Cannot reset while mail client is still connected (call disconnect() first)." error. If I call disconnect from the disconnect listener I get an endless loop.