mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Add POPPASSD change password plugin
This commit is contained in:
parent
a8a21f42f7
commit
9ec92e9946
6 changed files with 198 additions and 0 deletions
|
|
@ -67,6 +67,11 @@
|
|||
<param name="plugin-name" value="ispmanager-change-password"/>
|
||||
</antcall>
|
||||
</target>
|
||||
<target name="poppassd-change-password">
|
||||
<antcall target="_build_plugin_">
|
||||
<param name="plugin-name" value="poppassd-change-password"/>
|
||||
</antcall>
|
||||
</target>
|
||||
<target name="black-list">
|
||||
<antcall target="_build_plugin_">
|
||||
<param name="plugin-name" value="black-list"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue