File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ CHANGELOG for 1.0.x
3
3
4
4
This changelog references any relevant changes introduced in 1.0 minor versions.
5
5
6
+ * 1.0.9 (2020-07-22)
7
+ * ** Issue #57 :** Can't see embedded images in ticket.
8
+ * ** Issue #56 :** refresh-mailbox produces Parse Error.
9
+
6
10
* 1.0.8 (2020-05-26)
7
11
* ** Misc. Updates:**
8
12
* Added some condition to remove redundency of tickets when more conversation between customer and agent and ticket get duplicates.
@@ -23,7 +27,7 @@ This changelog references any relevant changes introduced in 1.0 minor versions.
23
27
* ** Issue #38 :** Issue for imap host field when add host inside qoutes ' '.
24
28
* ** Issue #28 :** Error while edit disable mailbox.
25
29
* ** Issue #50 :** Email setting are not being update in production mode.
26
- * ** Issue #51 :** Duplicate entry for ticket when running refresh command second time.
30
+ * ** Issue #51 :** Duplicate entry for ticket when running refresh command second time.
27
31
28
32
* 1.0.3 (2019-11-15)
29
33
* ** Issue #46 :** IMAP not creating tickets
Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ public function processMail($rawEmail)
318
318
// Process Mail - Content
319
319
$ htmlFilter = new HTMLFilter ();
320
320
$ mailData ['subject ' ] = $ parser ->getHeader ('subject ' );
321
- $ mailData ['message ' ] = autolink ($ htmlFilter ->addClassEmailReplyQuote ($ parser ->getMessageBody ('html ' )));
321
+ $ mailData ['message ' ] = autolink ($ htmlFilter ->addClassEmailReplyQuote ($ parser ->getMessageBody ('htmlEmbedded ' )));
322
322
$ mailData ['attachments ' ] = $ parser ->getAttachments ();
323
323
324
324
if (!$ mailData ['message ' ]) {
You can’t perform that action at this time.
0 commit comments