You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
App creates thousands of server requests to the mail server. Happens in IMAP (seen by Nick) and Exchange protocols (seen by Ben many months ago), so it's protocol independent.
benbucksch
changed the title
Mail: Persons tabs creates huge number of server requests
Mail: Persons tab creates huge number of server requests
Jan 13, 2025
For IMAP, you can add a console.log() in IMAPFolder.runCommand(). Even IMAPEMail.download() etc goes through that. You won't have any info about the command being run, but at least you know that we contact the server.
For HTTP requests (e.g. Exchange protocols), you can use backend.ts line 150:
```// console.log("Calling server", "input", input, "options", options, "defaults", defaultOptions);` ``
Reproduction
Actual result
Expected result
The text was updated successfully, but these errors were encountered: