-
completed using disk
已完成使用磁盘电子邮件客户端可以附加附加功能的档案
- 2023-06-11 20:15:04下载
- 积分:1
-
匿名邮件发送 用DELPHI 实现
匿名邮件发送 用DELPHI 实现-anonymous mail sending DELPHI
- 2022-08-02 21:48:11下载
- 积分: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
-
Email客户端程序,支持SMTP,POP3,IMAP
Email客户端程序,支持SMTP,POP3,IMAP--An Email client program. It supports SMTP, POP3 and IMAP.
- 2023-08-17 05:25:04下载
- 积分:1
-
检测邮件,程序需要改动。
检测邮件,程序需要改动。-detection mail, procedures need to be changed.
- 2023-04-07 13:50:03下载
- 积分:1
-
SMTP本机调试服务器(python)
这是使用python编写的SMTP本机服务器,设计的初衷是在本机调试使用SMTP功能的程序,比如GAE的发送邮件功能等。
- 2022-01-28 16:38:55下载
- 积分: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
-
通过VB自带的控件实现对邮件的接收,代码虽然简单 但也能实现大部分功能....
通过VB自带的控件实现对邮件的接收,代码虽然简单 但也能实现大部分功能.-VB own control through the realization of e-mail reception, the code is simple but can also realize the majority of functionality.
- 2022-02-02 08:15:52下载
- 积分: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
-
电子邮件客户端程序!
电子邮件客户端程序!-e-mail client!
- 2022-08-18 16:55:59下载
- 积分:1