Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
docker_notes:docker-mailserver [2024-08-14 Wed wk33 20:50] – [postfix] baumkpdocker_notes:docker-mailserver [2025-01-05 Sun wk01 12:25] (current) – [Roundcube WebMail] baumkp
Line 776: Line 776:
         └── www (directory location of Roundcube files, created by Roundcube if empty)</code>         └── www (directory location of Roundcube files, created by Roundcube if empty)</code>
 ++++ ++++
 +
 +====Roundcube Docker Plugins====
 +See https://github.com/roundcube/roundcubemail-docker/tree/master/examples#installing-roundcube-plugins  that indicate plugins can be directly added to the container using ''docker exec -it roundcubemail composer require source/plugin_name --update-no-dev'' I have used the following plugins:
 +  *''weird-birds/thunderbird_labels''
 +    *See https://github.com/mike-kfed/roundcube-thunderbird_labels
 +  *''jfcherng-roundcube/show-folder-size''
 +    *See https://github.com/jfcherng-roundcube/plugin-show-folder-size
 +    *To use, in Roundcube right click on a mail directory and select ''show folder size'' menu item
 +  *''takika/rc_tls_icon''
 +    *See https://github.com/Takika/rc_tls_icon
 +  *managesieve - haven't got this working
  
 Some links: Some links: