Skip to content

Commit 5bc02b5

Browse files
committed
fix require path for mailParser
1 parent 7019671 commit 5bc02b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firemail.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ define([
99
"./lib/mailComposer/mailComposer",
1010
"./lib/smtpClient/smtpClient",
1111
"./lib/sendmail/sendmail",
12-
"./lib/sendmail/mailParser"
12+
"./lib/mailParser/mailParser"
1313

1414
], function(mimeFunctions, mimeTypes, addressParser, mailComposer, smtpClient, sendmail, mailParser) {
1515

0 commit comments

Comments
 (0)