-
SMTP email functionality! Detailed description of the code can be seen
SMTP电子邮件功能!代码的详细描述可见
- 2023-06-23 08:05:04下载
- 积分:1
-
连接POP3服务器;得到邮件对象数组;查看指定的邮件信息;删除邮件;
连接SMTP服务器,然后就是设置邮件的相关信息,最后是调用方法完成发邮件操作。...
连接POP3服务器;得到邮件对象数组;查看指定的邮件信息;删除邮件;
连接SMTP服务器,然后就是设置邮件的相关信息,最后是调用方法完成发邮件操作。-POP3 server connectivity receive e-mail object array view the designated e-mail information delete mail connecting SMTP server, and then is set up e-mail information, and finally call the method is e-mail operation.
- 2022-09-05 16:05:03下载
- 积分:1
-
一个可以检查HotMail邮件的程序,你可以使用改程序检查你的Hotmail账户是否有邮件而不用登陆到www.hotmail.com上了...
一个可以检查HotMail邮件的程序,你可以使用改程序检查你的Hotmail账户是否有邮件而不用登陆到www.hotmail.com上了-HotMail mail a check procedure, you can use to process your Hotmail account to check whether there are e-mail instead of landing on the www.hotmail.com
- 2022-01-26 07:52:44下载
- 积分:1
-
邮件发送类,支持 Base64,附件,验证功能
邮件发送类,支持 Base64,附件,验证功能- The mail transmission class, supports the Base64, appendix, the
confirmation function
- 2022-07-11 21:41:17下载
- 积分:1
-
perl language based on the mail server, using web mail form Transceivers
基于perl语言的邮件服务器,采用web方式进行收发邮件-perl language based on the mail server, using web mail form Transceivers
- 2022-03-10 13:25:12下载
- 积分:1
-
应用smtp协议实现对电子邮件的传送,类似于outlook expre
应用smtp协议实现对电子邮件的传送,类似于outlook expre-Smtp protocol applications to realize e-mail transmission, similar to outlook expre
- 2022-02-27 00:09:31下载
- 积分:1
-
is a realization of the procedures for SMTP source, through the MAPI Windows Mai...
是一个实现了SMTP服务的程序源码,通过Windows提供的MAPI实现邮件的接收和发送功能,对需要使用MAPI实现邮件的收发功能的同学非常有用,请赶快下载吧,物超所值呀!-is a realization of the procedures for SMTP source, through the MAPI Windows Mail receive and transmit functions, the need to use MAPI to achieve mail transceiver function of the students very useful, please download it quickly and value for money!
- 2023-01-14 21:55:03下载
- 积分:1
-
发送E
发送E-mail时用的BASE64编码- Transmits when E-mail uses BASE64 codes
- 2023-09-02 14:45:04下载
- 积分:1
-
用C#实现的发邮件客户端。
简单的学习版
用C#实现的发邮件客户端。
简单的学习版-C# the mail client. A simple version of the study
- 2022-04-24 12:45:25下载
- 积分: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