Python program to transfer gmail between accounts (including labels) [closed]
The problem, transfer all emails including labels, sent, drafts... from one google apps account to another开发者_StackOverflow using python. This seems possible using imap. A complete program would be great :-) but if anyone has some suggestions or examples of how to go about this specific to gmail that would be great.
I used this tool, which can preserve labels: http://www.gmail-backup.com/
It's written in python.
精彩评论