-
pop3高级程序开发相关的源代码,很有用的东西
用于pop3高级程序开发相关的源代码,非常实用的东西-Senior Program Development for pop3 related source code, very useful things
- 2022-03-12 13:55:27下载
- 积分: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
-
实现电子邮件的自动寻呼功能,同时给出电子邮件自动寻呼所必需的POP3和SMTP参数的设置方法。...
实现电子邮件的自动寻呼功能,同时给出电子邮件自动寻呼所必需的POP3和SMTP参数的设置方法。-automatic e-mail pager function, automatic e-mail pager is necessary for the POP3 and SMTP method parameter settings.
- 2022-10-11 16:45:07下载
- 积分:1
-
mail, plus annexes.
发邮件,可以加附件。-mail, plus annexes.
- 2022-05-04 23:13:37下载
- 积分: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
-
MAPI协议发送邮件封装类
MAPI协议发送邮件封装类-MAPI agreement transmission mail seal class
- 2022-05-16 01:42:44下载
- 积分:1
-
支持ssl的发送email的客户端程序
支持ssl的发送email的客户端程序- Supports ssl the transmission email customer end procedure
- 2022-12-20 08:55:03下载
- 积分:1
-
nPOP目前,最小的邮件客户端,此为最新版本源码,而且代码相当全,包括不同语言版本,不同平台版本等。PC环境下使用VC的平台。...
nPOP目前,最小的邮件客户端,此为最新版本源码,而且代码相当全,包括不同语言版本,不同平台版本等。PC环境下使用VC的平台。-nPOP At present, the smallest e-mail client, this is the latest version of source code, and rather the entire code, including different language versions, different versions of such platforms. PC environment platform using VC.
- 2022-07-06 19:52:10下载
- 积分:1
-
smtp邮件服务器源码
smtp邮件服务器源码--Source code of Smtp email server
- 2023-04-17 19:30:03下载
- 积分:1
-
android foxmail
This ia an Android program about foxmail.You can modify it and run at android 2.3.First,you must learn about Socket program.
- 2022-01-26 06:16:50下载
- 积分:1