I'm new to writing my own plugins and have only made one plugin for now (CalDAVZap (https://www.roundcubeforum.net/index.php/topic,24625.0.html)), but i would like to write another plugin and maybe extend the existing one. But for this to make work, i need a GUI in the Roundcube settings. The only real documentation i have found is in the GitHub Wiki (https://github.com/roundcube/roundcubemail/wiki/Plugin-API), but inside there is no word about such a settings section. Is there any advice, how to make such a GUI and save its values per User in the database?
There isn't a lot of documentation examples, the best way is to find a plugin that does what you want and then to look at the code for that plugin.
Ok. thx, i see if i could find a solution. Thx.