mandrill-api 1.0.15 → 1.0.16
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] 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
|
|
514
515
|
# - [Boolean] url_strip_qs whether or not to strip the query string from URLs when aggregating tracked URL data
|
|
515
516
|
# - [Boolean] preserve_recipients whether or not to expose all recipients in to "To" header for each email
|
|
516
517
|
# - [String] bcc_address an optional address to receive an exact copy of each recipient's email
|
|
@@ -574,6 +575,7 @@ module Mandrill
|
|
|
574
575
|
# - [Boolean] track_opens whether or not to turn on open tracking for the message
|
|
575
576
|
# - [Boolean] track_clicks whether or not to turn on click tracking for the message
|
|
576
577
|
# - [Boolean] auto_text whether or not to automatically generate a text part for messages that are not given text
|
|
578
|
+
# - [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
|
|
577
579
|
# - [Boolean] url_strip_qs whether or not to strip the query string from URLs when aggregating tracked URL data
|
|
578
580
|
# - [Boolean] preserve_recipients whether or not to expose all recipients in to "To" header for each email
|
|
579
581
|
# - [String] bcc_address an optional address to receive an exact copy of each recipient's 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: 55
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
9
|
+
- 16
|
|
10
|
+
version: 1.0.16
|
|
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-
|
|
18
|
+
date: 2013-03-01 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: json
|