Code Monkey home page Code Monkey logo

gmail-backup-com's People

gmail-backup-com's Issues

Command-Line switches don't work

What steps will reproduce the problem?
1.Tried switch --stamp
'"C:\Program Files (x86)\GmailBackup\gmail-backup.exe" backup "D:/Backups/Mail" 
"[email protected]" "mypassword" --stamp'
2.Tried date switch 20110618
'"C:\Program Files (x86)\GmailBackup\gmail-backup.exe" backup D:/Backups/Mail 
[email protected] mypassword 20110618'
3.

What is the expected output? What do you see instead?
downloads every email, (actually skips downloaded emails. File called "stamp" 
is NOT created in Backup folder. Backup folder is not protect (i.e. not 
ProjectData). I am administrator.

What version of the product are you using? On what operating system?
revision 15 (2011-03-07)
Windows 7 64 bit

Please provide any additional information below.
Tried putting path, email, pw in "quotes", removed quotes, I don't know what 
else to try.

Original issue reported on code.google.com by [email protected] on 20 Jun 2011 at 7:25

Network error occured, disconnected Trying to reconnect (1)

I have a problem when i try to restore one account, this account when recover 
4,5% have a error below:

Restored  4.5%: [email protected] - Re: [subject] - Proposta - Painel Testes
Network error occured, disconnected
Trying to reconnect (1)
Reconnected!

I use a gmail backup revision 15.
Anyone can help me?
tks and sorry my english

Original issue reported on code.google.com by [email protected] on 14 Aug 2015 at 1:41

100% mails not migrated

I have checed provided tool with 2-3 accounts . 

i suspected that not all mails are backup or restore.


Original issue reported on code.google.com by [email protected] on 21 Mar 2013 at 10:18

Error: IMAP:

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 18 Jun 2015 at 9:26

~100k Size limitation in restoring emails

What steps will reproduce the problem?
1.  Backup one gmail account  
2.  attempt restore, either from gui or cli
3.  Emails will successfully restore until one that is too large is reached, at 
which point the "trying to reconnect" message will display, succesfully 
reconnect, then claim it uploaded more data, but still fail to progress past 
the large email.

What is the expected output? What do you see instead?
  It would be nice if the large emails would be uploaded, or skipped if they can't be processed.


What version of the product are you using? On what operating system?
 revision 15 on Ubuntu 14.4


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 16 Dec 2014 at 3:58

How to restore and where the files are saved after restotring

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
I have taken backup and I have restore it so after restoring where would I 
found the emails.

What version of the product are you using? On what operating system?
OS Windows 7

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 9 Oct 2014 at 11:06

Out of memory while backing up labels

Command line backup of a year worth of emails. Invoked via
gmail-backup.py backup backup-directory email password 20100101 20110101

Linux Fedora Core 11, python 2.6

Output:
...
Skip   100.0%: message already stored (18049 of 194790)
Starting backup of labels
Error: Error while doing backup of label 'notifications/bacula'
Ignoring this error message.
If you want, please report the following traceback to 
[email protected]
Thanks! (gmb.py revision 15):
Traceback (most recent call last):
  File "/home/nsushkin/download/gmail-backup-com-read-only/gmb.py", line 1222, in labelAssignment
    for msg in self.msgsWithLabel(i, where):
  File "/home/nsushkin/download/gmail-backup-com-read-only/gmb.py", line 1214, in msgsWithLabel
    yield self.connection.fetchMessageId(num)
  File "/home/nsushkin/download/gmail-backup-com-read-only/gmb.py", line 691, in fetchMessageId
    typ, data = self._call(self.con.fetch, num, '(BODY.PEEK[HEADER.FIELDS (Message-ID)])')
  File "/home/nsushkin/download/gmail-backup-com-read-only/gmb.py", line 767, in _call
    raise e
MemoryError

0KB/s (total: 2.74MB)        

Original issue reported on code.google.com by [email protected] on 14 Mar 2011 at 6:41

Backing up a mail with "\" (backslash) in subject line creates subfolders

What steps will reproduce the problem?
1. Backup a mail with "\" in the subject line.

What is the expected output? What do you see instead?

Expected: The file name of the backed up mail does not contain "\" and it is 
placed in the folder of all the other mails from the same month.

I see instead: The file name of the backed up mail contains "\", forcing the 
program to create subfolders with parts of the subject line as folder names.


What version of the product are you using? On what operating system?

Version: The latest available version, which is "revision 15 (2011-03-07)".

Operating system: Windows 7 64 bit.


Please provide any additional information below.

The bug is related to the DirectoryStorage.getMailFilename() method in gmb.py. 
This method calls the method _cleanFilename() which is meant to clean file 
names that *includes* folder paths, which is why it accepts "\" and "/" as 
valid characters. 

But the subject line of the email should be cleaned first to replace "\" and 
"/" with a safe replacement character.

The EmailStorage._templateDict() method actually attempts to do this, but only 
with "/", not with "\", in this line:

        ret = dict((k, v.replace('/', '_')) for (k, v) in ret.iteritems())

If this line is changed to:

        ret = dict((k, v.replace('/', '_').replace('\\', '_')) for (k, v) in ret.iteritems())

the problem should be solved.

Original issue reported on code.google.com by [email protected] on 21 May 2013 at 11:39

Incorrect status reporting for backup of a date range

What steps will reproduce the problem?
1. issue a command line backup with a date range

What is the expected output? What do you see instead?
X%: (N of M)
where X = N/M*100. 

When a date range selected, the percentage seems to be about correct, but M is 
still the total number of messages, not the number of messages in the range.

For example backup reports 20.0%: ... (3599 of 194788)

Original issue reported on code.google.com by [email protected] on 12 Mar 2011 at 3:37

Two digit year in email Date line gets put in 1970

What steps will reproduce the problem?
1. Receive email with malformed Date line containing 2 digit year - Gmail 
displays year correctly
2. Backup email

What is the expected output? What do you see instead?
Email should be stored either using 2 digit year or by guessing century 
correctly or by extracting date from another field.
Email is actually stored and names as if the year were 1970

What version of the product are you using? On what operating system?
Revision 15 (2011-03-07)
Windows 7

Please provide any additional information below.

Here is a sample header. This should have been named
20090214-013902-ebay@ebay_co_uk-Your_watched_eBay_item_is_ending_soon
but was actually named
19700214-013902-ebay@ebay_co_uk-Your_watched_eBay_item_is_ending_soon

Delivered-To: XXXXXXXXXXXXXXXX
Received: by 10.210.125.6 with SMTP id x6cs104600ebc;
        Sat, 21 Feb 2009 05:50:42 -0800 (PST)
Received: by 10.210.38.17 with SMTP id l17mr1585400ebl.192.1235224241384;
        Sat, 21 Feb 2009 05:50:41 -0800 (PST)
Received-SPF: softfail (google.com: domain of transitioning unknown does not 
designate <unknown> as permitted sender)
Received: by 10.241.103.25 with POP3 id 25mf293173ewy.7;
        Sat, 21 Feb 2009 05:50:41 -0800 (PST)
X-Gmail-Fetch-Info: XXXXXXXXXXXXXXXX 2 pop.mail.yahoo.co.uk 110 XXXXXXXXXXXXXXXX
X-Apparently-To: XXXXXXXXXXXXXXXX via 212.82.104.165; Sat, 21 Feb 2009 12:54:32 
+0000
X-YMailISG: 
1.v1TqYWLDt9TeILKZBqRqO_2PIvv_8oRjsdgm3YE5RmEVjO.hPrdomrBYUp_lWERik2HF4VrVTeWR0e
n7LF9AL.W9_PPgLjd9u8Po6N46Xiv4n1yV6Jub35JbiFTqzdXZne2HecLjfneoz.2LBRmTAINWnXF3ha
_mv2_kQhgw8RGS4fSy3ZaEwTiLL99mg.Vg4t9LByoPvbSbGvxsLH6_ltpCW_jZNhuLRvU2fGfYxXEpt7
NuNq_JKBU0zEIJaQ9XLLNgjfSCiutpF3GT2vpA6qwyqEE74.wshdFMTLnzWEI0_0VRARkYWHn1S0hczb
1EkMG2Nil3P3Rpls1cEZYi5c1PKjqx.k_2ciIayqn2XXfGm8A6pCVHsGtKxHNImfWcc-
X-Originating-IP: [66.135.209.216]
Authentication-Results: mta109.mail.ird.yahoo.com  from=ebay.co.uk; 
domainkeys=pass (ok); from=ebay.co.uk; dkim=neutral (no  sig)
Received: from 66.135.209.216  (EHLO mxsmfpool01.ebay.com) (66.135.209.216)
  by mta109.mail.ird.yahoo.com with SMTP; Sat, 21 Feb 2009 12:54:32 +0000
Received: from smfbat44.smf.ebay.com ([10.8.194.232])
    by mxsmfpool01.ebay.com (8.13.8/8.13.8) with ESMTP id n1LCs8j0021741
    for <XXXXXXXXXXXXXXXX>; Sat, 21 Feb 2009 05:54:31 -0700 (GMT)
DomainKey-Signature: a=rsa-sha1; s=dksm28; d=ebay.co.uk; c=nofws; q=dns;
    h=x-ebay-mailtracker:to:from:mime-version:
    content-transfer-encoding:content-type:subject:date:message-id:reply-to:x-ebay-mailversiontracker;
    b=jsutyP5Hx5FMRz6JknmbwHfi56bzoGm0RI1iejEdg9m94iIyTHtj18etSKnBa+BFB
    Mt/PpJQmk0Ue7hBACFYXw==
X-eBay-MailTracker: 11010.595.3.0
To: XXXXXXXXXXXXXXXX
From: eBay <[email protected]>
Mime-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=ISO-8859-1
Subject: Your watched eBay item is ending soon: XXXXXXXXXXXXXXXX
Date: Sat, 21 Feb 09 05:54:05 GMT-0700
Message-ID: <21941109.1235220845672.JavaMail.ebba@smfbat44>
Reply-To: [email protected]
X-eBay-MailVersionTracker: 595.7650636

Original issue reported on code.google.com by [email protected] on 21 Mar 2012 at 12:01

Zip error

Steps to reproduce the problem:
  1. Creating backup into zip file
  2. At 2150406192 bytes file size error message displayed:

Error: Error while saving e-mail
Ignoring this error message.
If you want, please report the following traceback to 
[email protected] 
Thanks! (gmb.py revision 15):
Traceback (most recent call last):
File "gmb.pyo", line 1254, in backup
File "gmb.pyo", line 1148, in store
File "zipfile.pyo", line 1100, in writestr
File "zipfile.pyo", line 998, in _writecheck
LargeZipFile: Zipfile size would require ZIP64 extensions

Product/OS versions:
  Gmail Backup Rev 15 (2011-03-07)
  Windows 7 (32 bit)

Original issue reported on code.google.com by [email protected] on 31 Mar 2012 at 6:36

New Version button doesn't work

What steps will reproduce the problem?
1. Start Gmail Backup from the start menu
2. Click the "New Version" button
3. New version of GMail Backup is available!
You can download version 20 here:
http://code.google.com/p/gmail-backup-com/downloads/list

What is the expected output? What do you see instead?
I expect there to be a version 20 available on the suggested download url, I 
only see revision 15 available.

What version of the product are you using? On what operating system?
Gmail Backup revision 15 (2011-03-07) & Windows 7 Home X64

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 20 Nov 2012 at 4:16

Error when email subject lenght is more than 255 chars on Windows.

What steps will reproduce the problem?
1. backup email with an lenght of object lenght more than 255 char
2. Windows OS

According to:
http://msdn.microsoft.com/en-us/library/aa365247%28VS.85%29.aspx#maximum%5Fpath%
5Flength

fix:
in gmb.py
def store(self, msg):
    ...
    full_fn_num = '\\\\?\\' + os.path.abspath(full_fn_num)

    fw = file(full_fn_num, 'wb')

    ...

Original issue reported on code.google.com by [email protected] on 30 Apr 2013 at 2:52

http://code.google.com/p/gmail-backup-com/downloads/list

What steps will reproduce the problem?
Button on the user interface Request for new version shows the above link for 
version 20.
In the library http://code.google.com/p/gmail-backup-com/downloads/list
There is no version 20

What is the expected output? What do you see instead?
A downloadable file version 20

What version of the product are you using? On what operating system?
I have version 15 installed

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 28 Jul 2014 at 10:23

"Sent" mail filter not populated on restore

What steps will reproduce the problem?
1. Send a message
2. Backup account
3. Restore to a secondary account

What is the expected output? What do you see instead?
Sent mail should display sent mail.
Instead, Sent mail filter is empty

What version of the product are you using? On what operating system?
Version 15, on Windows XP Professional

Original issue reported on code.google.com by [email protected] on 27 Jul 2012 at 9:36

Latest Downloads not available

What steps will reproduce the problem?
1. Use the "Check new versions" in the "Help" menu
2. Lists version 20 available at 
http://code.google.com/p/gmail-backup-com/downloads/list
3. Follow link; latest version listed is 15.

What is the expected output? What do you see instead?
Expect to see version 20; only see v15

What version of the product are you using? On what operating system?
v15, Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 31 Aug 2012 at 2:47

Invalid Credentials

Dear all, 

When i try to backup my account i get this message: 

"Error: IMAP: [ALERT] Invalid credentials (Failure)"

But if i open the mail from webmail page, the same password Works fine.

Best regards,
Eugenio

Original issue reported on code.google.com by [email protected] on 14 Feb 2014 at 5:09

Stamp not updating

What steps will reproduce the problem?
1. Backup account initially - starts from beginning
2. Next week, backup again - starts from beginning....

What is the expected output? What do you see instead?

The program is supposed to create a "stamp" file with the date of the last 
backup. It can then read this date and start from there for the next backup to 
be much faster.

I think this must happen after the labels are backed up. But due to the label 
bug, any label with a non alphanumeric character causes failure (I have several 
labels like this). The stamp file is never created or updated. I created the 
file manually and verified the program will make use of it.

This should be a simple fix; re-order the operations so that the stamp is 
generated before the labels are backed up.

What version of the product are you using? On what operating system?
Using revision 15 (2011-03-07).



Original issue reported on code.google.com by [email protected] on 7 Aug 2013 at 1:01

Unable to restore the Sent Items from the backup

Hello,

We are using the Gmail backup tool, version 15. We were able to backup the 
Gmail account successfully, however when we try to restore the Emails back - it 
restores all the emails present in the "sent items" to the 'All Mail" Gmail 
Folder instead of restoring to the correct "sent items" folder on Gmail. Is 
there a way we can fix this?

Thanks.


Original issue reported on code.google.com by [email protected] on 2 Oct 2013 at 4:52

Error: [Errno 10060]

What steps will reproduce the problem?
1. Attempt to backup emails
2.
3.

What is the expected output? What do you see instead?

Backup complete (expected) 

Error: [Errno 10060] A connection attempt failed because the connected party 
did not properly respond after a period of time, or established connection 
failed because connected host has failed to respond
There are network problems, please, try it later (actual 

What version of the product are you using? On what operating system?

revision 15 (2011-03-07)

Windows 7 Enterprise

Please provide any additional information below.

This functionality worked until December 2014. This is the 1st time I have 
attempted to backup in 2015.

Has Gmail changed some permissions in which may cause this issue?


Original issue reported on code.google.com by [email protected] on 27 Jan 2015 at 3:03

Attachments:

Error message trying to log into Gmail Backup

What steps will reproduce the problem?
1.Hit back up button
2.Can't get past the backup page
3.

What is the expected output? What do you see instead?
It should start backing up and it doesn't. It worked fine on my old win& Pro 
machine, but can't get it to work on this new one.

What version of the product are you using? On what operating system?
version:15 (2011-03-07) on Windows 7 Professional.

Please provide any additional information below.
This is the error I get: Error: IMAP: [ALERT] Please log in via your web 
browser: http://support.google.com/mail/accounts/bin/answer.py?answer=78754 
(Failure)

Original issue reported on code.google.com by [email protected] on 31 Jul 2014 at 11:22

Hide password in command line

Hi,
it is more an enhancement request than a bug:

When gmail-backup is launched thru command line, the password can be read in 
clear text within the process list. Not very secure.

Can you add a mecanism where password can be read from a file, or modify the 
launch process to hide the password (like mysqldump by example)?

Thanks.


Original issue reported on code.google.com by [email protected] on 26 Jul 2011 at 12:41

Error: [Errno 8] _ssl.c:490

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
The software a few months ago, there was working normally, but i don't know 
what's happening now. it doesn't work

What version of the product are you using? On what operating system?
revision 15 (2011-03-07) Windows 7 Home Premium

Please provide any additional information below.

Error: [Errno 8] _ssl.c:490: EOF occurred in violation of protocol
There are network problems, please, try it later

Original issue reported on code.google.com by [email protected] on 1 Sep 2014 at 4:23

marks all unread emails as read

What steps will reproduce the problem?
1. Run gmail-backup.com
2. Goto mail.google.com
3. All emails in inbox are marked as read

What is the expected output? What do you see instead?
Same as before. All unread messages should stay unread. Instead all messages 
are marked as read.

What version of the product are you using? On what operating system?
revision 712 (2010-09-29)

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 31 Jan 2011 at 6:46

ISSUE:Unread mails showing as read in the mail box after backup by GMAIL-BACKUP TOOL

What steps will reproduce the problem?
1. Backup made successfully.
2. But mailbox unread mails showing as read mails.
3.

What is the expected output? What do you see instead?
Do unread mail show as read mail after backup by gmail-backup tool.

What version of the product are you using? On what operating system?
Revision 691 (2009-02-20)and OS:windows 7 Enterprise edition.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 25 Jan 2014 at 5:25

Speed decreases significantly when backing up labels

Hi,

>What steps will reproduce the problem?
1.Start a Gmail Backup
2.Wait for mail backup completion and see Starting Backup Of Labels
3.See speed decrease significantly (e.g. from 50KB/s to 0.5KB/s)

>What is the expected output? 
"nice unchanged speed"

>What do you see instead?
"omg It's slooooooowwww"

>What version of the product are you using? On what operating system?
Gmail Backup revision 15 (2011-03-07)
Windows Seven Professional Service Pack 1
http://mire.ipadsl.net telling me I should be able to download at 700KB/s

>Please provide any additional information below.
I am currently removing some labels and unchecking Manage Labels\Show in IMAP 
under Google Mail to see if that helps the ongoing label backup.
Great software nevertheless


a+, =)
-=Clement=-

Original issue reported on code.google.com by [email protected] on 27 Apr 2012 at 2:08

2 step authentication needed

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 28 Feb 2013 at 8:51

labels backup throws error

Skip   100.0%: message already stored (30 of 251)
Starting backup of labels
c:\Program Files (x86)\GmailBackup\library.zip\gmb.py:429: DeprecationWarning: 
BaseException.message has been deprecated as of Python 2.6
Error: IMAP: SELECT command error: BAD ['Could not parse command']

warning, ok, but what is this error?  can retrieve labels for some users, but 
not others.

Original issue reported on code.google.com by [email protected] on 10 Jun 2011 at 8:56

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.