BadChoice / handesk

A Powerful Laravel Help Desk and Lead Management App
https://github.com/BadChoice/handesk
MIT License
1.4k stars 386 forks source link

Email polling issue when client replies to a ticket in email #504

Open jacky-utwani opened 4 years ago

jacky-utwani commented 4 years ago

When a client replies to an email the mail clients add the quoted text which has all the messages from that thread. The comment parser works well, it does ignore the whole thread but some information of last thread is considered as a comment. Refer the screenshot below the part in the red box is added by mail client and parsed in comment.

image

BadChoice commented 3 years ago

We use a hidden text in the comments so we know where to cut, if their email client replaces any of it, or they delete it manually we have no way to detect it.. Might it be the problem?