rgladwell / imap-upload

Python script for uploading a local mbox file to IMAP4 server.
Other
131 stars 31 forks source link

Recursive option doesn't preserve structure #3

Open nordurljosahvida opened 7 years ago

nordurljosahvida commented 7 years ago

The new -r option introduced in v1.3 does recurse into local directories but not recreate the same structure on the imap server, if I'm not mistaking. Is this intentional?

Thanks for the great work!

rgladwell commented 7 years ago

It should create the same folder structure. What folder structure are you expecting and what are you getting instead?