anotherinbox 0.3.6 → 0.3.7
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.
- data/README.rdoc +8 -3
- data/VERSION +1 -1
- data/anotherinbox.gemspec +1 -1
- metadata +3 -3
data/README.rdoc
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
By Rodrigo Franco
|
|
4
4
|
|
|
5
|
-
The original {Otherinbox Defender}[http://
|
|
5
|
+
The original {Otherinbox Defender}[http://mashable.com/2008/09/08/otherinbox/] is no more. Sadly, the newest version is subpar and do not meet my needs. This project attempts to reproduce the core functionalities of OIB Defender using a GMail account. As of right now, the following functionalities are implemented:
|
|
6
6
|
|
|
7
7
|
* Emails are automatically labeled by mailbox name
|
|
8
8
|
* First email sent to a new mailbox is forwarded to your personal email address
|
|
@@ -18,7 +18,7 @@ The original {Otherinbox Defender}[http://grab.by/grabs/404f4ac6585cf2b09402d18e
|
|
|
18
18
|
* To better replicate the defender concept, disable the spam filter following {this instructions}[http://www.mydigitallife.info/2008/11/24/how-to-disable-and-deactivate-spam-filter-protection-in-gmail-or-google-mail/]
|
|
19
19
|
|
|
20
20
|
== Setup instructions
|
|
21
|
-
* Install the gem as usual
|
|
21
|
+
* Install the gem as usual:
|
|
22
22
|
|
|
23
23
|
$ gem install anotherinbox
|
|
24
24
|
|
|
@@ -31,7 +31,12 @@ The original {Otherinbox Defender}[http://grab.by/grabs/404f4ac6585cf2b09402d18e
|
|
|
31
31
|
personal:
|
|
32
32
|
email: personal@email.com
|
|
33
33
|
|
|
34
|
-
*
|
|
34
|
+
* Add the following lines to your cron tab:
|
|
35
|
+
|
|
36
|
+
*/5 * * * * anotherinbox process
|
|
37
|
+
55 04 * * * anotherinbox digest
|
|
38
|
+
|
|
39
|
+
That will ensure the script organize your mailbox each 5 minutes. It will also send you the daily digest at 04:55am.
|
|
35
40
|
|
|
36
41
|
== Contributing to anotherinbox
|
|
37
42
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.7
|
data/anotherinbox.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: anotherinbox
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 29
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
9
|
+
- 7
|
|
10
|
+
version: 0.3.7
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- rodrigo franco (caffo)
|