4.3.6 • Published 3 months ago

easy-yopmail v4.3.6

Weekly downloads
34
License
ISC
Repository
github
Last release
3 months ago

📮 Easy-YOPMail v4


💌 What is Easy-YOPmail?

a powerful NPM library designed for NodeJS. This tool was born from the need to simplify the generation of random emails, the management of inboxes and the reading of received messages, all without the need to manually interact with any web interface.

Easy-Yopmail is based on the YOPmail platform and operates completely asynchronously. Its intuitive design and efficiency make it an indispensable tool for scraping, automated testing, and any process that requires efficient email management. With Easy-Yopmail, you can focus on what really matters: developing your application. Let our bookstore take care of the email for you.

Join the community of developers who are already taking advantage of Easy-Yopmail. Install it today from NPM and see how it can simplify your workflow!

The main features of Easy-Yopmail include:

  • Random Email Generation: Create unique and random email addresses with a single command.

  • Inbox Management: Access and list the inbox of any Yopmail email address.

  • Reading Emails: Read received emails without having to interact with any web interface.

  • Asynchronous Operation: All Easy-Yopmail functions run asynchronously, allowing for a seamless workflow.

  • Easy Integration with NodeJS: As an NPM library, Easy-Yopmail integrates seamlessly with any NodeJS project.

  • Based on YOPmail: Easy-Yopmail uses the YOPmail platform, which guarantees the reliability and efficiency of its functions.

📦 Install

You can install the library using NPM or Yarm

npm i easy-yopmail
yarn add easy-yopmail

https://github.com/jasp402/Easy-YOPmail/assets/8978470/775b0b6d-2c83-4bc5-856b-cfb4b58ed247

🔧 How to use

//Declare module
const easyYOPmail = require('easy-yopmail');

✉️ Receive a new email dynamically

easyYOPmail.getMail().then(mail => {
    console.log(mail); 
    //Output:
    //jemuzivutro-3233@yopmail.com
});

🗃️ Read inbox of an email

easyYOPmail.getInbox('testing_01').then(inbox => {
    console.log(inbox);
    //Output:
    //{
    //  settings: {},
    //  search: {},
    //  totalInbox: 271,
    //  totalPages: 19,
    //  mailFromPage: { page_1: 15 },
    //  totalGetMails: 15,
    //  inbox: [
    //       {
    //         id: 'e_ZwZjAGVlZGHlZQR1ZQNjAwZ5AQp4ZD==',
    //         from: 'Ola no-reply',
    //         subject: 'this is example message...',
    //         timestamp: '10:20'
    //       }
    //  ]
    //}
});

📑 Read message

easyYOPmail.readMessage('testing_01', 'e_ZwZjAGVlZGHlZQR1ZQNjAwZ5AQp4ZD==', 'TXT').then(message => {
    console.log(message);
    //Output:
    //{
    //  id: 'e_ZwZjAGVlZGHlZQR1ZQNjAwZ5AQp4ZD==',
    //  submit: 'ITechnoLabs Notification - Event from Hanwha  XNV-6012',
    //  from: 'ITechnoLabs Notification Service <notifications@mycamcloud.com>',
    //  date: 'Monday, May 22, 2023 10:23:26 PM',
    //  selector: '#mail',
    //  format: 'txt',
    //  data: 'Hanwha  XNV-6012\n ...'
    //}
});

⚠️ NOTE: For more details visit the full documentation at: https://jasp402.gitbook.io/easy-yopmail-v4

4.3.6

3 months ago

4.3.5

3 months ago

4.3.2

3 months ago

4.3.1

3 months ago

4.2.20

3 months ago

4.2.3

3 months ago

4.2.4

3 months ago

4.2.1

3 months ago

4.2.0

3 months ago

4.2.9

3 months ago

4.2.8

3 months ago

4.2.10

3 months ago

4.2.11

3 months ago

4.2.12

3 months ago

4.1.0

3 months ago

4.1.1

3 months ago

4.2.17

3 months ago

4.2.19

3 months ago

4.2.13

3 months ago

4.2.14

3 months ago

4.2.16

3 months ago

4.0.24

3 months ago

4.0.23

5 months ago

4.0.22

5 months ago

4.0.21

5 months ago

4.0.20

5 months ago

4.0.19

9 months ago

4.0.16

12 months ago

4.0.15

12 months ago

4.0.17

12 months ago

4.0.14

12 months ago

4.0.9

12 months ago

4.0.8

12 months ago

3.1.3

12 months ago

3.1.5

12 months ago

3.1.4

12 months ago

4.0.5

12 months ago

4.0.4

12 months ago

4.0.10

12 months ago

4.0.6

12 months ago

4.0.2

12 months ago

4.0.12

12 months ago

4.0.11

12 months ago

3.0.3

2 years ago

3.0.2

2 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.0.0

3 years ago

1.4.6

4 years ago

1.4.5

4 years ago

1.4.4

4 years ago

1.4.3

4 years ago

1.4.2

4 years ago

1.4.1

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.0.2

4 years ago

1.0.0

4 years ago