title | author | categories | tags | image | ||
---|---|---|---|---|---|---|
Wechaty-Mail: An email tool build on Wechaty |
wnbupt |
project |
|
/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.
For example, my binding email address is 346786495@qq.com
- 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
- 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.