-
调用mapi发EMAIL.
做成DLL,提供JAVA的JINI调用借口.
调用mapi发EMAIL.
做成DLL,提供JAVA的JINI调用借口.
- 2023-04-10 01:50:04下载
- 积分:1
-
SMTP客户端和服务器程序简单
simple smtp client and server program
- 2022-11-06 20:25:04下载
- 积分:1
-
一个基于java和socket,采用Base64编码密码认证的不采用javamail的SMTP邮件发送器...
一个基于java和socket,采用Base64编码密码认证的不采用javamail的SMTP邮件发送器-based java and a socket, using Base64 encoded password authentication using the JavaMail SMTP mail senders
- 2022-03-06 06:51:30下载
- 积分:1
-
java写的邮件客户端
java写的邮件客户端-mail client
- 2022-02-14 10:17:45下载
- 积分:1
-
用C#开发的POP3客户端组件,可供ASP.net调用
用C#开发的POP3客户端组件,可供ASP.net调用-Using C
- 2022-03-16 17:57:32下载
- 积分:1
-
一个邮件解释程序,推荐下载
一个邮件解释程序,推荐下载-An e-mail to explain procedures, recommended download
- 2022-06-13 22:53:29下载
- 积分:1
-
又小又快高效免费的POP3服务器
又小又快高效免费的POP3服务器 -A small and quick fredd Pop3 server
- 2022-12-16 07:20:03下载
- 积分:1
-
C# mail (WINform) to hasten our own mail and the limited time available to try b...
用C#发送邮件(WINform) 赶快给自己发封邮件试试 因为时间有限所以写得比较急~!-C# mail (WINform) to hasten our own mail and the limited time available to try because there is more anxious to write ~!
- 2022-01-30 14:33:21下载
- 积分: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