-
好的邮件客户端的实现,POP3,SMTP
好的邮件客户端实现,pop3,smtp
-good mail client to achieve, pop3, smtp
- 2022-01-26 00:50:27下载
- 积分:1
-
发送E
发送E-mail时用的BASE64编码- Transmits when E-mail uses BASE64 codes
- 2023-09-02 14:45:04下载
- 积分: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
-
临时电子邮件地址脚本
临时电子邮件地址脚本
- 2022-02-06 19:11:02下载
- 积分:1
-
Delphi +印
Delphi + indy 的邮件发送客户端.-Delphi+ Indy
- 2023-02-27 21:40:03下载
- 积分: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
-
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
-
本程序所用的开发工具是VC,功能是实现了EMAIL的客户端功能,即可以用应程序来发送邮件。本程序还不够完善,仅供学习者参考。...
本程序所用的开发工具是VC,功能是实现了EMAIL的客户端功能,即可以用应程序来发送邮件。本程序还不够完善,仅供学习者参考。-the procedures used by the VC is a development tool, is a functional email client function, which can be used to send e-mail procedures. This process is still not perfect, the only reference to learners.
- 2023-08-21 17:25:03下载
- 积分:1
-
一个简单的CPop3的类,可以连接POP3服务器,并接受服务器的消息。...
一个简单的CPop3的类,可以连接POP3服务器,并接受服务器的消息。-a simple CPop3 the category, can be connected to the POP3 server, the server and receive the news.
- 2022-04-18 01:33:56下载
- 积分:1
-
vb prepared with a simple mailing procedures, smtp support agreement.
一个用vb编写的简单的邮件发送程序,支持smtp协议.-vb prepared with a simple mailing procedures, smtp support agreement.
- 2022-05-29 15:55:44下载
- 积分:1