-
calendar email console combined
Used C# to write a fun tool to send email to other people based on content in calendar. Enjoy!
- 2023-05-23 09:30:03下载
- 积分:1
-
利用nmsmtp发送邮件的源码,带有身份验证功能
利用nmsmtp发送邮件的源码,带有身份验证功能-Nmsmtp send a message using the source code with the authentication function
- 2022-09-22 09:55:03下载
- 积分: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
-
Bayesian C# spam filter demo for email
这是一个用C语言编写的贝叶斯垃圾邮件过滤器示例演示。我想我是从;http://www.codeproject.com。坦白说,我不确定。它的代码非常清晰,简单,易懂。它帮助我更好地了解垃圾邮件过滤器的工作原理。我希望它能像帮助我一样帮助别人。
- 2022-04-19 00:06:45下载
- 积分:1
-
VB编写的邮件收发系统,希望对大家有帮助。
这是用Vb编写的邮件收发系统,希望对大家有帮助.-Vb prepared by the mail system, and I hope to be helpful.
- 2022-07-03 19:17:06下载
- 积分:1
-
邮件加密的程序,地球人都知道是怎么回事,但是代码可是很不错的咯....
邮件加密的程序,地球人都知道是怎么回事,但是代码可是很不错的咯.- The mail encryption procedure, Earth people all knew is how a
matter, but the code but is very good
- 2022-01-22 14:18:25下载
- 积分:1
-
检查最新电子邮件程序
检查最新Email的程序- Inspection newest Email procedure
- 2022-02-20 05:14:06下载
- 积分:1
-
发送邮件
java 实现发送邮件的功能,,,,,,,,,,,,,仅供初学者学习。。。。。。。。。。喜欢的下载。。。。。。。
- 2022-03-30 15:20:11下载
- 积分:1
-
一个实现SMTP的类!利用此类可以实现邮件互发的功能。
一个实现SMTP的类!利用此类可以实现邮件互发的功能。-achieve an SMTP class! Use of such mail can be achieved among the functions.
- 2022-01-26 03:12:05下载
- 积分:1
-
android foxmail
This ia an Android program about foxmail.You can modify it and run at android 2.3.First,you must learn about Socket program.
- 2022-01-26 06:16:50下载
- 积分:1