From f8ef757237e6b0eb52f12e7125d43644218dcd06 Mon Sep 17 00:00:00 2001 From: s2 Date: Sat, 18 Apr 2015 01:58:55 +0200 Subject: [PATCH] add a readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9cfb48d --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +## A javascript library with utility functions for replaying to mails + +Need to quote a message? +Need to rewrap your response to 75 chars before sending? +This is the lib for you. + +Look at the `tests.js` file for some examples.