mayaml-getmail 4.0.1 → 4.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7507a95235e707c7be7dcdbbf4c1b976391fcd7c
4
- data.tar.gz: 2dedf523c9d9a4b8a9662d0f612c0e92c177a292
3
+ metadata.gz: 2b88b7178380a5a3c23a86a47beef0edba3a6692
4
+ data.tar.gz: 964ccd968bfbd1f3d1d7c44f00066471833ab61d
5
5
  SHA512:
6
- metadata.gz: bc0d4a719e589ff77c8b1892ec7732a761b77c768d226bc5eb62855bc9f8b6e1b4a7925ad754188ee552e8f56ff19a5b3896fcc45e6b6f9cd67fefaaf6cf66ae
7
- data.tar.gz: 0fe5e84cf4ddf5da6bd3cbd64b02cdeb27ed8969d441a25ab7c774d1bd4efdc460992c6775012d026540aa03fca0f061950a8be2820dd63424df5b5d0a657611
6
+ metadata.gz: 23e9c19473c4b8511157ef803d89e1d9ab54cd92d02ae35ebdce942135eec4c7804bcff1d61f7d73aa34cd5c9ba06ad988c32ce2cd47bbc16288c1b5913199aa
7
+ data.tar.gz: a94a344622b8178b2191c9754101e4bc4ce86ff19ff1f55947964213250ab9e6f3a686095f16309a5736ada1664b30657f1b06540c0bf7c19ea5c640e4a3c791
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 4.0.2 (2017.04.06)
2
+
3
+ * add missing data dir to gemspec
4
+
1
5
  ### 4.0.1 (2017.04.06)
2
6
 
3
7
  * fix makefile
@@ -0,0 +1,21 @@
1
+ [retriever]
2
+ type = {{ type }}
3
+ server = {{ server }}
4
+ port = {{ port }}
5
+ username = {{ user }}
6
+ password = {{ pass }}
7
+ {{#mailboxes}}
8
+ mailboxes = ({{{ . }}})
9
+ {{/mailboxes}}
10
+
11
+ [destination]
12
+ type = MDA_external
13
+ path = {{ mda_path }}
14
+ unixfrom = True
15
+
16
+ [options]
17
+ verbose = 1
18
+ delivered_to = false
19
+ received = false
20
+ read_all = {{ read_all }}
21
+ delete = {{ delete }}
@@ -18,5 +18,5 @@
18
18
  # along with this program. If not, see <http://www.gnu.org/licenses/>.
19
19
 
20
20
  module MayamlGetmail
21
- VERSION = "4.0.1"
21
+ VERSION = "4.0.2"
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mayaml-getmail
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.1
4
+ version: 4.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Szymon Kopciewski
@@ -135,6 +135,7 @@ files:
135
135
  - LICENSE
136
136
  - README.md
137
137
  - bin/mayaml-getmail
138
+ - data/mayaml-getmail/account_config.mustache
138
139
  - lib/mayaml-getmail.rb
139
140
  - lib/mayaml-getmail/account_config.rb
140
141
  - lib/mayaml-getmail/configs_generator.rb