Changed class name to "Server" from "Imap"

This commit is contained in:
Robert Hafner 2012-06-10 22:02:51 -07:00
parent e78fe27527
commit 4eaec14f17

View File

@ -18,7 +18,7 @@ namespace Fetch;
* @package Fetch
* @author Robert Hafner <tedivm@tedivm.com>
*/
class Imap
class Server
{
/**
* When SSL isn't compiled into PHP we need to make some adjustments to prevent soul crushing annoyances.