登录
首页 » Python » Spam

Spam

于 2021-03-22 发布
0 297
下载积分: 1 下载次数: 0

代码说明:

说明:  使用贝叶斯分类器实现的智能拦截垃圾邮件软件。黑白名单,特别关心,功能齐全,含精美UI界面,可换肤。(Intelligent spam interception software using Bayesian classifier)

文件列表:

.idea, 0 , 2019-09-02
.idea\inspectionProfiles, 0 , 2019-08-27
.idea\inspectionProfiles\profiles_settings.xml, 174 , 2019-08-20
.idea\misc.xml, 303 , 2019-08-29
.idea\modules.xml, 267 , 2019-08-20
.idea\Spam.iml, 506 , 2019-08-29
.idea\workspace.xml, 15760 , 2019-09-02
__pycache__, 0 , 2019-09-02
__pycache__\AddBlackList.cpython-37.pyc, 3721 , 2019-09-02
__pycache__\AddWhiteList.cpython-37.pyc, 3969 , 2019-09-02
__pycache__\BlackList.cpython-37.pyc, 6553 , 2019-09-02
__pycache__\filter2.cpython-37.pyc, 3224 , 2019-08-28
__pycache__\imap.cpython-37.pyc, 7609 , 2019-09-02
__pycache__\Infor.cpython-37.pyc, 2083 , 2019-08-29
__pycache__\Lgmail.cpython-37.pyc, 6840 , 2019-09-02
__pycache__\MainWindow_UI.cpython-37.pyc, 4299 , 2019-08-28
__pycache__\NewSign.cpython-37.pyc, 17137 , 2019-09-02
__pycache__\Normail.cpython-37.pyc, 6875 , 2019-08-29
__pycache__\Setting.cpython-37.pyc, 5105 , 2019-09-02
__pycache__\spamEmail.cpython-37.pyc, 2560 , 2019-08-29
__pycache__\WhiteList.cpython-37.pyc, 7240 , 2019-09-02
AddBlackList.py, 3470 , 2019-09-02
AddWhiteList.py, 3763 , 2019-09-02
black_list.pkl, 6 , 2019-09-02
BlackList.py, 6968 , 2019-09-02
config.ini, 106 , 2019-09-02
extra_list.pkl, 10538 , 2019-09-02
filter2.py, 4049 , 2019-08-28
health_dic.pkl, 45877728 , 2019-08-28
images, 0 , 2019-08-29
images\background1.jpg, 941787 , 2017-10-13
images\background2.jpg, 604656 , 2019-08-28
images\background3.jpg, 1573621 , 2019-08-28
images\checked.png, 13547 , 2019-08-27
images\close.png, 13653 , 2019-08-27
images\graycircle.png, 5075 , 2019-08-29
images\grayclose.png, 10363 , 2019-08-29
images\graymin.png, 4045 , 2019-08-28
images\LOGO.png, 56523 , 2019-08-28
images\redcircle.png, 4832 , 2019-08-29
images\redclose.png, 14361 , 2019-08-27
images\redmin.png, 4015 , 2019-08-28
images\set.png, 15635 , 2019-08-29
images\set1.png, 8529 , 2019-08-29
images\unchecked.png, 8160 , 2019-08-27
imap.py, 12174 , 2019-09-02
Infor.py, 1705 , 2019-08-29
Lgmail.py, 7908 , 2019-09-02
MainWindow_UI.py, 5884 , 2019-08-28
NewSign.py, 23205 , 2019-09-02
NewSign.spec, 881 , 2019-08-23
Normail.py, 7425 , 2019-08-29
normal.txt, 760208 , 2019-08-23
received_mails.pkl, 1556 , 2019-08-27
save_paths.pkl, 63 , 2019-08-29
Setting.py, 7285 , 2019-09-02
spam.txt, 522476 , 2019-08-23
spam_dic.pkl, 5545526 , 2019-08-28
spamEmail.py, 3221 , 2019-08-29
stopWords.txt, 3539 , 2019-08-23
version1.txt, 7328 , 2019-08-21
version2.txt, 6430 , 2019-08-21
white_list.pkl, 6 , 2019-09-02
WhiteList.py, 7748 , 2019-09-02
中文停用词表.txt, 5862 , 2016-04-20

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Mail
    可以发送邮件的小程序,还可以发送附件,除了bmp格式的图片之外,任何附件都可以发,希望大家加以改进,可以发bmp文件(Can send a message of small procedures, can also send attachments, apart from the picture outside of bmp format, can be issued to any annexes thereto, hoping to improve everyone, it can bmp file)
    2008-06-28 22:12:06下载
    积分:1
  • SMapiSample
    收发邮件的模拟程序 代码经典 很好 学习的经典例子(收发邮件的模拟程序 代码经典 很好)
    2010-10-20 13:01:29下载
    积分:1
  • mail1
    用JAVA写的用于邮件发送的客户端和服务器程序(Written using JAVA for the e-mail client and server program)
    2008-03-14 16:29:57下载
    积分:1
  • smtp
    说明:  实现邮件告警,直接make一下,C语言stmp 使用方法如下:。./mail -s [标题] -f [发件人地址] -r [回复的邮件地址] -S [邮件服务器地址]-T [发送的字符串] -F [发送的文件名的内容] 收件人地址(To achieve e-mail alerts, make a direct look, C language stmp used as follows:. ./Mail-s [title]-f [sender addresses]-r [reply to e-mail address]-S [e-mail server address]-T [send string]-F [to send the contents of the file name] received pieces of the address)
    2011-03-18 13:49:58下载
    积分:1
  • 675846
    email发送页面,精选ios学习编程源码,很好的参考资料。(Email sends the page, select the IOS learning programming source code, a good reference.)
    2013-12-10 10:11:53下载
    积分:1
  • Spam
    说明:  使用贝叶斯分类器实现的智能拦截垃圾邮件软件。黑白名单,特别关心,功能齐全,含精美UI界面,可换肤。(Intelligent spam interception software using Bayesian classifier)
    2021-03-22 14:39:16下载
    积分:1
  • 44428
    邮件收发源码程序,结合易语言邮件接收支持库,实现邮件的收发功能。(Mail source program, combined with easy language support library to receive e-mail , send and receive e-mail function to achieve .)
    2016-11-17 19:52:49下载
    积分:1
  • GmailNotice
    这款应用程序检查你的gmail账户的任何新消息和通知你(The application checks any new messages in your Gmail account and inform you)
    2013-05-20 19:59:17下载
    积分:1
  • mail
    关于邮件发送的源代码,希望采纳,谢谢合作 ,如果有意见。请与我练习,谢谢合作(About mail source code, hope to adopt, thank you)
    2013-10-05 17:14:36下载
    积分:1
  • MailExamples
    说明:  一个发邮件的程序,源码简洁,可靠.其中包含了文本,附件的发送方法(a mail procedures, source simple and reliable. Which contains the text of this annex methods)
    2006-03-31 16:23:24下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载