Conversation
|
Thanks for the contribution. I appreciate your attention to my project. Sorry for the slow reply. This spring has been crazy for me. One of my goals for the project has been to keep it as small and simple as humanly possible. I want an average python programmer to be able to audit the code easily. So I'm thinking this merge commit that doubles the size of dobackup.py is not a good fit for the project. Do you think we could keep dobackup.py as is, maybe rename it backup_gmail.py and make a copy called backup_amazonwork.py that is a simple amazon version? If they have to specify things like an imap server and a folder, then I think I'd prefer to have them be command line arguments. We may be able to work something out. Or you're welcome to fork it and go your own direction if you like. |
|
Hi there @abjennings Last year I was desperately in need of a free software i can use in backing up my aws mail so that i cn upload it gmail. My company was changing from aws to gsuite mail. I couldn't find any helpful software till i found yours but it was for gmail. The simplicity of ur code made it easier for me to understand and modify and i think it would be wise to keep it that way. |
Made the scripts compatible with both gmail and amazon work mail. I used it to download my email from Amazon Work mail. working fine and easy to use.