Skip to content

Commit 8d66272

Browse files
authored
Update README.md
1 parent 53cbbf6 commit 8d66272

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# MIME Codec
22

3+
## HELP WANTED
4+
5+
Felix is not actively maintaining this library anymore. But emailjs is the only IMAP and MIME solution for JS that I am aware of, so I feel this library still has its value. Please let me know if you're interested in helping out, either via email or open an issue about that.
6+
7+
The work that's on the horizon is:
8+
9+
* Adding features as per requests
10+
* Refactor to allow streaming and cut down memory consumption
11+
* Stay up to date with developments in the IMAP protocol
12+
* Maintenance of the other related emailjs libraries
13+
* Maintenance and update of [emailjs.org](https://emailjs.org)
14+
15+
316
[![Greenkeeper badge](https://badges.greenkeeper.io/emailjs/emailjs-mime-codec.svg)](https://greenkeeper.io/) [![Build Status](https://travis-ci.org/emailjs/emailjs-mime-codec.png?branch=master)](https://travis-ci.org/emailjs/emailjs-mime-codec) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![ES6+](https://camo.githubusercontent.com/567e52200713e0f0c05a5238d91e1d096292b338/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f65732d362b2d627269676874677265656e2e737667)](https://kangax.github.io/compat-table/es6/)
417

518
`emailjs-mime-codec` allows you to encode and decode between different MIME related encodings. Quoted-Printable, Base64 etc.

0 commit comments

Comments
 (0)