-
windows下在文件内检索内容的一个示例源码.
windows下在文件内检索内容的一个示例源码.-a sample soucecode of retrieving content within file under windows
- 2022-08-13 10:17:28下载
- 积分:1
-
web邮件功能,可以高效的处理在线邮件服务。支持pop3/smtp等常规功能...
web邮件功能,可以高效的处理在线邮件服务。支持pop3/smtp等常规功能-web mail feature, you can efficiently deal with the online mail service. Conventional features such as support for POP3/SMTP
- 2022-05-29 01:05:24下载
- 积分:1
-
邮件系统是自己做的哦!!大家可以看下啊
邮件系统是自己做的哦!!大家可以看下啊-E-mail system is its own doing Oh! ! We can Kanxia ah. . .
- 2022-01-31 07:23:11下载
- 积分:1
-
用c#实现能过socket连接smtp实现发送邮件及附件的小程序,通常可用来定时通知什么的...
用c#实现能过socket连接smtp实现发送邮件及附件的小程序,通常可用来定时通知什么的-with c# socket connections will be a realization smtp mail attachments and small programs, usually can be used to regularly informed of what
- 2022-02-12 16:02:33下载
- 积分:1
-
C源代码:客户端怎样通过proxy进行连接,支持https,socks5代理
C源代码:客户端怎样通过proxy进行连接,支持https,socks5代理-C source code : the client how to connect through proxy support https, Acting togig
- 2023-04-25 06:35: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
-
邮件发送代码
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
-
一个基于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/smtp/imap4等邮件收发协议的功能丰富的邮件开发库。
支持pop3/smtp/imap4等邮件收发协议的功能丰富的邮件开发库。-pop3/smtp/imap4 support such agreements mail feature-rich mail libraries.
- 2022-04-30 15:19:37下载
- 积分:1
-
一个邮件解释程序,推荐下载
一个邮件解释程序,推荐下载-An e-mail to explain procedures, recommended download
- 2022-06-13 22:53:29下载
- 积分:1