Skip to content

Commit 8be860d

Browse files
committed
v0.6.0
1 parent 0c37fe5 commit 8be860d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mailparser",
33
"description": "Asynchronous and non-blocking parser for mime encoded e-mail messages",
4-
"version": "0.5.3",
4+
"version": "0.6.0",
55
"author": "Andris Reinman",
66
"maintainers": [{
77
"name": "andris",

test/mailparser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ exports["Attachment Content-Id"] = {
446446
var mailparser = new MailParser();
447447
mailparser.end(mail);
448448
mailparser.on("end", function(mail) {
449-
test.equal(mail.attachments && mail.attachments[0] && mail.attachments[0].contentId, "ef694232fea1c01c16fb8a03a0ca710c@mailparser");
449+
test.equal(mail.attachments && mail.attachments[0] && mail.attachments[0].contentId, "7c7cf35ce5becf62faea56ed8d0ad6e4@mailparser");
450450
test.done();
451451
});
452452
},

0 commit comments

Comments
 (0)