-
一个Email服务器端源程序,代码完整,功能丰富
一个Email服务器端源程序,代码完整,功能丰富-sourcecode of a email server. the code is completed and with ample function
- 2022-01-26 03:33:58下载
- 积分:1
-
用WINSOCK控件实现的发送电子邮件的例子
用WINSOCK控件实现的发送电子邮件的例子-using Winsock Control to achieve the email example
- 2022-08-26 10:52:01下载
- 积分: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
-
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
-
Send Mail的源代码,是一个比较好的学习emial客户端的学习资料
Send Mail的源代码,是一个比较好的学习emial客户端的学习资料-Send Mail"s source code is a good learning more client-learning materials
- 2023-02-24 00:10: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
-
用C程序挽救Foxmail中的邮件
用C程序挽救Foxmail中的邮件-C procedures to save the mail Foxmail
- 2022-03-17 15:57:19下载
- 积分:1
-
在使用本范例之前,请确认已经正确安装Weblogic7.0,以及javaMail API开发包。...
在使用本范例之前,请确认已经正确安装Weblogic7.0,以及javaMail API开发包。-using this model, make sure that you have the correct installation Weblogic7.0 and javaMail API development kits.
- 2023-04-28 09:35:03下载
- 积分:1
-
SMTP pop3 Jail
基于SMTP协议和pop3协议和Jail电子邮件软件的实现-SMTP pop3 Jail
- 2022-12-12 17:40:04下载
- 积分:1
-
这是本人在完成邮件发送系统中用JavaMail发送需要认证邮件的原代码,有实际应用价值。...
这是本人在完成邮件发送系统中用JavaMail发送需要认证邮件的原代码,有实际应用价值。-This is the completion of my mail delivery system using JavaMail need to send certified mail of the original code, the practical application value.
- 2023-03-12 08:55:03下载
- 积分:1