-
SMTP客户端和服务器程序简单
simple smtp client and server program
- 2022-11-06 20:25:04下载
- 积分: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
-
邮件发送代码
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
-
pop3高级程序开发相关的源代码,很有用的东西
用于pop3高级程序开发相关的源代码,非常实用的东西-Senior Program Development for pop3 related source code, very useful things
- 2022-03-12 13:55:27下载
- 积分:1
-
在使用本范例之前,请确认已经正确安装Weblogic7.0,以及javaMail API开发包。...
在使用本范例之前,请确认已经正确安装Weblogic7.0,以及javaMail API开发包。-using this model, make sure that you have the correct installation Weblogic7.0 and javaMail API development kits.
- 2023-04-28 09:35:03下载
- 积分:1
-
pchome_smtp甚至匿名发送E
pchomeu smtp甚至发送匿名电子邮件
- 2022-02-25 03:18:37下载
- 积分:1
-
POP3邮件服务器检测控制
POP3邮件服务器检测控件
- 2022-01-22 16:04:50下载
- 积分:1
-
一个由C#实现的Mail Server, 支持: Supports multiple domains Supports multiple e...
一个由C#实现的Mail Server, 支持: Supports multiple domains Supports multiple e-address for one mailbox Support aliasesSupport email routing. eg *ivar* pattern routes all addresses containing ivar to specified mailbox.IP access filtering SMTP AUTH,SIZE commandsPOP3 APOP commandFull MS Sql server supportNice GUI for administation-a C# by the Mail Server support : Supports multiple domains Supports multiple e-mailbox address for one aliasesSupport Support email routing. Eg** IVAR pattern routes all addresses containing IVAR mailbox.IP access to specified SMTP AUTH filtering, editing SIZE commandsPOP3 commandFull MS Sql server supportNice GUI for Administration
- 2022-03-10 03:30:03下载
- 积分:1
-
VC asyncsendmail
VC异步发送邮件
- 2022-03-21 04:00:18下载
- 积分:1
-
又小又快高效免费的POP3服务器
又小又快高效免费的POP3服务器 -A small and quick fredd Pop3 server
- 2022-12-16 07:20:03下载
- 积分:1