-
本程序是一个可移植的(Win32/Linux)邮件接收(支持POP3协议)程序,并编写了可移植SOCKET和POP3封装类,希望能为初学者提供一些帮助。...
本程序是一个可移植的(Win32/Linux)邮件接收(支持POP3协议)程序,并编写了可移植SOCKET和POP3封装类,希望能为初学者提供一些帮助。- This procedure is may transplant (Win32/Linux) the mail receive
(to support the POP3 agreement) the procedure, and compiled has been
possible to transplant SOCKET and the POP3 seal class, hoped could
provide some help for the beginner.
- 2022-02-20 18:22:31下载
- 积分:1
-
pop3协议分析,主要实现了pop3协议客户端。可以作为开发的基础...
pop3协议分析,主要实现了pop3协议客户端。可以作为开发的基础-pop3 protocol analysis, the main pop3 client agreement. Can be used as the foundation for development
- 2022-04-01 19:26:34下载
- 积分:1
-
接收email的程序(pop3协议),支持附件
接收email的程序(pop3协议),支持附件-Receive email procedures (pop3 protocol) to support the Annex
- 2022-01-26 07:01:46下载
- 积分: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
-
POP3邮件服务器检测控制
POP3邮件服务器检测控件
- 2022-01-22 16:04:50下载
- 积分:1
-
SMTP pop3 Jail
基于SMTP协议和pop3协议和Jail电子邮件软件的实现-SMTP pop3 Jail
- 2022-12-12 17:40:04下载
- 积分:1
-
一个java支持smtp的邮件程序
一个java支持smtp的邮件程序-a java support smtp mail procedures
- 2022-01-30 18:28:29下载
- 积分:1
-
这是本人在完成邮件发送系统中用JavaMail发送需要认证邮件的原代码,有实际应用价值。...
这是本人在完成邮件发送系统中用JavaMail发送需要认证邮件的原代码,有实际应用价值。-This is the completion of my mail delivery system using JavaMail need to send certified mail of the original code, the practical application value.
- 2023-03-12 08:55:03下载
- 积分:1
-
利用 C Builder的MAPI阅读邮件的简单例程
利用 C Builder的MAPI阅读邮件的简单例程--A simple example which uses C Builder MAPI to read mails
- 2022-04-24 07:53:13下载
- 积分: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