-
检查最新电子邮件程序
检查最新Email的程序- Inspection newest Email procedure
- 2022-02-20 05:14:06下载
- 积分:1
-
用于电子邮件的接收与发送和其他软件一样好用
用于电子邮件的接收与发送和其他软件一样好用-for e-mail sending and receiving and other software like Easy
- 2022-10-20 01:15:04下载
- 积分:1
-
邮件客户端程序java实现的
邮件客户端程序java实现的-mail client program to achieve the java
- 2022-02-04 18:39:01下载
- 积分:1
-
发送E
发送E-mail时用的BASE64编码- Transmits when E-mail uses BASE64 codes
- 2023-09-02 14:45:04下载
- 积分:1
-
Apache 的邮件服务器
Java Apache 邮件企业服务器 (也称为 James) 是 100%纯 Java SMTP 和 POP3 邮件服务器和的 NNTP 新闻服务器设计为一个完整和便携式的企业邮件引擎解决方案。James 基于当前可用的开放协议。
根据释放 Apache JamesApache 软件许可证,1.1 版 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-05-28 01:45:05下载
- 积分:1
-
VB编写的邮件收发系统,希望对大家有帮助。
这是用Vb编写的邮件收发系统,希望对大家有帮助.-Vb prepared by the mail system, and I hope to be helpful.
- 2022-07-03 19:17:06下载
- 积分:1
-
用C#开发的POP3客户端组件,可供ASP.net调用
用C#开发的POP3客户端组件,可供ASP.net调用-Using C
- 2022-03-16 17:57:32下载
- 积分:1
-
在选择邮件祝贺ACDSee软件
邮件软件
Congratulations on choosing ACDSee - the world’s #1 digital imaging software. ACDSee is a comprehensive application ideal for acquiring, organizing, viewing, enhancing, and sharing your images. With the image browser, you can find, organize, and preview images and media files on your computer, and you can efficiently acquire images from digital cameras, scanners, and other devices.
A full-featured image viewer and media player quickly generates high-quality displays of your images and media files. You can run slide shows, play embedded audio, and display multiple page images. ACDSee supports over 50 image and multimedia file formats.
Also, ACDSee includes a wide variety of image editing tools you can use to create, edit and touch-up your digital images. Use tools such as red-eye reduction, crop, sharpen, blur, and emboss to enhance or correct your images. Image management tool-mail software Congratulations on choosing ACDSee-the world"s# 1 digital imaging software
- 2022-06-17 17:53:36下载
- 积分: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
-
邮件工具,源代码
邮件工具,源代码- Mail tool, source code
- 2022-09-23 05:20:03下载
- 积分:1