Skip to content

Commit 43527bf

Browse files
author
Guillaume Badi
committed
target
2 parents 7ef2a16 + 1e7f47f commit 43527bf

File tree

8 files changed

+15
-8
lines changed

8 files changed

+15
-8
lines changed

src/main/java/com/mailjet/client/resource/Email.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ public class Email {
2323
public static String HTMLPART = "Html-Part";
2424
public static String RECIPIENTS = "Recipients";
2525
public static String VARS = "Vars";
26+
public static String TO = "To";
27+
public static String CC = "cc";
28+
public static String BCC = "bcc";
29+
public static String MJTEMPLATEID = "Mj-TemplateID";
30+
public static String MJTEMPLATELANGUAGE = "Mj-TemplateLanguage";
31+
public static String MJTEMPLATEERRORREPORTING = "MJ-TemplateErrorReporting";
32+
public static String MJTEMPLATEERRORDELIVERY = "MJ-TemplateErrorDeliver";
2633
public static String ATTACHMENTS = "Attachments";
2734
public static String INLINE_ATTACHMENTS = "Inline_Attachments";
2835
public static String INLINEATTACHMENTS = "Inline_Attachments";
228 Bytes
Binary file not shown.

target/client-3.0.0.jar

228 Bytes
Binary file not shown.

target/maven-archiver/pom.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Generated by Maven
2-
#Fri Feb 26 10:24:41 CET 2016
2+
#Mon Feb 29 14:05:44 CET 2016
33
version=3.0.0
44
groupId=com.mailjet
55
artifactId=client

target/surefire-reports/TEST-com.mailjet.client.MJEasyClientTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
2-
<testsuite tests="1" failures="0" name="com.mailjet.client.MJEasyClientTest" time="0.004" errors="0" skipped="0">
2+
<testsuite tests="1" failures="0" name="com.mailjet.client.MJEasyClientTest" time="0.012" errors="0" skipped="0">
33
<properties>
44
<property name="java.runtime.name" value="Java(TM) SE Runtime Environment"/>
55
<property name="sun.boot.library.path" value="/Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/jre/lib"/>
@@ -63,5 +63,5 @@
6363
<property name="ftp.nonProxyHosts" value="local|*.local|169.254/16|*.169.254/16"/>
6464
<property name="sun.cpu.isalist" value=""/>
6565
</properties>
66-
<testcase classname="com.mailjet.client.MJEasyClientTest" name="testEmailSend" time="0.003"/>
66+
<testcase classname="com.mailjet.client.MJEasyClientTest" name="testEmailSend" time="0.011"/>
6767
</testsuite>

target/surefire-reports/TEST-com.mailjet.client.MailjetClientTest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
2-
<testsuite tests="3" failures="0" name="com.mailjet.client.MailjetClientTest" time="0.172" errors="0" skipped="0">
2+
<testsuite tests="3" failures="0" name="com.mailjet.client.MailjetClientTest" time="0.247" errors="0" skipped="0">
33
<properties>
44
<property name="java.runtime.name" value="Java(TM) SE Runtime Environment"/>
55
<property name="sun.boot.library.path" value="/Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/jre/lib"/>
@@ -63,7 +63,7 @@
6363
<property name="ftp.nonProxyHosts" value="local|*.local|169.254/16|*.169.254/16"/>
6464
<property name="sun.cpu.isalist" value=""/>
6565
</properties>
66-
<testcase classname="com.mailjet.client.MailjetClientTest" name="testSimpleGet" time="0.033"/>
66+
<testcase classname="com.mailjet.client.MailjetClientTest" name="testSimpleGet" time="0.074"/>
6767
<testcase classname="com.mailjet.client.MailjetClientTest" name="testFilteringGet" time="0"/>
68-
<testcase classname="com.mailjet.client.MailjetClientTest" name="testActionGet" time="0.001"/>
68+
<testcase classname="com.mailjet.client.MailjetClientTest" name="testActionGet" time="0"/>
6969
</testsuite>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-------------------------------------------------------------------------------
22
Test set: com.mailjet.client.MJEasyClientTest
33
-------------------------------------------------------------------------------
4-
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
4+
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-------------------------------------------------------------------------------
22
Test set: com.mailjet.client.MailjetClientTest
33
-------------------------------------------------------------------------------
4-
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 sec
4+
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 sec

0 commit comments

Comments
 (0)