-
很有用的邮件察看程序,根据邮件存放目录加载了已接收的邮件,并可将新接收的邮件自动保存到相应的邮件目录中,对完成又完整功能的邮件接收程序很有帮助!...
很有用的邮件察看程序,根据邮件存放目录加载了已接收的邮件,并可将新接收的邮件自动保存到相应的邮件目录中,对完成又完整功能的邮件接收程序很有帮助!-useful to look at the mail procedures, according to catalog mail storage has been receiving a load of mail, could be receiving new mail automatically saved to the corresponding e-mail directory, to complete the full functionality also receive mail procedures helpful!
- 2022-07-22 14:05:07下载
- 积分: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
-
被广泛使用的email服务器 /IMAPD/POPD
被广泛使用的email服务器 /IMAPD/POPD -Widely used email server
- 2022-01-27 16:04:44下载
- 积分:1
-
一种先进的免费电子邮件服务器的Windows
An advanced freeware email server for Windows
- 2022-02-04 05:47:41下载
- 积分:1
-
Delphi和C++ Builder
Delphi/C++Builder
- 2022-05-28 20:21:48下载
- 积分:1
-
C++Builder编写的邮件发送程序
C++Builder编写的邮件发送程序-C Builder mailing procedures
- 2022-06-02 17:46:00下载
- 积分:1
-
一个Email服务器端源程序,代码完整,功能丰富
一个Email服务器端源程序,代码完整,功能丰富-sourcecode of a email server. the code is completed and with ample function
- 2022-01-26 03:33:58下载
- 积分:1
-
到SMTP E附件支持
java写的支持附件的SMTP邮件程序.在分析以往一些排课软件的基础上,提出一个通用的排课管理信息系统的设计方法,并对一些具体的技术问题作出相应安排-support annex to the SMTP e-mail programs. The analysis of the past, some of the Course Scheduling software, based on a common course arrangement management information system design methods, as well as some specific technical problems to make the necessary arrangements
- 2022-11-24 07:35:03下载
- 积分:1
-
用VB编写的电子邮件程序源代码,具有邮件的收发,编辑,帐户的建立和保存等功能...
用VB编写的电子邮件程序源代码,具有邮件的收发,编辑,帐户的建立和保存等功能-VB prepared by the e-mail program source code, with the TX-mail, editing, account for the establishment and preservation of function
- 2022-01-24 15:17:05下载
- 积分:1
-
一个系统服务程序,支持SMTP,POP3,IMAP4,也就是所有Mail协议都支持了。是一个相当不错的服务器程序...
一个系统服务程序,支持SMTP,POP3,IMAP4,也就是所有Mail协议都支持了。是一个相当不错的服务器程序-a system service that supports SMTP, POP3, IMAP4, which is all agreements Mail support. It is a very good server
- 2023-01-10 07:05:03下载
- 积分:1