-
一个基于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
-
2.目录简单的邮件发送是一个很简单的邮件发送程序,能够发送普通的文本内容;...
2.目录简单的邮件发送是一个很简单的邮件发送程序,能够发送普通的文本内容;-2. Contents simple mail delivery is a very simple procedure Send mail to send ordinary text;
- 2022-06-02 00:07:48下载
- 积分:1
-
利用WinSocket, 实现SMTP,POP邮件服务器,可以作为邮件服务器的例程。...
利用WinSocket, 实现SMTP,POP邮件服务器,可以作为邮件服务器的例程。-use Winsocket achieve SMTP and POP mail server, mail server can be used as a routine.
- 2023-02-27 03:05:04下载
- 积分:1
-
本程序是一个可移植的(Win32/Linux)邮件接收(支持POP3协议)程序,并编写了可移植SOCKET和POP3封装类,希望能为初学者提供一些帮助。...
本程序是一个可移植的(Win32/Linux)邮件接收(支持POP3协议)程序,并编写了可移植SOCKET和POP3封装类,希望能为初学者提供一些帮助。- This procedure is may transplant (Win32/Linux) the mail receive
(to support the POP3 agreement) the procedure, and compiled has been
possible to transplant SOCKET and the POP3 seal class, hoped could
provide some help for the beginner.
- 2022-02-20 18:22:31下载
- 积分: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
-
邮件服务端和客户端源码
,可使用收发邮件
邮件服务端和客户端源码
,可使用收发邮件-E-mail server and client source code, you can use to send and receive e-mail
- 2022-12-30 17:00: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
-
SMTP pop3 Jail
基于SMTP协议和pop3协议和Jail电子邮件软件的实现-SMTP pop3 Jail
- 2022-12-12 17:40:04下载
- 积分:1
-
C++Builder编写的邮件发送程序
C++Builder编写的邮件发送程序-C Builder mailing procedures
- 2022-06-02 17:46:00下载
- 积分:1
-
SSIS包调用邮件控件发送自定义邮件
资源描述SQL SSIS 包调用邮件控件,发送邮件,设置SMTP, 发送附件,通过配置设定发件人,收件人,发送附件的文件等等
- 2023-09-02 19:20:03下载
- 积分:1