-
Simple mail client, can receive email to and see what their
简单实用的邮件客户端,能够接收发送邮件,要什么自己看吧-Simple mail client, can receive email to and see what their
- 2022-03-07 16:52:02下载
- 积分:1
-
时尚 E-Mail
时尚时尚 E-Mail系统是一款界面美观时尚的电子邮件设计,主要用于接受和发邮件,用户在收件箱中查看接受的邮件,邮件在收件箱中分页显示,在收件箱的工具栏中有邮件分组,可以根据特定的邮件主题格式区分邮件,使用户可以更灵活的管理邮件。
- 2022-01-25 23:59:28下载
- 积分:1
-
用C#实现的发邮件客户端。
简单的学习版
用C#实现的发邮件客户端。
简单的学习版-C# the mail client. A simple version of the study
- 2022-04-24 12:45:25下载
- 积分:1
-
演示了如何连接到Hotmail 邮箱,列出收件箱中的邮件,发送和接收电子邮件,使用 C# 和XMLHTTP 组件。样例代码包含了一个.NET代码,演示了通过HT...
演示了如何连接到Hotmail 邮箱,列出收件箱中的邮件,发送和接收电子邮件,使用 C# 和XMLHTTP 组件。样例代码包含了一个.NET代码,演示了通过HTTPMail 连接到Hotmail和使用其它邮件协议(如POP3, IMAP4, 或 SMTP)一样简单。- How demonstrated has connected the Hotmail mailbox, listed
receives in a box the mail, the transmission and the receive email,
used C# and the XMLHTTP module. The type example code has contained a
NET code, demonstrated has connected Hotmail through HTTPMail and uses
other mail agreements (for example POP3, IMAP4, or SMTP) is equally
simple.
- 2022-02-04 15:28:02下载
- 积分:1
-
能够发送附件的邮件程序VC源码,界面友好,是一个不错的邮件客户端...
能够发送附件的邮件程序VC源码,界面友好,是一个不错的邮件客户端-sent to the annex to the mail process VC source, friendly interface and is a good mail client
- 2022-03-04 22:52:34下载
- 积分:1
-
128
128点FFT算法,对4阶及以下处理.通过稍微修改源码(修改注释),即可以先产生一个序列,并随后进行FFT.-128-point FFT algorithm, the four bands and the following handling. Through slightly modified source (Alteration of the Notes), which can produce a first sequence, followed FFT.
- 2022-04-24 16:17:54下载
- 积分:1
-
Bayesian C# spam filter demo for email
这是一个用C语言编写的贝叶斯垃圾邮件过滤器示例演示。我想我是从;http://www.codeproject.com。坦白说,我不确定。它的代码非常清晰,简单,易懂。它帮助我更好地了解垃圾邮件过滤器的工作原理。我希望它能像帮助我一样帮助别人。
- 2022-04-19 00:06:45下载
- 积分:1
-
Email客户端程序,支持SMTP,POP3,IMAP
Email客户端程序,支持SMTP,POP3,IMAP--An Email client program. It supports SMTP, POP3 and IMAP.
- 2023-08-17 05:25:04下载
- 积分:1
-
8051 微控制器的 RTC 程序
8051的 RTC 程序 8051 的 RTC 程序 8051 的 RTC 程序 8051 的 RTC 程序 8051 的 RTC 程序 8051 的 RTC 程序 8051 的 RTC 程序 8051 的 RTC 程序 8051 的 RTC 程序 8051 的 RTC 程序 8051 的 RTC 程序 8051 的 RTC 程序 8051 的 RTC 程序 8051 的 RTC 程序 8051 的 RTC 程序 8051 的 RTC 程序 8051 的 RTC 程序 8051 的 RTC 程序 8051 的 RTC 程序 8051 的 RTC 程序8051805
- 2022-12-28 11:00: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