这个扩展在已发送邮件的保存目录(在帐户设定中指定的目录)上自动启动过滤器。
它在过滤器设置窗口增加了一个选项使你可以在发送邮件后允许过滤器在保存目录上自动运行。
注意:这个扩展实际上等同于你在菜单上选择"工具-》执行过滤器",只是在你发送邮件之后自动运行。
因此,你必须小心你的过滤器定义,也许你定义了针对接受邮件的过滤器,但是Tb并不能识别哪些过滤器是面向来信,
哪些过滤器是面向发信的,因此,你可能会得到一些奇怪的结果。避免这个问题的一个方法是,
为你的面向来信的过滤器增加一个“to”条件,并为面向发信的过滤器增加一个“from”条件,当然,
都设定为你自己的邮件地址。
Version 1.0 Release Notes
增加 SeaMonkey兼容性
增加 日志功能
修正 某些时候在IMAP信箱上不能正常工作
修正 保存邮件而不发送时错误的调用了过滤器
Version 1.0.1 Release Notes
FIX javascript error of "Component is not defined" when saving to a pop3 local sent folder
FIX javascript error of "mailSessionContractID is not defined" at sometime
Version 1.0.2 Release Notes
ADD updateURL to install.rdf
Version 1.0.3 Release Notes
ADD compatibility to Thunderbird 3.0
Version 1.0.4 Release Notes
ADD compatibility to Thunderbird 3.1
Version 1.0.5 Release Notes
FIX source refactoring
ADD compatibility to Thunderbird 5.0
如何在 Thunderbird 中安装
1. 右键点击以下链接,选择 "链接另存为..." 将文件下载并保存到你的硬盘上。
2. 在 Mozilla Thunderbird 中,从工具菜单打开附加组件。
3. 点击安装按钮,定位/选择你下载的文件,并点击"确定"。
技术支持如果你遇到问题需要解决,可以发送邮件到
hvsupport@xzer.net寻求帮助。
问题报告
- Make sure that you had installed the newest version.
- Open the addon manager, click the option button of SendFilter, then enable the log.
- Open the error console(Tools->error console), clear all the existed message.
- Redo the actions which are not work fine with the SendFilter.
- You can see some logs like "Send Filter Log", copy all the logs and check if there are some your private infomation in
the logs,if it does, please modify your private infomation to else similar strings which will not interfere in my analysis.
- Send me your log and your system infomation sucha as your OS (windows, linux or Mac), application(Thunderbird or Seamonkey)
and version, extention version.