mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
add excel multirow email list parser
This commit is contained in:
parent
0bba7146a6
commit
e03dfef8b3
5 changed files with 53 additions and 0 deletions
13
plugins/excel-multirow-maillist-parser/index.php
Normal file
13
plugins/excel-multirow-maillist-parser/index.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
class ParseExcelListPlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||
{
|
||||
/**
|
||||
* @return void
|
||||
*/
|
||||
public function Init()
|
||||
{
|
||||
$this->addJs('js/parse_excel_list.js'); // add js file
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue