-
smtp服务器,功能还算齐全
smtp服务器,功能还算齐全-smtp server, functions fairly complete
- 2022-08-18 19:54:42下载
- 积分:1
-
1、这是用C++写SMTP协议,直接可以用户二次开发使用 2、来源于人民大学出版的网络通讯二次开发一书 3、该原程序功能强大,可以一次发无数多个小附件,速度和通...
1、这是用C++写SMTP协议,直接可以用户二次开发使用 2、来源于人民大学出版的网络通讯二次开发一书 3、该原程序功能强大,可以一次发无数多个小附件,速度和通用的EMAIL差不多 -1, it is C++ Write SMTP protocol, users can directly use the secondary development of 2, from the People s University, published in the secondary development of network communication of a book 3, the original program features powerful, can be a hair more than the numerous small Annex, speed, and almost universal EMAIL
- 2022-05-29 20:39:45下载
- 积分:1
-
一个简单的CPop3的类,可以连接POP3服务器,并接受服务器的消息。...
一个简单的CPop3的类,可以连接POP3服务器,并接受服务器的消息。-a simple CPop3 the category, can be connected to the POP3 server, the server and receive the news.
- 2022-04-18 01:33:56下载
- 积分:1
-
java邮件处理程序,可以发送接收邮件,可以发送和接收附件
java邮件处理程序,可以发送接收邮件,可以发送和接收附件-java mail handling procedures, can send and receive mail, can send and receive Annex
- 2022-06-21 13:27:24下载
- 积分:1
-
好的邮件客户端的实现,POP3,SMTP
好的邮件客户端实现,pop3,smtp
-good mail client to achieve, pop3, smtp
- 2022-01-26 00:50:27下载
- 积分:1
-
email server system designed in HTML and PHP
电子邮件管理系统,通过电子邮件提供客户机-服务器通信。收件箱,sentbox,垃圾邮件等…好的学期项目
- 2022-02-03 21:15:27下载
- 积分:1
-
邮件发送代码
package util;
import java.io.Serializable;
public class MailContract implements Serializable{
/**
* serialVersionUID:TODO
* @since Ver 1.1
*/
private static final long serialVersionUID = 1L;
/**发件人*/
private String sender;
/**发件人密码*/
private String pwd;
/**收件人*/
private String recipient;
/**邮件标题*/
private String title;
/**邮件内容*/
private String context;
public String getSender() {
return sender;
}
publi
- 2022-11-10 20:35:04下载
- 积分:1
-
Delphi和C++ Builder
Delphi/C++Builder
- 2022-05-20 15:43:43下载
- 积分:1
-
到SMTP E附件支持
java写的支持附件的SMTP邮件程序.在分析以往一些排课软件的基础上,提出一个通用的排课管理信息系统的设计方法,并对一些具体的技术问题作出相应安排-support annex to the SMTP e-mail programs. The analysis of the past, some of the Course Scheduling software, based on a common course arrangement management information system design methods, as well as some specific technical problems to make the necessary arrangements
- 2022-11-24 07:35:03下载
- 积分:1
-
2.目录简单的邮件发送是一个很简单的邮件发送程序,能够发送普通的文本内容;...
2.目录简单的邮件发送是一个很简单的邮件发送程序,能够发送普通的文本内容;-2. Contents simple mail delivery is a very simple procedure Send mail to send ordinary text;
- 2022-06-02 00:07:48下载
- 积分:1