Hello,
I am about to integrate roundcube with existing CRM application we develop. Other than creating plugins for server side and client side, I plan to embed roundcube inline into existing application build on AngularJS.
The plan is to embed roundcube UI into AngularJS app using an iframe element:
"chrome" elements, i.e. header and footer. 2) Apply our styling to all roundcube UI, using a plugin. 3) Implement plugins allowing to add UI elements and behaviour to roundcube UI for quick interaction with our CRM using postMessage API.
The goal is to create smooth integration allowing users to work with email and CRM information at the same time.
Could fellow users please help me understand the issues I am about to face or point me to relevant documentation or source code.
Thanks for help!