-
sent annex to the good use of the mail client software code
可以发送附件的很好用的邮件客户段软件代码-sent annex to the good use of the mail client software code
- 2022-03-04 06:24:56下载
- 积分: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本机调试服务器(python)
这是使用python编写的SMTP本机服务器,设计的初衷是在本机调试使用SMTP功能的程序,比如GAE的发送邮件功能等。
- 2022-01-28 16:38:55下载
- 积分:1
-
perl language based on the mail server, using web mail form Transceivers
基于perl语言的邮件服务器,采用web方式进行收发邮件-perl language based on the mail server, using web mail form Transceivers
- 2022-03-10 13:25:12下载
- 积分:1
-
VC asyncsendmail
VC异步发送邮件
- 2022-03-21 04:00:18下载
- 积分:1
-
接收email的程序(pop3协议),支持附件
接收email的程序(pop3协议),支持附件-Receive email procedures (pop3 protocol) to support the Annex
- 2022-01-26 07:01:46下载
- 积分:1
-
smtp 服务器.实现邮件的传送,是一个很简短,很好的例子,适合与毕业设计和初学者...
smtp 服务器.实现邮件的传送,是一个很简短,很好的例子,适合与毕业设计和初学者-smtp server. Mail delivery is a very brief, very good example. suitable for graduates with the design and beginners
- 2022-10-11 10:20:03下载
- 积分: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
-
SMTP客户端(服务器需认证)
SMTP客户端(服务器需认证)-SMTP client (server authentication required)
- 2022-05-24 23:51:20下载
- 积分:1
-
被广泛使用的email服务器 /IMAPD/POPD
被广泛使用的email服务器 /IMAPD/POPD -Widely used email server
- 2022-01-27 16:04:44下载
- 积分:1