UNPKG

yopmail-helper

Version:

yopmail helper. It will help you receive the mail content.

5 lines (4 loc) 330 B
export declare function inbox(mailAddress: string): Promise<any[]>; export declare function mailDetails(mailId: string, mailAddress: string): Promise<any[]>; export declare function mailDetailsHtml(mailId: string, mailAddress: string): Promise<any[]>; export declare function linkOfFirstMail(mailAddress: string): Promise<any[]>;