-
邮件发送代码
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
-
检查最新电子邮件程序
检查最新Email的程序- Inspection newest Email procedure
- 2022-02-20 05:14:06下载
- 积分:1
-
SMTP协议得程序,实用经典,具体分析了smtp协议得细节,对初学者很有帮助...
SMTP协议得程序,实用经典,具体分析了smtp协议得细节,对初学者很有帮助-in the SMTP protocol procedures, practical classic analysis of the specific agreement in smtp details useful for beginners
- 2022-03-22 08:00:21下载
- 积分:1
-
C源代码:客户端怎样通过proxy进行连接,支持https,socks5代理
C源代码:客户端怎样通过proxy进行连接,支持https,socks5代理-C source code : the client how to connect through proxy support https, Acting togig
- 2023-04-25 06:35:03下载
- 积分: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
-
SendEmail 电子邮件发送dll接口
提供二个调用接口
int SetEmailServer(LPCTSTR pszServer,LPCTSTR pszUser,LPCTSTR pszPasswd);
int SendEmail(LPCTSTR pszSenderName, LPCTSTR pszFrom, LPCTSTR pszTo, LPCTSTR pszCC,LPCTSTR pszSubject,LPCTSTR pszBody,LPCTSTR pszAttachName);
- 2022-09-14 15:50:03下载
- 积分:1
-
读取email的MFC类
读取email的MFC类 -MFC class for reading email
- 2023-05-09 06:05:03下载
- 积分:1
-
a freeware MFC class to support the POP3 protocol. POP3 for those not familiar w...
a freeware MFC class to support the POP3 protocol. POP3 for those not familiar with all the internet protocols is the protocol used to retrieve internet email.
- 2022-01-26 07:33:27下载
- 积分:1
-
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
-
vb done with a mail acceptance procedure is to learn knowledge is the typical sc...
一个用vb做的邮件接受程序,是想学习则方面知识的典型成学,不可不看。-vb done with a mail acceptance procedure is to learn knowledge is the typical school, I can not see.
- 2023-02-23 01:55:03下载
- 积分:1