Fetch icon indicating copy to clipboard operation
Fetch copied to clipboard

Calling imap_reopen() too often

Open tomsommer opened this issue 8 years ago • 0 comments

imap_reopen() is called every time setImapStream() is called, which is a huge performance problem.

It should only be called if getServerString() has changed since the last imap_reopen() or imap_open()

tomsommer avatar Apr 21 '17 07:04 tomsommer