abstract protected function getMarked($recipient = 'all');
abstract protected function numRows();
abstract protected function getMail($id);
+ abstract protected function getRecipient($id);
abstract protected function setCharset($charset = 'utf8');
abstract protected function update($sql);
}