mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Save multiple .EML to Nextcloud Files storage
https://github.com/the-djmaze/snappymail/issues/569#issuecomment-1287030832
This commit is contained in:
parent
b1bcbc1671
commit
aeabb16808
2 changed files with 43 additions and 1 deletions
|
|
@ -23,9 +23,11 @@ class NextcloudPlugin extends \RainLoop\Plugins\AbstractPlugin
|
|||
$this->addJs('js/message.js');
|
||||
$this->addHook('json.attachments', 'DoAttachmentsActions');
|
||||
$this->addJsonHook('NextcloudSaveMsg', 'NextcloudSaveMsg');
|
||||
$this->addJsonHook('NextcloudAttachFile', 'NextcloudAttachFile');
|
||||
|
||||
$this->addJs('js/composer.js');
|
||||
$this->addJsonHook('NextcloudAttachFile', 'NextcloudAttachFile');
|
||||
|
||||
$this->addJs('js/messagelist.js');
|
||||
|
||||
$this->addTemplate('templates/PopupsNextcloudFiles.html');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue