Email Preview Portlet
Screenshots
To view larger screenshots, click on one of the thumbnails below:
Comments
@Paul – I know with gmail you have to go into the options and enable IMAP access... did you do this step already?
Thank you for quick response! I had done enabling the IMAP access before and confirmed that the status is IMAP is enabled.
These are the settings we use for gmail integration...
<portletPreferences>
<portletPreference>
<name>port</name>
<read-only>true</read-only>
<values>
<value>993</value>
</values>
</portletPreference>
<portletPreference>
<name>authenticationServiceKey</name>
<read-only>true</read-only>
<values>
<value>portletPreferences</value>
</values>
</portletPreference>
<portletPreference>
<name>protocol</name>
<read-only>true</read-only>
<values>
<value>imaps</value>
</values>
</portletPreference>
<portletPreference>
<name>host</name>
<read-only>true</read-only>
<values>
<value>imap.gmail.com</value>
</values>
</portletPreference>
<portletPreference>
<name>connectionTimeout</name>
<read-only>true</read-only>
<values>
<value>-1</value>
</values>
</portletPreference>
<portletPreference>
<name>usernameSuffix</name>
<read-only>true</read-only>
<values>
<value>@gmail.com</value>
</values>
</portletPreference>
<portletPreference>
<name>inboxUrl</name>
<read-only>true</read-only>
<values>
<value>https://mail.google.com/mail/#inbox</value>
</values>
</portletPreference>
<portletPreference>
<name>inboxName</name>
<read-only>true</read-only>
<values>
<value>Inbox</value>
</values>
</portletPreference>
<portletPreference>
<name>linkServiceKey</name>
<read-only>true</read-only>
<values>
<value>default</value>
</values>
</portletPreference>
<portletPreference>
<name>timeout</name>
<read-only>true</read-only>
<values>
<value>-1</value>
</values>
</portletPreference>
</portletPreferences>
Do you have a suitable 'authenticationServiceKey' and 'usernameSuffix?'
Absolutely! Flag the ones you don't want users to change as <readOnly>true</readOnly>. The portlet will honor that designation by disabling the controls for those preferences.
On uP4 you can do that with the data-import tool. In uP3 there was a way to edit that in the Portlet Manager UI... but I think that feature is currently broken in uP4. I'm sure it will be sorted, though, soon.
Hi,
Even though I followed all of the instruction in this page, I get a error message "ERROR! - Unable to retrieve information from your email account!
Please try again later." after email settings. I set as following, please let me know if I have to do anything further or fix some, thanks.
servername: imap.gmail.com
protocol: imaps
port:993