Skip to content

Commit

Permalink
Merge pull request #9356 from RocketChat/hotfix/replace-mailparser
Browse files Browse the repository at this point in the history
Use correct version of Mailparser module
  • Loading branch information
rodrigok committed Jan 8, 2018
2 parents 72ecd58 + b29076d commit f82e572
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 106 deletions.
163 changes: 59 additions & 104 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"imap": "^0.8.19",
"jquery": "^3.2.1",
"ldapjs": "^1.0.1",
"mailparser-node4": "^2.0.2-2",
"mailparser": "^2.1.0",
"mime-db": "^1.32.0",
"mime-type": "^3.0.5",
"moment": "^2.20.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import IMAP from 'imap';
import POP3 from 'poplib';
import { simpleParser } from 'mailparser-node4';
import { simpleParser } from 'mailparser';

export class IMAPIntercepter {
constructor() {
Expand Down

0 comments on commit f82e572

Please sign in to comment.