From 2e9f05e96815ef46e9ffee336c71eaaaff796dc3 Mon Sep 17 00:00:00 2001 From: Brian White Date: Tue, 17 Apr 2012 13:53:05 -0400 Subject: [PATCH] Adjust link (mime.js->mimelib) in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index debd089..8b196fd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Description node-imap is an IMAP module for [node.js](http://nodejs.org/) that provides an asynchronous interface for communicating with an IMAP mail server. This module does not perform any magic such as auto-decoding of messages/attachments or parsing of email addresses (node-imap leaves all mail header values as-is). -If you are in need of this kind of extra functionality, check out andris9's [mime.js](http://github.com/andris9/mailparser/blob/master/mime.js) (requires [node-iconv](http://github.com/bnoordhuis/node-iconv)) set of functions, part of his [mailparser](http://github.com/andris9/mailparser) module. +If you are in need of this kind of extra functionality, check out andris9's [mimelib](https://github.com/andris9/mimelib) module. Also check out his [mailparser](http://github.com/andris9/mailparser) module, which comes in handy after you fetch() a 'full' raw email message with this module. Requirements