-
POP3邮件服务器检测控制
POP3邮件服务器检测控件
- 2022-01-22 16:04:50下载
- 积分:1
-
超级Internet开发组件demo。
超级Internet开发组件demo。-Super Internet development component demo.
- 2022-02-12 15:28:11下载
- 积分:1
-
一个实现SMTP的类!利用此类可以实现邮件互发的功能。
一个实现SMTP的类!利用此类可以实现邮件互发的功能。-achieve an SMTP class! Use of such mail can be achieved among the functions.
- 2022-01-26 03:12:05下载
- 积分: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
-
1. 目录handrfc822包含处理rfc822信件结构的程序。2. 目录mail
1. 目录handrfc822包含处理rfc822信件结构的程序。2. 目录mail-attch包含发送带附件的email的程序。3. 目录mailchecker包含接收邮件的程序。4. 目录Mime包含编码(base64,quote-printable,Uuencode)解码的程序。5. 目录sendmail包含发送无附件的email的程序。6. 目录vbmail包含使用MAPI发送接收邮件的程序。-1. Contents include handling rfc822 handrfc822 letter of procedures. 2. Catalog mail-attch included with this annex to the email process. 3. Contents include mailchecker receive mail procedures. 4. Contents include Mime encoding (base64, quote-printable, Uuencode) decoder procedures. 5. Contents sendmail included in the annex to this email without the procedure. 6. Contents include the use of MAPI vbmail receiving this mail procedures.
- 2022-01-26 05:11:32下载
- 积分:1
-
Java发送email
Java发送email-Java transmits email
- 2022-07-17 21:29:37下载
- 积分:1
-
一个基于java和socket,采用Base64编码密码认证的不采用javamail的SMTP邮件发送器...
一个基于java和socket,采用Base64编码密码认证的不采用javamail的SMTP邮件发送器-based java and a socket, using Base64 encoded password authentication using the JavaMail SMTP mail senders
- 2022-03-06 06:51:30下载
- 积分:1
-
新邮件检测程序
新邮件检测程序-New email inspecting program
- 2022-02-04 07:00:05下载
- 积分: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
-
FOXMAIL邮箱分析器
可以提取Foxmail的BOX文件中的邮件,用于邮件客户端出错后的邮件恢复。
也可以用于在Foxmail帐号自己加密后,密码忘了以后的紧急处理。
- 2022-07-01 13:38:08下载
- 积分:1