[Issue] Extra break in message_id in OWA response

There is an extra break in the message_id field that causes issues when passing to other nodes. Such as marking mail as read.
So I'm not sure this is actually the case. I believe it may be due to how the view looks. I've been able to mark things as read and such in the past, and am not really sure what to change.
I'll dig in again as I play around with OWA later on :)
The more I play with it I find it is not consistent. When it does error out it says the id doesn't exist...which it does. So I think your right, there is something else going on. However, when I add this in between it works every time. echo -n "$read_phishing.messages.#.message_id" | sed -e 's,\\[trn],,g'
Same issue and work around is working
Should probably just strip it in the app itself tbh. Do you mind having a look at how to do that @arnydo?
Sure thing!