-
一个实现SMTP的类!利用此类可以实现邮件互发的功能。
一个实现SMTP的类!利用此类可以实现邮件互发的功能。-achieve an SMTP class! Use of such mail can be achieved among the functions.
- 2022-01-26 03:12:05下载
- 积分:1
-
smtp验证用户名和口令
smtp验证用户名和口令-Use smtp to check username and password
- 2022-03-22 22:00:15下载
- 积分:1
-
发送声音的email
发送声音的email -sending voice email
- 2022-12-05 07:50:03下载
- 积分:1
-
UNIX的收发邮件客户端
UNIX下的收发邮件客户端-Unix transceiver mail client
- 2022-02-28 14:07:34下载
- 积分:1
-
邮件加密的程序,地球人都知道是怎么回事,但是代码可是很不错的咯....
邮件加密的程序,地球人都知道是怎么回事,但是代码可是很不错的咯.- The mail encryption procedure, Earth people all knew is how a
matter, but the code but is very good
- 2022-01-22 14:18:25下载
- 积分:1
-
本程序是一个可移植的(Win32/Linux)邮件接收(支持POP3协议)程序,并编写了可移植SOCKET和POP3封装类,希望能为初学者提供一些帮助。...
本程序是一个可移植的(Win32/Linux)邮件接收(支持POP3协议)程序,并编写了可移植SOCKET和POP3封装类,希望能为初学者提供一些帮助。- This procedure is may transplant (Win32/Linux) the mail receive
(to support the POP3 agreement) the procedure, and compiled has been
possible to transplant SOCKET and the POP3 seal class, hoped could
provide some help for the beginner.
- 2022-02-20 18:22:31下载
- 积分:1
-
Send Mail的源代码,是一个比较好的学习emial客户端的学习资料
Send Mail的源代码,是一个比较好的学习emial客户端的学习资料-Send Mail"s source code is a good learning more client-learning materials
- 2023-02-24 00:10:03下载
- 积分: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
-
sent annex to the good use of the mail client software code
可以发送附件的很好用的邮件客户段软件代码-sent annex to the good use of the mail client software code
- 2022-03-04 06:24:56下载
- 积分:1
-
这是可以用来开发类库的SMTP协议支持登录亲…
bcb开发可以用到的smtp协议类库,支持login协议。-BCB can be used to develop class library smtp agreement to support the login protocol.
- 2022-03-21 20:20:50下载
- 积分:1