优化ETL过滤模块
namespace NewLife.Net.Pop3 { /// <summary>Pop3客户端</summary> public class Pop3Client : DisposeBase { //TODO 未实现Pop3客户端 } }