Trash items

This commit is contained in:
Oliver Davies 2016-07-15 01:10:24 +01:00
parent 48395c0ba7
commit 2b4418b1ff

View file

@ -180,6 +180,18 @@ class GmailFilter
return $this;
}
/**
* Mark a message to be trashed.
*
* @return $this
*/
public function trash()
{
$this->trash = TRUE;
return $this;
}
/**
* Add a condition.
*