Comment 2 for bug 758171

Revision history for this message
Jeff Girard (jef-zapata) wrote : Re: Msg username or password incorrect

I've got two errors, which I can resolve by changing two thing in code:

  File "./backup_gmail.py", line 158, in getGmailPrefix
    raise SelectMailBoxError('<All Mail>', labels)
NameError: global name 'SelectMailBoxError' is not define

- It is member of self so I just corrected it locally to go further, I got the error below:

SelectMailBoxError: MailBox [<All Mail>] does not exists.

- I'm using a french version of Gmail, and "All Mail" = "Tous les messages". I changed this and now everything is working very well!

I let you correct the code from your side, thanks a lot for this nice utilities also!