-
发送E
发送E-mail时用的BASE64编码- Transmits when E-mail uses BASE64 codes
- 2023-09-02 14:45:04下载
- 积分:1
-
此次设计我们将以国内久负盛名的FoxMail电子邮件客户端软件为范本来主要是实
现发送邮件,接受邮件这两个最基本但是也最重要的功能,以及其他的发送附件,发送...
此次设计我们将以国内久负盛名的FoxMail电子邮件客户端软件为范本来主要是实
现发送邮件,接受邮件这两个最基本但是也最重要的功能,以及其他的发送附件,发送
多媒体附件,实现代理服务器登录SMTP服务器,以及实现用户可以自主编辑的通讯簿等
等附加功能。而我个人主要负责电子邮件的发送这个功能。
-The design will be our famous domestic FoxMail e-mail client software as a template to achieve is mainly to send mail, receive e-mail that both the most basic but most important function, as well as the other to send an attachment, send multi-media attachment, agent implementation SMTP server log in server and the user can achieve the Edit Address Book and so on their own additional functionality. But, I am mainly responsible for this feature to send e-mail.
- 2022-09-26 18:35:03下载
- 积分:1
-
一个基于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
-
一个可以检查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
-
Postoffice branch information management VC, a postoffice information managment...
邮局支局信息管理vc.是一个学生写的邮局信息管理系统,功能一般。-Postoffice branch information management VC, a postoffice information managment system writed by a student, with simple function.
- 2022-12-07 20:45:03下载
- 积分:1
-
POP3邮件服务器检测控制
POP3邮件服务器检测控件
- 2022-01-22 16:04:50下载
- 积分:1
-
我在网上找到的 发送邮件的代码 有好多
我在网上找到的 发送邮件的代码 有好多-a lot of code for send email.
- 2022-04-21 02:20:08下载
- 积分:1
-
良好的信发来源。
很好用的信件发送源码.-good with the letter sent source.
- 2022-03-11 16:57:19下载
- 积分: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的MFC类
读取email的MFC类 -MFC class for reading email
- 2023-05-09 06:05:03下载
- 积分:1