-
匿名邮件发送 用DELPHI 实现
匿名邮件发送 用DELPHI 实现-anonymous mail sending DELPHI
- 2022-08-02 21:48:11下载
- 积分:1
-
本套软件整合了国内及国际大量珍贵的商贸资源。发布的网站为商家经常浏览、查找信息的网站,因此具有相当好的广告效果。...
本套软件整合了国内及国际大量珍贵的商贸资源。发布的网站为商家经常浏览、查找信息的网站,因此具有相当好的广告效果。-the software integration of the domestic and international trade of a large number of precious resources. The website issued for businessmen often browse, find information website, it has a very good advertising effect.
- 2023-02-12 02:45:04下载
- 积分:1
-
简单的pop3邮件接受客户端
简单的pop3邮件接受客户端-Simple pop3 mail client to accept
- 2022-03-19 20:53:56下载
- 积分:1
-
用WINSOCK控件实现的发送电子邮件的例子
用WINSOCK控件实现的发送电子邮件的例子-using Winsock Control to achieve the email example
- 2022-08-26 10:52:01下载
- 积分:1
-
利用 C Builder的MAPI阅读邮件的简单例程
利用 C Builder的MAPI阅读邮件的简单例程--A simple example which uses C Builder MAPI to read mails
- 2022-04-24 07:53:13下载
- 积分:1
-
一个Email服务器端源程序,代码完整,功能丰富
一个Email服务器端源程序,代码完整,功能丰富-sourcecode of a email server. the code is completed and with ample function
- 2022-01-26 03:33:58下载
- 积分:1
-
VB接收邮件的类
VB接收邮件的类-VB receive mail category
- 2022-04-18 00:18:30下载
- 积分: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
-
一个使用VC6.0实现的邮件检查程序的源码,实现了POP3协议,使用Socket连接直接建立POP3服务器的连接,并通过发送POP3协议命令串实现邮件的检查,有...
一个使用VC6.0实现的邮件检查程序的源码,实现了POP3协议,使用Socket连接直接建立POP3服务器的连接,并通过发送POP3协议命令串实现邮件的检查,有价值呦!-use VC6.0 achieve a mail screening procedures source code, the realization of the POP3 protocol, the use of a direct link Socket POP3 server connectivity, and through this series POP3 Mail order checks, putting us valuable!
- 2022-12-29 04:20:03下载
- 积分:1
-
该应用程序可以不依赖C++ Builder环境来运行,双击即可运行。也可以在C++ Builder 6.0中打开MailProj.bpr文件,直接编译运行即可。...
该应用程序可以不依赖C++ Builder环境来运行,双击即可运行。也可以在C++ Builder 6.0中打开MailProj.bpr文件,直接编译运行即可。该程序是一个简单的邮件接收和发送系统。注意:因为现在邮箱大多数都要求有用户名和密码,所以在发送邮件时可能会失败。(注:有时在其他计算机上运行时可能会出现一个“Invalid resourec file:....”的警告。 可以忽略,单击“OK”按钮即可,程序会在编译中重新生成这个文件)-the application can not rely on the C Builder environment to run and double-click can run. Also in the C Builder 6.0 MailProj.bpr open documents can be directly translated operation. The procedure is a simple send and receive e-mail system. Note : Most mail now requires usernames and passwords, so mail may be a failure. (Note : Sometimes the other computers running there may be an "Invalid file resourec :...." warning. Can ignore and click "OK" button, the program will re-compile the formation of this document)
- 2022-02-06 06:53:56下载
- 积分:1