-
java写的邮件客户端
java写的邮件客户端-mail client
- 2022-02-14 10:17:45下载
- 积分:1
-
匿名邮件发送 Delphi 匿名邮件发送 Delphi
匿名邮件发送 Delphi 匿名邮件发送 Delphi-Delphi anonymous anonymous e-mail e-mail Delphi
- 2022-01-26 00:08:22下载
- 积分:1
-
smtp服务器,功能还算齐全
smtp服务器,功能还算齐全-smtp server, functions fairly complete
- 2022-08-18 19:54:42下载
- 积分:1
-
after the procedures need pop3 server configuration information, through basic w...
本程序运行后需要配置pop3服务器信息,通过基本的windows窗口实现功能。-after the procedures need pop3 server configuration information, through basic windows functions to achieve the window.
- 2022-06-13 15:40:29下载
- 积分:1
-
一个Email服务器端源程序,代码完整,功能丰富
一个Email服务器端源程序,代码完整,功能丰富-sourcecode of a email server. the code is completed and with ample function
- 2022-01-26 03:33:58下载
- 积分:1
-
发电子邮件的,还有待完善.
发电子邮件的,还有待完善.-e-mail, there is room for improvement.
- 2022-03-14 15:11:30下载
- 积分:1
-
检查最新电子邮件程序
检查最新Email的程序- Inspection newest Email procedure
- 2022-02-20 05:14:06下载
- 积分:1
-
好的邮件客户端的实现,POP3,SMTP
好的邮件客户端实现,pop3,smtp
-good mail client to achieve, pop3, smtp
- 2022-01-26 00:50:27下载
- 积分:1
-
java开发邮件,详细介绍了如何读取、发送eamil邮件。官方介绍...
java开发邮件,详细介绍了如何读取、发送eamil邮件。官方介绍-java development of e-mail, detailing how to read, send e-mail eamil. Official Introduction
- 2022-01-26 00:13:43下载
- 积分: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