-
好的邮件客户端的实现,POP3,SMTP
好的邮件客户端实现,pop3,smtp
-good mail client to achieve, pop3, smtp
- 2022-01-26 00:50:27下载
- 积分:1
-
本程序是一个可移植的(Win32/Linux)邮件接收(支持POP3协议)程序,并编写了可移 植SOCKET和POP3封装类,希望能为初学者提供一些帮助。...
本程序是一个可移植的(Win32/Linux)邮件接收(支持POP3协议)程序,并编写了可移 植SOCKET和POP3封装类,希望能为初学者提供一些帮助。 编译: Win32: 在VC++6.0下编译通过,并运行良好。 Linux: 在G++下编译通过,请查看Makefile文件。-This procedure is a portable (Win32/Linux) to receive e-mail (support POP3 protocol) procedures, and the preparation of portable SOCKET and POP3 package category, hoping to provide some help for beginners. Compiler: Win32: in VC++ 6.0 under the compiler is passed, and work well. Linux: in G++ Adopted under the compiler, see the Makefile file.
- 2022-02-03 12:35:28下载
- 积分:1
-
java开发的邮件服务器 搭建很快 简单实用
java开发的邮件服务器 搭建很快 简单实用-email server developed by Java. it is easy using and can be constructed quickly.
- 2023-01-08 01:15:03下载
- 积分:1
-
SSIS包调用邮件控件发送自定义邮件
资源描述SQL SSIS 包调用邮件控件,发送邮件,设置SMTP, 发送附件,通过配置设定发件人,收件人,发送附件的文件等等
- 2023-09-02 19:20:03下载
- 积分:1
-
本程序所用的开发工具是VC,功能是实现了EMAIL的客户端功能,即可以用应程序来发送邮件。本程序还不够完善,仅供学习者参考。...
本程序所用的开发工具是VC,功能是实现了EMAIL的客户端功能,即可以用应程序来发送邮件。本程序还不够完善,仅供学习者参考。-the procedures used by the VC is a development tool, is a functional email client function, which can be used to send e-mail procedures. This process is still not perfect, the only reference to learners.
- 2023-08-21 17:25:03下载
- 积分:1
-
连接POP3服务器;得到邮件对象数组;查看指定的邮件信息;删除邮件;
连接SMTP服务器,然后就是设置邮件的相关信息,最后是调用方法完成发邮件操作。...
连接POP3服务器;得到邮件对象数组;查看指定的邮件信息;删除邮件;
连接SMTP服务器,然后就是设置邮件的相关信息,最后是调用方法完成发邮件操作。-POP3 server connectivity receive e-mail object array view the designated e-mail information delete mail connecting SMTP server, and then is set up e-mail information, and finally call the method is e-mail operation.
- 2022-09-05 16:05:03下载
- 积分:1
-
Development Class mail, mail generic category,. net beginner a very favorable
mail开发类,邮件通用类,.net初学着非常有利-Development Class mail, mail generic category,. net beginner a very favorable
- 2023-05-29 21:45:03下载
- 积分:1
-
利用WinSocket, 实现SMTP,POP邮件服务器,可以作为邮件服务器的例程。...
利用WinSocket, 实现SMTP,POP邮件服务器,可以作为邮件服务器的例程。-use Winsocket achieve SMTP and POP mail server, mail server can be used as a routine.
- 2023-02-27 03:05:04下载
- 积分: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
-
超级Internet开发组件demo。
超级Internet开发组件demo。-Super Internet development component demo.
- 2022-02-12 15:28:11下载
- 积分:1