mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-12 15:44:40 +08:00
[iso-core] Fix typo in IMAPBox
This commit is contained in:
parent
9fd2f097b0
commit
6cf9e487b0
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ class IMAPBox {
|
|||
if (!fetchOptions) {
|
||||
throw new Error("IMAPConnection.fetchStream requires an options object.")
|
||||
}
|
||||
return this.__withPreparedConnection((imap) => {
|
||||
return this._withPreparedConnection((imap) => {
|
||||
return new Promise((resolve, reject) => {
|
||||
const f = imap.fetch(uid, fetchOptions);
|
||||
f.on('message', (imapMessage) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue