mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-01 18:44:01 +08:00
Summary: This error ocurred, to the best of our knowledge, on iCloud accounts that had been linked to other clients like Airmail. On such accounts, node-imap would incorrectly parse the mailbox list from imap, and return an `Airmail` folder which did not exist, causing us to try to sync that nonexistent folder and error in the sync loop. This error is amongst the most frequent we've seen in Sentry and Support: https://sentry.io/nylas/nylas-mail/issues/213158962/events/4897450600/ The fix es detailed in the PR to node-imap: https://github.com/mscdex/node-imap/pull/594/files This commit only points the node-imap dependency to our fork for now Test Plan: manual and unit tests in node-imap Reviewers: mark, khamidou, spang Reviewed By: spang Differential Revision: https://phab.nylas.com/D3860 |
||
---|---|---|
.. | ||
src | ||
index.js | ||
package.json |