feed2imap 1.2.7 → 1.3.0

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
  SHA256:
3
- metadata.gz: 12ff9f4bc81dc363b9eaff51d7ff5bbb490c2822da0c89601fbc45f39681c583
4
- data.tar.gz: 6cbb2410faa8458dd2a42993e70c94f4a196cf6180229dccead089fbcf71f339
3
+ metadata.gz: 3a8cca85ea26695d4b8af99207e5c47ecca608d39f11aff3343a747bc1502491
4
+ data.tar.gz: 14ba146f763b444858d976661942c7e0681927d6f4d4488914dab67816e1b185
5
5
  SHA512:
6
- metadata.gz: 5ec1cd00ebbbeb6dbce69a9a580e97fea285d421b809c3cb047b0fd66fb2a59445f3abd12a32ce0b1617c032901a943858743492b6440a2200121ac49a627c84
7
- data.tar.gz: 3a2c0123fcc6dac7847e2bd3ddd6bfdf76df19d26b2e7e6e1b5b3a586e4465cae2cd46645831a659b5ad55ef40d9c215ef35bd2c032e135f7290f6e69c6a256d
6
+ metadata.gz: 4344152302dfaa64fb1aa425953b55a7246e23afdfba5b1fdfea336ee62a16f4171daeccc46a49bc982b648a31e09ef5e7d36beb244a85d26977012a29e36623
7
+ data.tar.gz: 5af3575ea5bdfc3ad435fb2d963fb0989774ab8c5b0ea83174bf36cc7c95cd62df74952df8a0d0cef83ba9ef3a658f17eeea039320da85f0300a4604eb1dfcbd
@@ -90,7 +90,7 @@ def item_to_mail(config, item, id, updated, from = 'Feed2Imap', inline_images =
90
90
  htmlpart = parts.size == 1 ? message : RMail::Message::new
91
91
  htmlpart.header['Content-Type'] = 'text/html; charset=utf-8'
92
92
  htmlpart.header['Content-Transfer-Encoding'] = '8bit'
93
- htmlpart.body = item.to_html
93
+ htmlpart.body = item.to_html_with_headers
94
94
  end
95
95
 
96
96
  # inline images as attachments
@@ -1,3 +1,3 @@
1
1
  class Feed2Imap
2
- VERSION = "1.2.7"
2
+ VERSION = "1.3.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: feed2imap
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.7
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lucas Nussbaum
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-18 00:00:00.000000000 Z
11
+ date: 2021-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruby-feedparser
@@ -102,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
102
102
  - !ruby/object:Gem::Version
103
103
  version: '0'
104
104
  requirements: []
105
- rubygems_version: 3.2.5
105
+ rubygems_version: 3.2.27
106
106
  signing_key:
107
107
  specification_version: 4
108
108
  summary: RSS/Atom feed aggregator