-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 7.10, 8.2
-
Component/s: IMAP Connector, Seam / JSF UI
- install Nuxeo IMAP Connector
- create an EmailFolder and configure it for IMAP for example.
- retrieve some mails by clicking Check Email
- click on a mail title to open it
- in the Summary tab the Text field is empty
Using Chrome Inspector the field is an iframe missing the ID in its link:
http://localhost:8080/nuxeo/restAPI/preview/default//default/?blobPostProcessing=true
Adding manually the Document ID for mail indeed shows the mail content:
http://localhost:8080/nuxeo/restAPI/preview/default/18b2083c-96cb-484c-97ca-307c1fd3c6a1/default/?blobPostProcessing=true
- is duplicated by
-
NXP-17284 Fix email body widget
- Resolved