@marlinjai/email-mcp 1.2.5 → 1.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/dist/setup/wizard.js +1 -1
- package/dist/setup/wizard.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8406,7 +8406,7 @@ var init_adapter3 = __esm({
|
|
|
8406
8406
|
}
|
|
8407
8407
|
const mailboxExists = this.client.mailbox?.exists ?? -1;
|
|
8408
8408
|
const effectiveCount = Math.max(realMessageCount, mailboxExists);
|
|
8409
|
-
if (effectiveCount
|
|
8409
|
+
if (effectiveCount <= 0) {
|
|
8410
8410
|
return [];
|
|
8411
8411
|
}
|
|
8412
8412
|
const criteria = this.buildSearchCriteria(query);
|