-
收到E
接收电子邮件VC++.NET实现源码,简单好用-receive e-mail.NET source code, simple and easy
- 2022-02-16 04:47:08下载
- 积分:1
-
随着反实现Python
用Python实现的反垃圾邮件的一个插件,使用的是目前比较流行的beyes算法,基于windows平台-Python with the realization of an anti-spam plug-ins, is the use of the more popular beyes algorithm, based on the windows platform
- 2022-11-08 12:55: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
-
C++Builder编写的邮件发送程序
C++Builder编写的邮件发送程序-C Builder mailing procedures
- 2022-06-02 17:46:00下载
- 积分:1
-
POP3 Client端的源代码
POP3 Client端的源代码-POP3 Client-side source code
- 2023-04-06 14:25:03下载
- 积分:1
-
良好的信发来源。
很好用的信件发送源码.-good with the letter sent source.
- 2022-03-11 16:57:19下载
- 积分: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
-
web邮件功能,可以高效的处理在线邮件服务。支持pop3/smtp等常规功能...
web邮件功能,可以高效的处理在线邮件服务。支持pop3/smtp等常规功能-web mail feature, you can efficiently deal with the online mail service. Conventional features such as support for POP3/SMTP
- 2022-02-25 06:48:58下载
- 积分:1
-
SMTP客户端和服务器程序简单
simple smtp client and server program
- 2022-11-06 20:25:04下载
- 积分:1
-
一个使用VC6.0实现的邮件检查程序的源码,实现了POP3协议,使用Socket连接直接建立POP3服务器的连接,并通过发送POP3协议命令串实现邮件的检查,有...
一个使用VC6.0实现的邮件检查程序的源码,实现了POP3协议,使用Socket连接直接建立POP3服务器的连接,并通过发送POP3协议命令串实现邮件的检查,有价值呦!-use VC6.0 achieve a mail screening procedures source code, the realization of the POP3 protocol, the use of a direct link Socket POP3 server connectivity, and through this series POP3 Mail order checks, putting us valuable!
- 2022-12-29 04:20:03下载
- 积分:1