Jump to conversation
Unresolved conversations (3)
@roman-r-m roman-r-m Jul 25, 2022
Same here, this returns `box` that you never use.
src/core/imap.ts
bishoy-magdy PackElend
@roman-r-m roman-r-m Jul 25, 2022
You resolve this passing string but never use the return value.
Outdated
src/core/imap.ts
bishoy-magdy roman-r-m
@roman-r-m roman-r-m Jul 22, 2022
isn't this the same as ``` await this.state() await this.openBox(mailBox) let messages = await this.search(criteria) ... ```
Outdated
src/core/imap.ts
bishoy-magdy roman-r-m
Resolved conversations (0)