mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-03-05 03:09:15 +08: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;
|
||||
}
|
||||
}
|
||||
else if ('DoFolderClear' === $sMethodName || 'DoMessageDelete' === $sMethodName) {
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue