Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.46 KB

2017-12-25-wechaty-mail-tool.md

File metadata and controls

34 lines (24 loc) · 1.46 KB
title author categories tags image
Wechaty-Mail: An email tool build on Wechaty
wnbupt
project
code
utility
/assets/2017/wechaty-email.png

As soon as I learn how to use 6 lines of JavaScript to achieve a simple chatbot based on Wechaty, I was deeply attracted and decide to develop an easy-to-use email tool based on it. Wechaty-Mail is an application based on Wechaty which can help you get notifications in WeChat when you receive new emails.

wechaty_email

Screenshot of the Application

For example, my binding email address is 346786495@qq.com

wechaty-email

How to use Wechaty-Mail?

  • Support email types: Gmail/Outlook/Netease mails(163/126)/QQ mail/Sina mail.
  • authorize the mailbox and turn on the IMAP service in mail settings.
  • Configure your own email address and password in the source code and enjoy it.
  • Ding-dong! you’ve just got an email notification from WeChat FileHelper!

Find more details in my github repository Wechaty-Email

Appendix: Packages We Used

  • Wechaty: A great and easy-to–use WeChat middleware.
  • Imap: An IMAP client module for node.js.
  • Mailparser: An advanced email parser for Node.js.