-
检测邮件,程序需要改动。
检测邮件,程序需要改动。-detection mail, procedures need to be changed.
- 2023-04-07 13:50:03下载
- 积分:1
-
用VC++实现邮件数检测
用VC++实现邮件数检测-mail with VC few Detection
- 2022-03-04 00:52:33下载
- 积分:1
-
使用java语言,socket服务。利用smtp连接已有服务器,登陆验证后转发其他服务器。...
使用java语言,socket服务。利用smtp连接已有服务器,登陆验证后转发其他服务器。-use java language socket services. Connect using smtp server, after verification transponder landing other servers.
- 2022-03-23 06:00:26下载
- 积分:1
-
POP3 Client端的源代码
POP3 Client端的源代码-POP3 Client-side source code
- 2023-04-06 14:25:03下载
- 积分: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
-
中国联通短信接口SGIP协议的API,对开发短信平台有帮助.
中国联通短信接口SGIP协议的API,对开发短信平台有帮助.-China Unicom messaging interface API SGIP agreement, SMS platform for the development of any help.
- 2023-02-24 04:55:03下载
- 积分: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
-
邮件加密的程序,地球人都知道是怎么回事,但是代码可是很不错的咯....
邮件加密的程序,地球人都知道是怎么回事,但是代码可是很不错的咯.- 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
-
vc 6.0 下编写的邮件客户端
支持 smtpt和pop
vc 6.0 下编写的邮件客户端
支持 smtpt和pop-vc 6.0 prepare mail client support, and pop smtpt
- 2023-07-08 09: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