mailcvt 0.0.7 → 0.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.
@@ -49,7 +49,7 @@ class LineConverter
49
49
  end
50
50
 
51
51
  def convertbody(cap, line)
52
- if cap == 'C' and line.start_with?(ATTACH)
52
+ if cap == 'C' and line[1] == 'o' and line.start_with?(ATTACH)
53
53
  @attach << "\a" if not @attach.empty?
54
54
  @attach << line[43..-3] # filename"\n
55
55
  end
@@ -1,3 +1,3 @@
1
1
  module Mailcvt
2
- VERSION = '0.0.7'
2
+ VERSION = '0.0.8'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mailcvt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -112,7 +112,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
112
112
  version: '0'
113
113
  segments:
114
114
  - 0
115
- hash: -365539335131801819
115
+ hash: 975238858309811538
116
116
  required_rubygems_version: !ruby/object:Gem::Requirement
117
117
  none: false
118
118
  requirements:
@@ -121,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
121
  version: '0'
122
122
  segments:
123
123
  - 0
124
- hash: -365539335131801819
124
+ hash: 975238858309811538
125
125
  requirements: []
126
126
  rubyforge_project:
127
127
  rubygems_version: 1.8.25