<?php
require_once __DIR__ . '/core/POP3Server.php';
$server = new POP3Server();
$server->listen(110);