imap-upload
imap-upload copied to clipboard
Structure not duplicated on IMAP
Hi, Here is my local structure :
- MASTER
- FOLDER1.mbox
- FOLDER1.sbd -- SUBFOLDERA.mbox -- SUBFOLDERB.mbox -- SUBFOLDERB.sbd --- LASTFOLDER.mbox
When I try : python imap_upload.py --host=imap.myhost.com --port=143 [email protected] --password=password -r /FOLDER/MASTER
Inbox go to Inbox MASTER folder is create
But FOLDER1 is not created, either SUBFOLDERB and all mails are going to MASTER.
Any ideas ?
Thanks for the work !
Is there any output I could take a look at?