-
一个Email服务器端源程序,代码完整,功能丰富
一个Email服务器端源程序,代码完整,功能丰富-sourcecode of a email server. the code is completed and with ample function
- 2022-01-26 03:33:58下载
- 积分:1
-
after the procedures need pop3 server configuration information, through basic w...
本程序运行后需要配置pop3服务器信息,通过基本的windows窗口实现功能。-after the procedures need pop3 server configuration information, through basic windows functions to achieve the window.
- 2022-06-13 15:40:29下载
- 积分:1
-
好的邮件客户端的实现,POP3,SMTP
好的邮件客户端实现,pop3,smtp
-good mail client to achieve, pop3, smtp
- 2022-01-26 00:50: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
-
一个简单的电子邮件发送程序!使用VC开发!
一个简单的电子邮件发送程序!使用VC开发!-a simple email procedures! Use of VC!
- 2022-02-14 14:40:57下载
- 积分:1
-
java写的邮件客户端
java写的邮件客户端-mail client
- 2022-02-14 10:17:45下载
- 积分:1
-
smtp.dll(动态链接库)
smtp的动态库,邮件发送过程中用的动态库,里面有详细的代码,接口简单无需文档,自己研究一下就可以使用了, 性能稳定。-smtp dynamic library, mail sent to the process of making DLL containing a detailed code, simple interface without documents, their study on the use of the stable performance.
- 2023-07-25 08:35:02下载
- 积分:1
-
SMTP pop3 Jail
基于SMTP协议和pop3协议和Jail电子邮件软件的实现-SMTP pop3 Jail
- 2022-12-12 17:40:04下载
- 积分:1
-
pop3高级程序开发相关的源代码,很有用的东西
用于pop3高级程序开发相关的源代码,非常实用的东西-Senior Program Development for pop3 related source code, very useful things
- 2022-03-12 13:55:27下载
- 积分:1
-
completed using disk
已完成使用磁盘电子邮件客户端可以附加附加功能的档案
- 2023-06-11 20:15:04下载
- 积分:1