-
UNIX的Postfix邮件服务器
UNIX postfix mail server
- 2022-02-04 21:14:12下载
- 积分:1
-
用VB编写的电子邮件程序源代码,具有邮件的收发,编辑,帐户的建立和保存等功能...
用VB编写的电子邮件程序源代码,具有邮件的收发,编辑,帐户的建立和保存等功能-VB prepared by the e-mail program source code, with the TX-mail, editing, account for the establishment and preservation of function
- 2022-01-24 15:17:05下载
- 积分: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
-
收到E
接收电子邮件VC++.NET实现源码,简单好用-receive e-mail.NET source code, simple and easy
- 2022-02-16 04:47:08下载
- 积分:1
-
完全用API函数,编写的邮件发送代码.
国外牛人开源作品.
完全用API函数,编写的邮件发送代码.
国外牛人开源作品.
-MINI E-MAIL
- 2023-05-15 10:00:02下载
- 积分:1
-
汽车检测
你好,我是一名学生在第三年周期工程师我试着做一个项目结束 concernat 研究对象的城市交通 (4 轮驱动及 2 轮摩托车,例如) 检测是您可以在 visual studio 2010 和 opencv 2.4.8 与谢谢你这个项目上的 m "help
- 2022-10-02 08:35:04下载
- 积分: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
-
VB写的发送电子邮件程序,不依靠其它邮件服务器,自建SMTP。本机地址可随便填写(可以发163、126等等),发送搜狐(SOHU)等等的必须填写本机的域名或IP...
VB写的发送电子邮件程序,不依靠其它邮件服务器,自建SMTP。本机地址可随便填写(可以发163、126等等),发送搜狐(SOHU)等等的必须填写本机的域名或IP。供VB程序员参考。-VB wrote this e-mail program that does not rely on other mail server, relying on SMTP. The machine address can be readily fill (163,126 can be made, etc.), send Inc. (SOHU), etc. must be filled out for the domain name or IP. For VB programmer"s reference.
- 2022-05-17 13:36:02下载
- 积分:1
-
一个实现SMTP的类!利用此类可以实现邮件互发的功能。
一个实现SMTP的类!利用此类可以实现邮件互发的功能。-achieve an SMTP class! Use of such mail can be achieved among the functions.
- 2022-01-26 03:12:05下载
- 积分: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