PMC-40: Action by Email: Email response configuration
This commit is contained in:
committed by
Paula Quispe
parent
29cd1acc59
commit
2c7461b4a1
@@ -50,6 +50,26 @@ class SpoolRun
|
||||
$this->mailEreg = "/^([\w\-_\+\.']+@[\w\-_\.]+\.\w{2,5}+)$/";
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the $spool_id
|
||||
*
|
||||
* @param string
|
||||
*/
|
||||
public function setSpoolId($v)
|
||||
{
|
||||
$this->spool_id = $v;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the $spool_id
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getSpoolId()
|
||||
{
|
||||
return $this->spool_id;
|
||||
}
|
||||
|
||||
/**
|
||||
* get all files into spool in a list
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user