-
利用WinSocket, 实现SMTP,POP邮件服务器,可以作为邮件服务器的例程。...
利用WinSocket, 实现SMTP,POP邮件服务器,可以作为邮件服务器的例程。-use Winsocket achieve SMTP and POP mail server, mail server can be used as a routine.
- 2023-02-27 03:05:04下载
- 积分: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
-
一个基于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
-
匿名邮件发送 Delphi 匿名邮件发送 Delphi
匿名邮件发送 Delphi 匿名邮件发送 Delphi-Delphi anonymous anonymous e-mail e-mail Delphi
- 2022-01-26 00:08:22下载
- 积分:1
-
该应用程序可以不依赖C++ Builder环境来运行,双击即可运行。也可以在C++ Builder 6.0中打开MailProj.bpr文件,直接编译运行即可。...
该应用程序可以不依赖C++ Builder环境来运行,双击即可运行。也可以在C++ Builder 6.0中打开MailProj.bpr文件,直接编译运行即可。该程序是一个简单的邮件接收和发送系统。注意:因为现在邮箱大多数都要求有用户名和密码,所以在发送邮件时可能会失败。(注:有时在其他计算机上运行时可能会出现一个“Invalid resourec file:....”的警告。 可以忽略,单击“OK”按钮即可,程序会在编译中重新生成这个文件)-the application can not rely on the C Builder environment to run and double-click can run. Also in the C Builder 6.0 MailProj.bpr open documents can be directly translated operation. The procedure is a simple send and receive e-mail system. Note : Most mail now requires usernames and passwords, so mail may be a failure. (Note : Sometimes the other computers running there may be an "Invalid file resourec :...." warning. Can ignore and click "OK" button, the program will re-compile the formation of this document)
- 2022-02-06 06:53:56下载
- 积分:1
-
send mail program running.
发送邮件,程序可运行。-send mail program running.
- 2022-04-10 18:58:19下载
- 积分:1
-
采用DNS解析服务器,并通过smtp/esmtp发送邮件源代码。
采用DNS解析服务器,并通过smtp/esmtp发送邮件源代码。- Uses the DNS analysis server, and through smtp/esmtp
transmission mail source code.
- 2022-03-11 11:52:18下载
- 积分: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
-
sent annex to the good use of the mail client software code
可以发送附件的很好用的邮件客户段软件代码-sent annex to the good use of the mail client software code
- 2022-03-04 06:24:56下载
- 积分:1
-
实现的发送email的CMC(Common Message Calls interface)类
实现的发送email的CMC(Common Message Calls interface)类- Realization transmission email CMC (Common Message Calls
interface) kind
- 2022-09-14 22:20:03下载
- 积分:1