-
简单的pop3邮件接受客户端
简单的pop3邮件接受客户端-Simple pop3 mail client to accept
- 2022-03-19 20:53:56下载
- 积分: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实现pop3服务器端.
用java实现pop3服务器端.-pop3 email server implemented by java
- 2022-01-24 15:03:46下载
- 积分:1
-
VB prepared e
用VB编写收发电子邮件程序。在VB中,应用程序可以通过调用微软公司的MAPI实现收发电子邮件的功能-VB prepared e-mail procedures. In VB, applications can call Microsoft"s MAPI realization of the e-mail function
- 2022-06-18 09:54:18下载
- 积分:1
-
UNIX的收发邮件客户端
UNIX下的收发邮件客户端-Unix transceiver mail client
- 2022-02-28 14:07:34下载
- 积分: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
-
时尚 E-Mail
时尚时尚 E-Mail系统是一款界面美观时尚的电子邮件设计,主要用于接受和发邮件,用户在收件箱中查看接受的邮件,邮件在收件箱中分页显示,在收件箱的工具栏中有邮件分组,可以根据特定的邮件主题格式区分邮件,使用户可以更灵活的管理邮件。
- 2022-01-25 23:59:28下载
- 积分:1
-
简单实用的email功能,可以直接嵌入程序中使用。
简单实用的email功能,可以直接嵌入程序中使用。-email
- 2022-10-22 16:55:04下载
- 积分:1
-
with Java 1.2 MAIL achieve arrived in the mail notification procedures!
用JAVA MAIL 1.2实现在邮件到达通知程序!-with Java 1.2 MAIL achieve arrived in the mail notification procedures!
- 2022-02-01 01:06:41下载
- 积分:1
-
发送邮件
java 实现发送邮件的功能,,,,,,,,,,,,,仅供初学者学习。。。。。。。。。。喜欢的下载。。。。。。。
- 2022-03-30 15:20:11下载
- 积分:1