1.0.2 • Published 2 years ago

@huanlin/temp-email v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Temp-Email

Install

yarn add @huanlin/temp-mail

Use

export interface Email {
    address_from: string;
    eid: string;
    e_subject: string;
    e_date: number;
    name_to: string;
    name_from: string;
}
export declare function getTempEmail(maxRetries: number): Promise<string>;
export declare function waitForInbox(email: string): Promise<Email>;
export declare function getAllEmails(email: string): Promise<Email[]>;
1.0.2

2 years ago

1.0.1

2 years ago