带 FUSE 和 IMAP 的文件名

发布于 2024-09-27 12:48:47 字数 407 浏览 4 评论 0原文

我想在 python 中使用 IMAP4 构建一个保险丝文件系统。作为文件名,我想使用每封邮件的主题。这样我就可以重命名文件名和主题。
但主题可以在一个目录中多次使用,因此这打破了常见的文件系统规则。
我不想使用困难的目录系统(例如 此处)也不是唯一的消息 ID(然后我无法重命名我的文件和目录)。
我想在 imap 中使用电子邮件作为(保险丝)目录,并将这些邮件的附件作为(保险丝)文件。 (为此,只能有一层目录。)此 imapfs 的目的是使用邮件作为存储可能性。

有什么建议如何处理这个文件名问题吗?感谢您的任何煽动。

I want to build a fuse-filesystem with IMAP4 in python. As filename I would like to use the subject of each mail. So I can rename the filenames and with this the Subjects.
But subjects can be used several times in one directory, so this breaks the common filesystem rules.
I wouldn't like to use a difficult directory-system (like here) nor the unique Message-ID (then I cannot rename my files and directories).
I want to use e-mails in imap as (fuse-)directories and attachments of these mails as (fuse-)files. (For that only one layer of directories is possible.) The intention of this imapfs is to use mails as a storage-possibility.

Are there any suggestions how to deal with this filename problem? Thanks for any incitements.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文