PDA

View Full Version : Emails in Ticket History - no text/plain section found


Support Team
July 11th, 2014, 09:49 AM
RangerMSP User Question*


When I forward an email to the public email address, the contents of the email are not appearing in the Ticket Preview. I get the following message instead:

“The textual email content cannot be displayed. No text/plain section found. Use the ‘Show Original’ option to view the message in your email client application”.

Is there a way to have the email message showing in this area?

--
* Question received by email and shared here for the benefit of our users.

Support Team
July 11th, 2014, 09:49 AM
Answer


This happens when plain text part is stripped from the email. In general every email includes two parts - a textual part (text/plain) and an HTML based part. Only textual part of the incoming email is displayed under the Ticket History. Please click here for resolution instructions for Exchange and Office365.

brainstormcomp
January 26th, 2015, 07:36 PM
has anyone else gotten this to work?
I completed the powershell commands listed and changed our O365 account so now it is set to HtmlAndTextAlternative. I also read where another Commit user used the ps command Set-RemoteDomain Default -TNEFEnabled $false and that worked for them. Even after both of these changes, all of our emails pulled in through the connector say 'The textual email content cannot be displayed. No text/plain section found' unless we send them in plain text only- anyone else have any pointers so that we can see our communication listed correctly in the ticket history?
Thanks
Mark

Support Team
January 27th, 2015, 08:47 AM
FWIW, the suggested solution usually works well and once the textual part isn't stripped out of incoming emails the email content is nicely listed within the ticket.

brainstormcomp
January 27th, 2015, 02:50 PM
Hmm- well I followed those directions I believe exactly. Running the command against 365 get-casmailbox service@domain.com | fl *pop* returns the entry:

PopMessagesRetrievalMimeFormat : HtmlAndTextAlternative

TNEFEnabled is also set to false for the domain. I'm just hoping someone else had this issue and can offer up a suggestion because following the previously noted 365 instructions didn't work. Or does this work for everyone and I need to figure out if I need to change something in my Commit or 365 settings?
Thanks!
Mark

brainstormcomp
January 27th, 2015, 04:44 PM
Hopefully this will help someone else- after hours of pulling hair out with powershell (and I am certainly no expert in it)- this is the command that made it work (in addition to the suggested solution)

Set-CASMailbox -Identity "support@yourITcompany.com" -PopUseProtocolDefaults $false

Once this was set we can now see all emails in the Commit Resolution/History box

Support Team
January 28th, 2015, 06:06 AM
Great to hear that you managed to resolved this and thanks for sharing the above with the community. We've already updated our Office 365 documentation to include this command as well. Thanks!