mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Demo plugin disable delete of messages
This commit is contained in:
parent
d21b7e754f
commit
98b203a3ca
1 changed files with 3 additions and 0 deletions
|
|
@ -65,6 +65,9 @@ class DemoAccountPlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if ('DoFolderClear' === $sMethodName || 'DoMessageDelete' === $sMethodName) {
|
||||||
|
exit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue