imap-backup 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +7 -0
- data/lib/imap/backup/account/connection.rb +2 -0
- data/lib/imap/backup/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 193398912f9ddbba6dc1df2877f2311ace92573f
|
|
4
|
+
data.tar.gz: 5372332d10b35510ea2a71c8c279b36ca04abd89
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
data/lib/imap/backup/version.rb
CHANGED
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.
|
|
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:
|
|
11
|
+
date: 2014-03-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|