# SMTP协议(Socket实现) **Repository Path**: ToAchieve/SMTP-Protocol ## Basic Information - **Project Name**: SMTP协议(Socket实现) - **Description**: 初步实现SMTP协议 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-04-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SMTP协议(Socket实现) #### 介绍 初步实现SMTP协议 #### 软件架构 软件架构说明 #### 使用说明 1. 先打开服务端,运行server包下MainServer 2. 运行客户端,运行client包下SmtpClient #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request