imap-backup 1.0.7 → 1.0.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8f2eb2a8f6794e4c893fb579173c2afd345cceba
4
- data.tar.gz: 59c1dac8c7c584c6a639f8bc7281ba41c04f4c94
3
+ metadata.gz: 193398912f9ddbba6dc1df2877f2311ace92573f
4
+ data.tar.gz: 5372332d10b35510ea2a71c8c279b36ca04abd89
5
5
  SHA512:
6
- metadata.gz: 7cc724f9533752448b20992452005c5d7e552efa293c551f13066c44a10683801ef903acd0a10bdb9e1378ae28685458bcc3898170ea7a7cc892864e27c764c5
7
- data.tar.gz: 0a9cadebb34df76e9515a3710e51cc73dc6d23dda5e05907f1a5358cf594937c7235b13a2096497996b7e56b339d45c88d8905ae677024d70b941ee2df382998
6
+ metadata.gz: 9df75e2d215512fe450e0db1a4dbbdd3fef1f8a7a8d1d7b618e3eff4797ca7e806b756368db9ad9733a03cf4e3e617607076c42edbac4ca54f644a0587c2e7ba
7
+ data.tar.gz: ccfde5a91d5c29dbf246523fe4e2cd7756c18b0e0aabba8f4e93af0c0cdf2ed2eff3108eb21c00d85dc402d56c866069ef0fcdb8416bac773f491d6e8e568145
data/README.md CHANGED
@@ -20,6 +20,8 @@ $ gem install 'imap-backup'
20
20
 
21
21
  # Setup
22
22
 
23
+ In order to do backups, you need to add accounts and specify the folders to backup.
24
+
23
25
  Run:
24
26
 
25
27
  ```shell
@@ -69,6 +71,11 @@ It connects to GMail by default, but you can also specify a server:
69
71
  }
70
72
  ```
71
73
 
74
+ ## Google Apps
75
+
76
+ * Enable IMAP access to your account via the GMail interface (Settings/Forwarding and POP/IMAP),
77
+ * In imap-backup setup, set the server to imap.gmail.com
78
+
72
79
  # Security
73
80
 
74
81
  Note that email usernames and passwords are held in plain text
@@ -71,6 +71,8 @@ module Imap::Backup::Account
71
71
  '/'
72
72
  when /@fastmail\.fm/
73
73
  'INBOX'
74
+ else
75
+ '/'
74
76
  end
75
77
  end
76
78
 
@@ -2,7 +2,7 @@ module Imap
2
2
  module Backup
3
3
  MAJOR = 1
4
4
  MINOR = 0
5
- REVISION = 7
5
+ REVISION = 8
6
6
  VERSION = [MAJOR, MINOR, REVISION].map(&:to_s).join('.')
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: imap-backup
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joe Yates
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-19 00:00:00.000000000 Z
11
+ date: 2014-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake