带 FUSE 和 IMAP 的文件名
我想在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论