搜索资源列表
bulk-email-sender-v01-mar-14-2008
- 批量邮件发送器v01 - 2008-03-15 功能:对于某一路径下的文件,以附件的形式发送到某一个或多个邮箱里。 可配置参数(properties.txt)包括: -smtp服务器(目前仅支持gmail) -用户名、密码 -发件人地址 -收件人地址(可多个) -邮件主题,文本内容 -一个本地目录(目录下符合条件的文件将被发送) -文件名过滤规则(自定义正则表达式) -是否递归处理子文件夹 -所用邮箱附件最大值(gmail为10M)
带有过滤功能的邮件客户端的实现
- 带有过滤功能的邮件客户端的实现的java简单实现-with filtering mail client on the realization of the simple realization of java
Test1
- 垃圾邮件过滤器源代码,过滤的性能还不错,java实现
垃圾邮件过滤器Java源码
- 垃圾邮件过滤器Java源码 本软件基于朴素贝叶斯算法,用NetBean生成的界面(须JDK1.6),适用于对手机短信,邮箱邮件,日记等一些txt文件进行分类,测试率达90%以上。在这里我非常感谢我的网络老师郑伟!希望大家多多提意见哦,Spam filters Java source code of this software is based on Naive Bayes algorithm, using NetBeans generated interface (to be JDK1.6),
Bayes.java
- 垃圾邮件过滤,用bayes方法,贝叶斯算法判断垃圾邮件-bayes for spam filtering
cJava
- 用c和Java写的贝叶斯分类器,针对垃圾邮件处理,可用于过滤垃圾邮件。-With c and the Bayesian classifier written in Java for dealing with junk e-mail can be used to filter spam.
standbayemail_1.0.0
- StandBayeMail,运用贝叶斯方法对邮件进行过滤的客户端程序,用java编写-StandBayeMail
jzym
- 垃圾邮件过滤器,你可以将快捷方式直接放到桌面上就可以用了,很方便哦! 打开后先训练, 然后选择你需要测试的txt文件 进行测试 , 其中, 自带的那个“邮件测试文件夹”是用来测试用这个邮件库过滤邮件正确率的,当然你也可以自己用自己准备好的邮件进行测试,不过“邮件测试文件夹”“合法邮件”“垃圾邮件”这3个文件夹名字不能改变. 你可以直接向Sample这个文件夹下的 “合法邮件”与“垃圾邮件”里直接增加自己的语料,当然你的语料库越大测试越准确了!-Spam filters, you ca
RealMail
- 邮件的实名制群发工具。和现在普遍的邮件群发工具相比,本程序提供了更加实用的功能,即邮件的实名制群发,既减轻了工作人员的负担,又增加了邮件群发的友好性,同时也可以减少被过滤成垃圾邮件的可能性。-Real-name system for mass mail tool. And is now widely compared to the mass-mailing tool, the process provided a more practical function, that is, the rea
Javaspamfiltering
- java 过滤垃圾邮件 贝叶斯过滤 内含语料 有正常邮件 垃圾邮件 便以过滤-java Bayesian filter to filter spam e-mail containing a normal corpus will be to filter spam
139E-mailwormwrittenexamples
- 利用mail.139.com,由于对邮件正文过滤不严,导致存在xss漏洞来触发浏览器去读取远端的js脚本,并且执行该脚本。该脚本能够在IE浏览器执行。 同时,经过分析发现,mail.139.com中发送邮件的功能存在CSRF弱点 可以通过Ajax技术获取发送邮件所需要的mid值。另外邮箱的“通信录 “中的联系人邮件可以直接通过javascr ipt取出。-Using mail.139.com, due to lax message body filtering, leading to xss
javastmp
- 关于java垃圾邮件过滤器,是用Jframe编写的-Spam filter on the java is written with Jframe
Emailfilter
- 邮件过滤器,使用了朴素贝叶斯算法,用来过滤垃圾邮件-Email filter:it is used for filter the junk email
Bayes
- 基于朴素贝叶斯的垃圾邮件过滤java程序-Java program based on the Naï ve Bayesian spam filtering
weka
- 用于垃圾邮件过滤中的邮件预处理、降维JAVA代码 -For spam filtering mail preprocessing, dimensionality reduction JAVA code
FeatureFinder[1]
- 基于tdf方式的于垃圾邮件过滤的邮件预处理JAVA代码-Pretreatment JAVA code based on the the TDF way spam filtering mail
javauseindenter
- Java消息过滤器的实现源码,在EJB 通信过程当中,对方可能给你发来你不想要的信息,就像网上常见的垃圾邮件,EJB 只想得到特定的消息,于是需要一个消息过滤系统。本实例实现了一个消息过滤系统的原型。-Java message filter implemented source EJB communication process in which the other party may send you to the information you do not want, like onlin
Email
- 用贝叶斯算法实现邮件自动分类及垃圾邮件过滤-Bayesian algorithms to achieve automatic email classification and spam filtering
9215JavaMail
- JAVA垃圾邮件过滤系统,贝叶斯过滤算法的经典算法模式。-JAVA spam filtering system, the classical algorithm of Bayesian filtering algorithm.
javamail
- 基于朴素贝叶斯的一个具有图形界面的垃圾邮件过滤系统(A spam filtering system based on Naive Bayes)