使用来自 http 的 gzip 压缩档案而不是 nntp 服务器的邮件阅读器

发布于 2024-10-14 18:06:31 字数 90 浏览 2 评论 0原文

是否有一个邮件客户端可以配置为直接从邮件列表托管位置而不是中央 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

笑饮青盏花 2024-10-21 18:06:31

我想我可以在 emacs 中将解压后的 gz 文件作为文本文件打开。
打开 rmail 模式。
Mx undigestify-rmail-消息
rmail 已准备就绪...
现在我只需要正确下载(wget 或 downloadthemall)并且

解压脚本后跟
连接邮件文件...

gzip -d *.gz ; cat *.txt > allinone.txt

然后可以如上在 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...

gzip -d *.gz ; cat *.txt > allinone.txt

then can view in emacs as above or move into thunderbird local directory, for easy viewing / searching.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文