-
用C#实现的发邮件客户端。
简单的学习版
用C#实现的发邮件客户端。
简单的学习版-C# the mail client. A simple version of the study
- 2022-04-24 12:45:25下载
- 积分:1
-
一个基于MFC对话框结构的Mail发送客户端程序,该Mail客户端可以发送附件,支持SMTP服务器身份验证,BASE64编码。该程序用MFC的CSocket类开...
一个基于MFC对话框结构的Mail发送客户端程序,该Mail客户端可以发送附件,支持SMTP服务器身份验证,BASE64编码。该程序用MFC的CSocket类开发,作者自己写了一个CSMTP类来进行各种处理。注意,应用的实现部分在一个DLL中处理。(感谢我的朋友jplou)-an MFC dialog based on the structure of the Mail this client, the Mail client can send attachments, support SMTP authentication server, BASE64 encoding. The procedure used MFC CSocket category development, the author himself was a CSMTP to various types of processing. Note that some applications to achieve in a DLL address. (Thanks to my friend jplou)
- 2022-02-01 06:26:34下载
- 积分:1
-
POP3邮件服务器检测控制
POP3邮件服务器检测控件
- 2022-01-22 16:04:50下载
- 积分:1
-
Email收发程序
如果用户安装的是Microsoft Visual Studio .NET 2005,那么可以直接打开EmailApp文件夹下的项目,查看代码并进行调试。
由于163等网站启动了预防垃圾邮件系统,如果发送邮件失败建议使用sina的箱。
发送邮件与接收文件时均使用密码文本框中输入的密码与邮箱帐号登陆
- 2022-07-21 13:44:32下载
- 积分: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
-
一个功能强大的邮件客户端软件,可以发附件还有各种码制的转换。可以编译为exe或者COM控件。...
一个功能强大的邮件客户端软件,可以发附件还有各种码制的转换。可以编译为exe或者COM控件。-a powerful e-mail client software, it can be annex there is a wide variety of system code conversion. It can be compiled for exe or COM controls.
- 2023-01-10 07:10: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
-
这是可以用来开发类库的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
-
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
-
我在网上找到的 发送邮件的代码 有好多
我在网上找到的 发送邮件的代码 有好多-a lot of code for send email.
- 2022-04-21 02:20:08下载
- 积分:1