namespace ReadyPOP3
{
using System;
public enum POP3ServerState
Authorization,
Transaction,
Disconnected
}