diff --git a/dev/Remote/AbstractFetch.js b/dev/Remote/AbstractFetch.js index a90f27f8f..e5c18431f 100644 --- a/dev/Remote/AbstractFetch.js +++ b/dev/Remote/AbstractFetch.js @@ -49,6 +49,7 @@ fetchJSON = (action, sGetAdd, params, timeout, jsonCallback) => { } else { params.Action = action; } + // Don't abort, read https://github.com/the-djmaze/snappymail/issues/487 // abort(action); const controller = new AbortController(), signal = controller.signal;