-
POP3服务器
pop3 server
- 2022-05-08 05:42:17下载
- 积分:1
-
用VC++实现邮件数检测
用VC++实现邮件数检测-mail with VC few Detection
- 2022-03-04 00:52:33下载
- 积分:1
-
本程序所用的开发工具是VC,功能是实现了EMAIL的客户端功能,即可以用应程序来发送邮件。本程序还不够完善,仅供学习者参考。...
本程序所用的开发工具是VC,功能是实现了EMAIL的客户端功能,即可以用应程序来发送邮件。本程序还不够完善,仅供学习者参考。-the procedures used by the VC is a development tool, is a functional email client function, which can be used to send e-mail procedures. This process is still not perfect, the only reference to learners.
- 2023-08-21 17:25:03下载
- 积分:1
-
etpan是邮件客户端,基于libetpan!
etPan is a mail client that is based on libEtPan!
- 2022-08-24 14:40:24下载
- 积分: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
-
包括发送邮件程序、发送有附件的邮件的程序和接受邮件程序。...
包括发送邮件程序、发送有附件的邮件的程序和接受邮件程序。-including the transmission of e-mail programs, send e-mail attachments are the procedures and receive e-mail programs.
- 2022-05-14 00:02:11下载
- 积分:1
-
我在网上找到的 发送邮件的代码 有好多
我在网上找到的 发送邮件的代码 有好多-a lot of code for send email.
- 2022-04-21 02:20:08下载
- 积分:1
-
根据smtp协议编写的代码
c++
可向指定邮箱发送邮件
根据smtp协议编写的代码
c++
可向指定邮箱发送邮件-Agreement prepared in accordance with smtp code c++ Can send messages to the designated mailbox
- 2023-04-28 06:10:03下载
- 积分:1
-
对新手很有帮助的类,发送邮件类,希望能帮助到一些人
对新手很有帮助的类,发送邮件类,希望能帮助到一些人-Helpful to the novice class, send e-mail class, hoping to help some people
- 2022-02-25 20:10:13下载
- 积分:1
-
java邮件处理程序,可以发送接收邮件,可以发送和接收附件
java邮件处理程序,可以发送接收邮件,可以发送和接收附件-java mail handling procedures, can send and receive mail, can send and receive Annex
- 2022-06-21 13:27:24下载
- 积分:1