We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in our mailhandler, we check if there is a in-reply-to header use this to check if the convo exists in the db, and add a new entry to existing convo
in-reply-to
BUT some services provide an array if email IDs "in-reply-to": "<lalalala@rp.zero.e.uninbox.com> <lalalala@zendesk.com>"
"in-reply-to": "<lalalala@rp.zero.e.uninbox.com> <lalalala@zendesk.com>"
we need to handle this and check all messages in the array till we fine a match
The text was updated successfully, but these errors were encountered:
In-Reply-To
Successfully merging a pull request may close this issue.
in our mailhandler, we check if there is a
in-reply-to
headeruse this to check if the convo exists in the db, and add a new entry to existing convo
BUT
some services provide an array if email IDs
"in-reply-to": "<lalalala@rp.zero.e.uninbox.com> <lalalala@zendesk.com>"
we need to handle this and check all messages in the array till we fine a match
The text was updated successfully, but these errors were encountered: