ish_models 0.0.33.295 → 0.0.33.296

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dd109584f1dbefcf5529b405a7f2bf1111dc969e72490ccf680baf644d1142b1
4
- data.tar.gz: 0e210e736be69898278317a5fe3eff5f8b609dab8e98952205b9332f7143456c
3
+ metadata.gz: d06c52c4c68b449a8416eedfeb0da3aa210cc2e097bbbfc63a6436b9f1923522
4
+ data.tar.gz: 6b44f5a057acc1b6e47ac749e0019aacd482735a530d34265c5dd112cb7b47da
5
5
  SHA512:
6
- metadata.gz: 227539221105af1aac985806960386ffd6d631122c06fe5d425600a5c2abf0a0aa5b162087da9f86ed7865e5c0d5c7ab51fda0ee8ac25cbb820e1e3154812529
7
- data.tar.gz: 985ef810e3e8277c18a6179fcbd13467b935f4718be1b0ed138779d778d02ea835c32891da3d2b1533ebd4c1a1505c9c510c53dc7cae6a7f74582f15360b5161
6
+ metadata.gz: 5b9564338cf5c8897e5fae2ffb0d053f6b3308edd080cb19f6ddd56ef92422db7984745cea0b141d9d76f82691437078251e7a92b50776854d41aeb2add8ce2a
7
+ data.tar.gz: 958c4ab9ae95202a172496651ba9ea5f8b6a0992cd3809a8a5e2f8827a3944cbf8edb8025a72ea3f8c2d5a9e40e7e2677735cdefc87b8473fb4518c86be0ff0a
@@ -40,6 +40,8 @@ class ::Ish::EmailTemplate
40
40
  'DemmiTV <hello@demmi.tv>',
41
41
  'DemmiTV <no-reply@demmi.tv>',
42
42
 
43
+ 'Victor Pudeyev <victor@fedfis.com>',
44
+
43
45
  'Infinite Shelter <hello@infiniteshelter.com>',
44
46
  'Infinite Shelter <no-reply@infiniteshelter.com>',
45
47
 
@@ -84,7 +86,7 @@ class ::Ish::EmailTemplate
84
86
  <div><br></div>
85
87
  <div>Regards,</div>
86
88
  <div>-=----- &gt;8 --</div>
87
- <div>Victor Pudeyev<br>Director of Engineering<br><a href="mailto:victor@piousbox.com" target="_blank">victor@piousbox.com</a> | <a href="https://tidycal.com/wasya-co/30min" target="_blank">Book a chat</a><br></div>
89
+ <div>Victor Pudeyev<br>Director of Engineering<br><a href="mailto:victor@wasya.co" target="_blank">victor@wasya.co</a> | <a href="https://tidycal.com/wasya-co/30min" target="_blank">Book a chat</a><br></div>
88
90
  </div><hr /><br /><br /><br />
89
91
  AOL
90
92
 
@@ -40,6 +40,8 @@ class Office::EmailMessage
40
40
  field :bcc, type: :string
41
41
  field :bccs, type: Array, default: []
42
42
 
43
+ field :logs, type: Array, default: []
44
+
43
45
  field :date, type: DateTime
44
46
  def received_at
45
47
  date
@@ -146,12 +148,12 @@ class Office::EmailMessage
146
148
  churn_subpart( subpart )
147
149
  end
148
150
  else
149
- attachment = Office::EmailAttachment.new({
150
- content: part.decoded,
151
- content_type: part.content_type,
152
- email_message: self,
153
- })
154
- attachment.save
151
+ # attachment = Office::EmailAttachment.new({
152
+ # content: part.decoded,
153
+ # content_type: part.content_type,
154
+ # email_message: self,
155
+ # })
156
+ # attachment.save
155
157
 
156
158
  if part.content_type.include?('text/html')
157
159
  part_html = part.decoded
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ish_models
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.33.295
4
+ version: 0.0.33.296
5
5
  platform: ruby
6
6
  authors:
7
7
  - piousbox