mandrill-api 1.0.18 → 1.0.19
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/lib/mandrill/api.rb +2 -0
- metadata +4 -4
data/lib/mandrill/api.rb
CHANGED
|
@@ -511,6 +511,7 @@ module Mandrill
|
|
|
511
511
|
# - [Boolean] track_opens whether or not to turn on open tracking for the message
|
|
512
512
|
# - [Boolean] track_clicks whether or not to turn on click tracking for the message
|
|
513
513
|
# - [Boolean] auto_text whether or not to automatically generate a text part for messages that are not given text
|
|
514
|
+
# - [Boolean] auto_html whether or not to automatically generate an HTML part for messages that are not given HTML
|
|
514
515
|
# - [Boolean] inline_css whether or not to automatically inline all CSS styles provided in the message HTML - only for HTML documents less than 256KB in size
|
|
515
516
|
# - [Boolean] url_strip_qs whether or not to strip the query string from URLs when aggregating tracked URL data
|
|
516
517
|
# - [Boolean] preserve_recipients whether or not to expose all recipients in to "To" header for each email
|
|
@@ -578,6 +579,7 @@ module Mandrill
|
|
|
578
579
|
# - [Boolean] track_opens whether or not to turn on open tracking for the message
|
|
579
580
|
# - [Boolean] track_clicks whether or not to turn on click tracking for the message
|
|
580
581
|
# - [Boolean] auto_text whether or not to automatically generate a text part for messages that are not given text
|
|
582
|
+
# - [Boolean] auto_html whether or not to automatically generate an HTML part for messages that are not given HTML
|
|
581
583
|
# - [Boolean] inline_css whether or not to automatically inline all CSS styles provided in the message HTML - only for HTML documents less than 256KB in size
|
|
582
584
|
# - [Boolean] url_strip_qs whether or not to strip the query string from URLs when aggregating tracked URL data
|
|
583
585
|
# - [Boolean] preserve_recipients whether or not to expose all recipients in to "To" header for each email
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mandrill-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 49
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
9
|
+
- 19
|
|
10
|
+
version: 1.0.19
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Mandrill Devs
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2013-03-
|
|
18
|
+
date: 2013-03-15 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: json
|