-
好的邮件客户端的实现,POP3,SMTP
好的邮件客户端实现,pop3,smtp
-good mail client to achieve, pop3, smtp
- 2022-01-26 00:50:27下载
- 积分:1
-
email server system designed in HTML and PHP
电子邮件管理系统,通过电子邮件提供客户机-服务器通信。收件箱,sentbox,垃圾邮件等…好的学期项目
- 2022-02-03 21:15:27下载
- 积分:1
-
web邮件功能,可以高效的处理在线邮件服务。支持pop3/smtp等常规功能...
web邮件功能,可以高效的处理在线邮件服务。支持pop3/smtp等常规功能-web mail feature, you can efficiently deal with the online mail service. Conventional features such as support for POP3/SMTP
- 2022-02-25 06:48:58下载
- 积分:1
-
C++Builder编写的邮件发送程序
C++Builder编写的邮件发送程序-C Builder mailing procedures
- 2022-06-02 17:46:00下载
- 积分: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
-
连接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
-
有必要提供SMTP服务器信息的程序,夹带附件,…
本程序需要设置smtp服务器信息,可以夹带附件,点击菜单栏preference->sendMail即可发送。-the procedures necessary to provide smtp server information, entrainment annex, Click on the menu bar preference-
- 2023-03-07 00:45:03下载
- 积分:1
-
a simple E
一个简单的E-mail客户端程序,它能够发送和接受基于文本的E-mail.它的主要作用是演示使用JavaMail API访问E-mail所需的技巧。-a simple E-mail client program, it can send and receive text-based E-mail. Its main role is to demonstrate the use of JavaMail API visit E-mail the necessary skills.
- 2023-04-01 06:15:03下载
- 积分:1
-
vhdl的高级特性 包括详细的特性分析
能让初学者很好的了解VHDL...
vhdl的高级特性 包括详细的特性分析
能让初学者很好的了解VHDL-instantiate the advanced features include a detailed analysis of the characteristics allow beginners a good understanding of VHDL
- 2022-01-26 06:14:48下载
- 积分:1
-
利用 C Builder的MAPI阅读邮件的简单例程
利用 C Builder的MAPI阅读邮件的简单例程--A simple example which uses C Builder MAPI to read mails
- 2022-04-24 07:53:13下载
- 积分:1