mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-01 10:33:14 +08:00
[iso-core] imap-connection properly resolves this
This commit is contained in:
parent
875fac3227
commit
2126060d27
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ class IMAPConnection extends EventEmitter {
|
|||
try {
|
||||
this._resolvedSettings = await IMAPConnection.asyncResolveIMAPSettings(this._baseSettings)
|
||||
await this._buildUnderlyingConnection()
|
||||
resolve()
|
||||
resolve(this)
|
||||
} catch (err) {
|
||||
reject(err)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue