I want to create a fuse file system with IMAP4 in python. As a file name I would like to use the subject of each letter. Therefore, I can rename the file names with them. But themes can be used several times in the same directory, so this violates the general rules of the file system.
I would not want to use a complex directory system (for example, here ), nor a unique message identifier (then I can not rename my files and directories).
I want to use emails in imap as (fuse-) directories and attachments of these letters as (fuse-) files. (Only one directory layer is possible for this.) The purpose of this imapfs is to use mail as a storage option.
Are there any suggestions for resolving this file issue? Thanks for any incitement.
source
share