登录
首页 » Windows开发 » 中国Foxmail早已成为收发邮件的首选软件,其功能也早已超越Outlook,但是Foxmail也并非尽善尽美,尤其是在对邮件夹内邮件的导出、备份的处理上做的不...

中国Foxmail早已成为收发邮件的首选软件,其功能也早已超越Outlook,但是Foxmail也并非尽善尽美,尤其是在对邮件夹内邮件的导出、备份的处理上做的不...

于 2022-05-27 发布 文件大小:111.38 kB
0 188
下载积分: 2 下载次数: 1

代码说明:

中国Foxmail早已成为收发邮件的首选软件,其功能也早已超越Outlook,但是Foxmail也并非尽善尽美,尤其是在对邮件夹内邮件的导出、备份的处理上做的不是太好,只能手工一封一封将信导出,如果信件数目较少这样处理还可以应付,但如果对于成百上千封邮件仍这样处理显然是相当困难的. 本软件非常的小,目的就一个,就是把邮箱里面尽可能多的邮件和附件弄到一个文件夹里面去。 -Foxmail China has become the preferred sending and receiving e-mail software, its function has long been beyond the Outlook, but Foxmail is not perfect, especially in the e-mail folder for messages export, backup processing is not very good at doing only one hand a letters to export the letter, if the small number of letters still be able to handle it this way, but if for the hundreds of thousands of e-mails continue to handle it this way is obviously quite difficult. This software is very small, the purpose is one, is to mail as much as possible inside the number of messages and attachments to get inside a folder.

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

发表评论

0 个回复

  • 一个非常简单的示例,使用反向传播的神经网络
    使用后的 propagationThis 程序的神经网络的一个非常简单的示例是一个简单的例子,使用反向传播的神经网络。我的代码有所有的基本功能,如学习率,加载网保存网,等。你可以有多层,你可以。这里的代码是可扩展的即您可以在程序中使用我的代码实现神经网络。这里给出了一个示例问题和网络。加载带有名称"XOR.nn"的网络。它解决了 XOR 问题。归功于 "Please don 别忘了给的评论,也是最重要你的投票 !并注意到神经网络和反向传播是个谜,你是否我可以写一个教程,对神经网络和背部的传播。只是告诉我,如果你想要它,通过反馈。而且,如果您创建了另一个应用程序使用我的神经网络,请通知我。NaramCheezparaschopra@lycos.com  http://naramcheez.netfirms.com  MadeBy:Paras ChopraCEO
    2023-07-12 08:05:03下载
    积分:1
  • This is the VB6 code for Alarm Clock.
    This the VB6 code for Alarm Clock.-This is the VB6 code for Alarm Clock.
    2022-03-19 01:46:47下载
    积分:1
  • palette procedures Visual basic procedures for the development of small, very si...
    调色程序 Visual basic开发的小程序,功能很简单-palette procedures Visual basic procedures for the development of small, very simple function
    2022-01-26 18:20:27下载
    积分:1
  • 支持向量机
    实现了svm中smo算法,适合初学者学习-svm--smo
    2022-05-26 10:17:46下载
    积分:1
  • opencv手势识别
    opencv手势识别控制鼠标                                                                                                                  
    2022-04-09 00:12:21下载
    积分:1
  • 正则表达式测试
    它是一个窗口应用程序,用于测试模式匹配的正则表达式。这个应用程序非常灵活。
    2022-02-28 20:46:59下载
    积分:1
  • 动态数据库
    动态数据库外包正在成为“应用作为一种服务”旁边的一个重要的新趋势。在该模型中,数据所有权他们的数据给外部服务提供商。服务商做数据管理任务,并提供客户一个机制来处理外包数据库。由于服务提供商并不总是完全信任,安全和隐私的外包数据显著的问题。这些问题被称为数据的机密性,用户的隐私,数据隐私和查询的保证。其中,查询需要保证对数据库的外包模式的成功至关重要的作用。尽我们所知,然而,查询的保证,特别是对外包XML数据库,一直没有合理的任何以前的工作有关。我们提出了一个新颖的索引结构,结合B+树和梅克尔哈希树的优势,完全解决被称为正确性,在动态的外包XML数据库的完整性和新鲜度保证查询的三个问题。与真实数据的实验结果证明ourproposed解决方案的效率
    2022-03-20 21:18:29下载
    积分:1
  • 选择法排序原理:一次选定数组中的每一个数,记下当前位置并假设它是从当前位置始后面数中的最小数min=i,从这个数的下一个数始扫描直到最后一个数,并记录下最小...
    选择法排序原理:一次选定数组中的每一个数,记下当前位置并假设它是从当前位置开始后面数中的最小数min=i,从这个数的下一个数开始扫描直到最后一个数,并记录下最小数的位置min,扫描结束后如果min不等于i,说明假设错误,则交换min与i位置上数。-Selection sort works: each time the selected number of the array, note the current position and assume that it is behind a number starting from the current location of the minimum number min = i, from this number the number of start scanning the next one until the last one the number of , and record the location of the minimum number of min, after scanning, if min is not equal to i, instructions assume that the error, then the exchange of a few min and i position.
    2022-08-07 23:09:54下载
    积分:1
  • 用vc++实现与usb通信
    用vc++实现usb与设备通信,一个不错的入门资料,分享给大家,共同学习。 有想与usb通信的同学值得入手。c++源码。。。。。。。。。。。。。。。。。。。。。。。。
    2022-12-22 20:05:03下载
    积分:1
  • 王金明verilog书中第8章的例子 适合初学者
    王金明verilog书中第8章的例子 适合初学者-Wang Jinming verilog book example of Chapter 8 for beginners
    2022-01-24 14:12:38下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载