1.0.12 • Published 1 year ago

yopmail-helper v1.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Yopmail helper

📦 Install

You can install the library using NPM or Yarm

npm i yopmail-helper
yarn add yopmail-helper

🔧 How to use

//Declare module
import { inbox, linkOfFirstMail, mailDetails, mailDetailsHtml } from 'yopmail-helper';

✉️ get inbox of a mail address

    const mails = await inbox('admin01');

🗃️ Read details of an email

    const mails = await inbox('admin01');
    const mailDetailsInfo = await mailDetails(mails[0].mailId,'admin01');

🗃️ Read details of an email in HTML

    const mails = await inbox('admin01');
    const mailDetailsHtmlInfo = await mailDetailsHtml(mails[0].mailId,'admin01');

📑 Read link of an email

    const link = await linkOfFirstMail('admin01');
1.0.11

1 year ago

1.0.12

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.6

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago