@types/imap
Advanced tools
Comparing version 0.8.41 to 0.8.42
@@ -270,2 +270,14 @@ /// <reference types="node" /> | ||
// from NodeJS.EventEmitter | ||
addListener(event: string, listener: Function): this; | ||
on(event: string, listener: Function): this; | ||
once(event: string, listener: Function): this; | ||
removeListener(event: string, listener: Function): this; | ||
removeAllListeners(event?: string): this; | ||
setMaxListeners(n: number): this; | ||
getMaxListeners(): number; | ||
listeners(event: string): Function[]; | ||
emit(event: string, ...args: any[]): boolean; | ||
listenerCount(type: string): number; | ||
// from MessageFunctions | ||
@@ -272,0 +284,0 @@ /** Searches the currently open mailbox for messages using given criteria. criteria is a list describing what you want to find. For criteria types that require arguments, use an array instead of just the string criteria type name (e.g. ['FROM', 'foo@bar.com']). Prefix criteria types with an "!" to negate. */ |
{ | ||
"name": "@types/imap", | ||
"version": "0.8.41", | ||
"version": "0.8.42", | ||
"description": "TypeScript definitions for imap", | ||
@@ -26,4 +26,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/imap", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "0d83d26ede54f8fa05e6dda274806540258bda9c83944d15df27a371daede0ed", | ||
"typesPublisherContentHash": "7920b3a5e2e281016a1b0b5ee467f35a3fc28bfa9e5ff1cedb2b8699503218b2", | ||
"typeScriptVersion": "4.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 31 Oct 2024 05:35:24 GMT | ||
* Last updated: Thu, 31 Oct 2024 18:02:52 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ |
27187
369