Fetch
Fetch copied to clipboard
Calling imap_reopen() too often
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()