diff --git a/Models/Email.php b/Models/Email.php deleted file mode 100644 index 064874d..0000000 --- a/Models/Email.php +++ /dev/null @@ -1,39 +0,0 @@ -con = imap_open('{' . $host . ':' . $port . '}', $user, $password); - } - - public function getListNew() - { - // TODO: Implement getListNew() method. - } - - public function getListAll() - { - // TODO: Implement getListAll() method. - } - - public function getMessage() - { - // TODO: Implement getMessage() method. - } - - public function removeMessage() - { - // TODO: Implement removeMessage() method. - } - - public function setStatus() - { - // TODO: Implement setStatus() method. - } -} diff --git a/Models/SMTP.php b/Models/SMTP.php deleted file mode 100644 index e69de29..0000000