使用来自 http 的 gzip 压缩档案而不是 nntp 服务器的邮件阅读器
是否有一个邮件客户端可以配置为直接从邮件列表托管位置而不是中央 nntp 服务器使用邮件列表的 gzip 存档? 根据我的经验,nntp 要么不是免费的,要么很慢。
Is there a mail client that can be configured to use gzipped archives of mailing lists directly from where the mailing list is hosted rather than a central nntp server ?
nntp is either not free, or slow in my experience.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想我可以在 emacs 中将解压后的 gz 文件作为文本文件打开。
打开 rmail 模式。
Mx undigestify-rmail-消息
rmail 已准备就绪...
现在我只需要正确下载(wget 或 downloadthemall)并且
解压脚本后跟
连接邮件文件...
然后可以如上在 emacs 中查看或移动到 Thunderbird 本地目录,以便于查看/搜索。
i guess i can open the unzipped gz file as a text file in emacs.
turn on rmail-mode.
M-x undigestify-rmail-message
and rmail is ready to go...
now i just need to right a download (wget or downloadthemall) and
unzip script followed by
concatenating the mail files...
then can view in emacs as above or move into thunderbird local directory, for easy viewing / searching.