maildown 2.0.2 → 2.0.3
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.
- checksums.yaml +4 -4
- data/lib/maildown/ext/action_mailer.rb +16 -1
- data/lib/maildown/version.rb +1 -1
- data/lib/maildown.rb +9 -0
- data/test/dummy/app/mailers/application_mailer.rb +4 -0
- data/test/dummy/app/mailers/user_no_layout_mailer.rb +11 -0
- data/test/dummy/app/mailers/user_with_layout_mailer.rb +11 -0
- data/test/dummy/app/views/layouts/mail_layout.html.erb +1 -0
- data/test/dummy/app/views/layouts/mail_layout.text.erb +1 -0
- data/test/dummy/app/views/user_no_layout_mailer/welcome.md.erb +1 -0
- data/test/dummy/app/views/user_with_layout_mailer/welcome.md.erb +1 -0
- data/test/dummy/config/environments/development.rb +2 -2
- data/test/dummy/log/development.log +0 -0
- data/test/dummy/log/test.log +2815 -0
- data/test/dummy/test/mailers/previews/user_no_layout_mailer_preview.rb +4 -0
- data/test/dummy/test/mailers/previews/user_with_layout_mailer_preview.rb +4 -0
- data/test/dummy/test/mailers/user_no_layout_mailer_test.rb +7 -0
- data/test/dummy/test/mailers/user_with_layout_mailer_test.rb +7 -0
- data/test/integration/layouts_test.rb +35 -0
- metadata +28 -2
data/test/dummy/log/test.log
CHANGED
@@ -808,3 +808,2818 @@ MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
|
808
808
|
----------------------------------------------------------
|
809
809
|
MarkdownEngineTest: test_default_works_in_multiple_threads
|
810
810
|
----------------------------------------------------------
|
811
|
+
---------------------------------------
|
812
|
+
MarkdownEngineTest: test_can_set_engine
|
813
|
+
---------------------------------------
|
814
|
+
----------------------------------------------------------
|
815
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
816
|
+
----------------------------------------------------------
|
817
|
+
----------------------------------------------------------------
|
818
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
819
|
+
----------------------------------------------------------------
|
820
|
+
--------------------------------------------------------------
|
821
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
822
|
+
--------------------------------------------------------------
|
823
|
+
------------------------------------
|
824
|
+
MaildownTest: test_no_md_in_response
|
825
|
+
------------------------------------
|
826
|
+
--------------------------------------------------------
|
827
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
828
|
+
--------------------------------------------------------
|
829
|
+
------------------------------------
|
830
|
+
MaildownTest: test_parse_md_response
|
831
|
+
------------------------------------
|
832
|
+
----------------------------------------------
|
833
|
+
ExtActionMailerTest: test_monkeypatch_location
|
834
|
+
----------------------------------------------
|
835
|
+
-----------------------------------------------------------
|
836
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
837
|
+
-----------------------------------------------------------
|
838
|
+
-------------------------------------------------------------
|
839
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
840
|
+
-------------------------------------------------------------
|
841
|
+
--------------------------------------------------------------
|
842
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
843
|
+
--------------------------------------------------------------
|
844
|
+
------------------------------------
|
845
|
+
MaildownTest: test_no_md_in_response
|
846
|
+
------------------------------------
|
847
|
+
------------------------------------
|
848
|
+
MaildownTest: test_parse_md_response
|
849
|
+
------------------------------------
|
850
|
+
--------------------------------------------------------
|
851
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
852
|
+
--------------------------------------------------------
|
853
|
+
-----------------------------------------------------------
|
854
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
855
|
+
-----------------------------------------------------------
|
856
|
+
----------------------------------------------
|
857
|
+
ExtActionMailerTest: test_monkeypatch_location
|
858
|
+
----------------------------------------------
|
859
|
+
-------------------------------------------------------------
|
860
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
861
|
+
-------------------------------------------------------------
|
862
|
+
---------------------------------------
|
863
|
+
MarkdownEngineTest: test_can_set_engine
|
864
|
+
---------------------------------------
|
865
|
+
----------------------------------------------------------------
|
866
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
867
|
+
----------------------------------------------------------------
|
868
|
+
----------------------------------------------------------
|
869
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
870
|
+
----------------------------------------------------------
|
871
|
+
--------------------------------------------------------------
|
872
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
873
|
+
--------------------------------------------------------------
|
874
|
+
------------------------------------
|
875
|
+
MaildownTest: test_no_md_in_response
|
876
|
+
------------------------------------
|
877
|
+
------------------------------------
|
878
|
+
MaildownTest: test_parse_md_response
|
879
|
+
------------------------------------
|
880
|
+
--------------------------------------------------------
|
881
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
882
|
+
--------------------------------------------------------
|
883
|
+
----------------------------------------------------------------
|
884
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
885
|
+
----------------------------------------------------------------
|
886
|
+
---------------------------------------
|
887
|
+
MarkdownEngineTest: test_can_set_engine
|
888
|
+
---------------------------------------
|
889
|
+
----------------------------------------------------------
|
890
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
891
|
+
----------------------------------------------------------
|
892
|
+
-----------------------------------------------------------
|
893
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
894
|
+
-----------------------------------------------------------
|
895
|
+
-------------------------------------------------------------
|
896
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
897
|
+
-------------------------------------------------------------
|
898
|
+
----------------------------------------------
|
899
|
+
ExtActionMailerTest: test_monkeypatch_location
|
900
|
+
----------------------------------------------
|
901
|
+
-------------------------------
|
902
|
+
LayoutsTest: test_welcome_email
|
903
|
+
-------------------------------
|
904
|
+
--------------------------------------------------------
|
905
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
906
|
+
--------------------------------------------------------
|
907
|
+
--------------------------------------------------------------
|
908
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
909
|
+
--------------------------------------------------------------
|
910
|
+
------------------------------------
|
911
|
+
MaildownTest: test_no_md_in_response
|
912
|
+
------------------------------------
|
913
|
+
------------------------------------
|
914
|
+
MaildownTest: test_parse_md_response
|
915
|
+
------------------------------------
|
916
|
+
-------------------------------------------------------------
|
917
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
918
|
+
-------------------------------------------------------------
|
919
|
+
----------------------------------------------
|
920
|
+
ExtActionMailerTest: test_monkeypatch_location
|
921
|
+
----------------------------------------------
|
922
|
+
-----------------------------------------------------------
|
923
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
924
|
+
-----------------------------------------------------------
|
925
|
+
-------------------------------
|
926
|
+
LayoutsTest: test_welcome_email
|
927
|
+
-------------------------------
|
928
|
+
UserNoLayoutMailer#welcome: processed outbound mail in 53.2ms
|
929
|
+
----------------------------------------------------------------
|
930
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
931
|
+
----------------------------------------------------------------
|
932
|
+
----------------------------------------------------------
|
933
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
934
|
+
----------------------------------------------------------
|
935
|
+
---------------------------------------
|
936
|
+
MarkdownEngineTest: test_can_set_engine
|
937
|
+
---------------------------------------
|
938
|
+
---------------------------------------
|
939
|
+
MarkdownEngineTest: test_can_set_engine
|
940
|
+
---------------------------------------
|
941
|
+
----------------------------------------------------------------
|
942
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
943
|
+
----------------------------------------------------------------
|
944
|
+
----------------------------------------------------------
|
945
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
946
|
+
----------------------------------------------------------
|
947
|
+
------------------------------------
|
948
|
+
MaildownTest: test_no_md_in_response
|
949
|
+
------------------------------------
|
950
|
+
--------------------------------------------------------------
|
951
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
952
|
+
--------------------------------------------------------------
|
953
|
+
--------------------------------------------------------
|
954
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
955
|
+
--------------------------------------------------------
|
956
|
+
------------------------------------
|
957
|
+
MaildownTest: test_parse_md_response
|
958
|
+
------------------------------------
|
959
|
+
-------------------------------
|
960
|
+
LayoutsTest: test_welcome_email
|
961
|
+
-------------------------------
|
962
|
+
Rendering user_no_layout_mailer/welcome.md.erb
|
963
|
+
Rendered user_no_layout_mailer/welcome.md.erb (1.9ms)
|
964
|
+
UserNoLayoutMailer#welcome: processed outbound mail in 28.0ms
|
965
|
+
Sent mail to foo@example.com (12.4ms)
|
966
|
+
Date: Wed, 07 Feb 2018 13:03:54 -0600
|
967
|
+
From: from@example.com
|
968
|
+
Reply-To: noreply@schneems.com
|
969
|
+
To: foo@example.com
|
970
|
+
Message-ID: <5a7b4d9ac4343_1619e3ff9c1440ef85792b@rschneeman-ltm4.internal.salesforce.com.mail>
|
971
|
+
Subject: hello world
|
972
|
+
Mime-Version: 1.0
|
973
|
+
Content-Type: multipart/alternative;
|
974
|
+
boundary="--==_mimepart_5a7b4d9ac2b87_1619e3ff9c1440ef85787c";
|
975
|
+
charset=UTF-8
|
976
|
+
Content-Transfer-Encoding: 7bit
|
977
|
+
|
978
|
+
|
979
|
+
----==_mimepart_5a7b4d9ac2b87_1619e3ff9c1440ef85787c
|
980
|
+
Content-Type: text/plain;
|
981
|
+
charset=UTF-8
|
982
|
+
Content-Transfer-Encoding: 7bit
|
983
|
+
|
984
|
+
## Welcome!
|
985
|
+
|
986
|
+
----==_mimepart_5a7b4d9ac2b87_1619e3ff9c1440ef85787c
|
987
|
+
Content-Type: text/html;
|
988
|
+
charset=UTF-8
|
989
|
+
Content-Transfer-Encoding: 7bit
|
990
|
+
|
991
|
+
<h2 id="welcome">Welcome!</h2>
|
992
|
+
|
993
|
+
----==_mimepart_5a7b4d9ac2b87_1619e3ff9c1440ef85787c--
|
994
|
+
|
995
|
+
-------------------------------------------------------------
|
996
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
997
|
+
-------------------------------------------------------------
|
998
|
+
----------------------------------------------
|
999
|
+
ExtActionMailerTest: test_monkeypatch_location
|
1000
|
+
----------------------------------------------
|
1001
|
+
-----------------------------------------------------------
|
1002
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
1003
|
+
-----------------------------------------------------------
|
1004
|
+
-------------------------------------------------------------
|
1005
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
1006
|
+
-------------------------------------------------------------
|
1007
|
+
----------------------------------------------
|
1008
|
+
ExtActionMailerTest: test_monkeypatch_location
|
1009
|
+
----------------------------------------------
|
1010
|
+
-----------------------------------------------------------
|
1011
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
1012
|
+
-----------------------------------------------------------
|
1013
|
+
--------------------------------------------------------------
|
1014
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
1015
|
+
--------------------------------------------------------------
|
1016
|
+
------------------------------------
|
1017
|
+
MaildownTest: test_no_md_in_response
|
1018
|
+
------------------------------------
|
1019
|
+
------------------------------------
|
1020
|
+
MaildownTest: test_parse_md_response
|
1021
|
+
------------------------------------
|
1022
|
+
--------------------------------------------------------
|
1023
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
1024
|
+
--------------------------------------------------------
|
1025
|
+
----------------------------------------------------------
|
1026
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
1027
|
+
----------------------------------------------------------
|
1028
|
+
---------------------------------------
|
1029
|
+
MarkdownEngineTest: test_can_set_engine
|
1030
|
+
---------------------------------------
|
1031
|
+
----------------------------------------------------------------
|
1032
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
1033
|
+
----------------------------------------------------------------
|
1034
|
+
-------------------------------
|
1035
|
+
LayoutsTest: test_welcome_email
|
1036
|
+
-------------------------------
|
1037
|
+
Rendering user_no_layout_mailer/welcome.md.erb
|
1038
|
+
Rendered user_no_layout_mailer/welcome.md.erb (0.9ms)
|
1039
|
+
UserNoLayoutMailer#welcome: processed outbound mail in 27.8ms
|
1040
|
+
Sent mail to foo@example.com (5.0ms)
|
1041
|
+
Date: Wed, 07 Feb 2018 13:04:08 -0600
|
1042
|
+
From: from@example.com
|
1043
|
+
Reply-To: noreply@schneems.com
|
1044
|
+
To: foo@example.com
|
1045
|
+
Message-ID: <5a7b4da886b5d_161c13ff356c40ef8268a5@rschneeman-ltm4.internal.salesforce.com.mail>
|
1046
|
+
Subject: hello world
|
1047
|
+
Mime-Version: 1.0
|
1048
|
+
Content-Type: multipart/alternative;
|
1049
|
+
boundary="--==_mimepart_5a7b4da885d72_161c13ff356c40ef826719";
|
1050
|
+
charset=UTF-8
|
1051
|
+
Content-Transfer-Encoding: 7bit
|
1052
|
+
|
1053
|
+
|
1054
|
+
----==_mimepart_5a7b4da885d72_161c13ff356c40ef826719
|
1055
|
+
Content-Type: text/plain;
|
1056
|
+
charset=UTF-8
|
1057
|
+
Content-Transfer-Encoding: 7bit
|
1058
|
+
|
1059
|
+
## Welcome!
|
1060
|
+
|
1061
|
+
----==_mimepart_5a7b4da885d72_161c13ff356c40ef826719
|
1062
|
+
Content-Type: text/html;
|
1063
|
+
charset=UTF-8
|
1064
|
+
Content-Transfer-Encoding: 7bit
|
1065
|
+
|
1066
|
+
<h2 id="welcome">Welcome!</h2>
|
1067
|
+
|
1068
|
+
----==_mimepart_5a7b4da885d72_161c13ff356c40ef826719--
|
1069
|
+
|
1070
|
+
-------------------------------------------------------------
|
1071
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
1072
|
+
-------------------------------------------------------------
|
1073
|
+
-----------------------------------------------------------
|
1074
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
1075
|
+
-----------------------------------------------------------
|
1076
|
+
----------------------------------------------
|
1077
|
+
ExtActionMailerTest: test_monkeypatch_location
|
1078
|
+
----------------------------------------------
|
1079
|
+
------------------------------------
|
1080
|
+
MaildownTest: test_no_md_in_response
|
1081
|
+
------------------------------------
|
1082
|
+
------------------------------------
|
1083
|
+
MaildownTest: test_parse_md_response
|
1084
|
+
------------------------------------
|
1085
|
+
--------------------------------------------------------------
|
1086
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
1087
|
+
--------------------------------------------------------------
|
1088
|
+
--------------------------------------------------------
|
1089
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
1090
|
+
--------------------------------------------------------
|
1091
|
+
-------------------------------
|
1092
|
+
LayoutsTest: test_welcome_email
|
1093
|
+
-------------------------------
|
1094
|
+
Rendering user_no_layout_mailer/welcome.md.erb
|
1095
|
+
Rendered user_no_layout_mailer/welcome.md.erb (0.9ms)
|
1096
|
+
UserNoLayoutMailer#welcome: processed outbound mail in 28.4ms
|
1097
|
+
Sent mail to foo@example.com (5.6ms)
|
1098
|
+
Date: Wed, 07 Feb 2018 13:04:22 -0600
|
1099
|
+
From: from@example.com
|
1100
|
+
Reply-To: noreply@schneems.com
|
1101
|
+
To: foo@example.com
|
1102
|
+
Message-ID: <5a7b4db63159_161db3fcd17c3eed81542b@rschneeman-ltm4.internal.salesforce.com.mail>
|
1103
|
+
Subject: hello world
|
1104
|
+
Mime-Version: 1.0
|
1105
|
+
Content-Type: multipart/alternative;
|
1106
|
+
boundary="--==_mimepart_5a7b4db62106_161db3fcd17c3eed815314";
|
1107
|
+
charset=UTF-8
|
1108
|
+
Content-Transfer-Encoding: 7bit
|
1109
|
+
|
1110
|
+
|
1111
|
+
----==_mimepart_5a7b4db62106_161db3fcd17c3eed815314
|
1112
|
+
Content-Type: text/plain;
|
1113
|
+
charset=UTF-8
|
1114
|
+
Content-Transfer-Encoding: 7bit
|
1115
|
+
|
1116
|
+
## Welcome!
|
1117
|
+
|
1118
|
+
----==_mimepart_5a7b4db62106_161db3fcd17c3eed815314
|
1119
|
+
Content-Type: text/html;
|
1120
|
+
charset=UTF-8
|
1121
|
+
Content-Transfer-Encoding: 7bit
|
1122
|
+
|
1123
|
+
<h2 id="welcome">Welcome!</h2>
|
1124
|
+
|
1125
|
+
----==_mimepart_5a7b4db62106_161db3fcd17c3eed815314--
|
1126
|
+
|
1127
|
+
---------------------------------------
|
1128
|
+
MarkdownEngineTest: test_can_set_engine
|
1129
|
+
---------------------------------------
|
1130
|
+
----------------------------------------------------------
|
1131
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
1132
|
+
----------------------------------------------------------
|
1133
|
+
----------------------------------------------------------------
|
1134
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
1135
|
+
----------------------------------------------------------------
|
1136
|
+
---------------------------------------
|
1137
|
+
MarkdownEngineTest: test_can_set_engine
|
1138
|
+
---------------------------------------
|
1139
|
+
----------------------------------------------------------------
|
1140
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
1141
|
+
----------------------------------------------------------------
|
1142
|
+
----------------------------------------------------------
|
1143
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
1144
|
+
----------------------------------------------------------
|
1145
|
+
-------------------------------
|
1146
|
+
LayoutsTest: test_welcome_email
|
1147
|
+
-------------------------------
|
1148
|
+
Rendering user_no_layout_mailer/welcome.md.erb
|
1149
|
+
Rendered user_no_layout_mailer/welcome.md.erb (1.1ms)
|
1150
|
+
UserNoLayoutMailer#welcome: processed outbound mail in 29.6ms
|
1151
|
+
Sent mail to foo@example.com (5.7ms)
|
1152
|
+
Date: Wed, 07 Feb 2018 13:04:34 -0600
|
1153
|
+
From: from@example.com
|
1154
|
+
Reply-To: noreply@schneems.com
|
1155
|
+
To: foo@example.com
|
1156
|
+
Message-ID: <5a7b4dc22c1aa_161f63fd563830ec86804d@rschneeman-ltm4.internal.salesforce.com.mail>
|
1157
|
+
Subject: hello world
|
1158
|
+
Mime-Version: 1.0
|
1159
|
+
Content-Type: multipart/alternative;
|
1160
|
+
boundary="--==_mimepart_5a7b4dc22ae01_161f63fd563830ec867957";
|
1161
|
+
charset=UTF-8
|
1162
|
+
Content-Transfer-Encoding: 7bit
|
1163
|
+
|
1164
|
+
|
1165
|
+
----==_mimepart_5a7b4dc22ae01_161f63fd563830ec867957
|
1166
|
+
Content-Type: text/plain;
|
1167
|
+
charset=UTF-8
|
1168
|
+
Content-Transfer-Encoding: 7bit
|
1169
|
+
|
1170
|
+
## Welcome!
|
1171
|
+
|
1172
|
+
----==_mimepart_5a7b4dc22ae01_161f63fd563830ec867957
|
1173
|
+
Content-Type: text/html;
|
1174
|
+
charset=UTF-8
|
1175
|
+
Content-Transfer-Encoding: 7bit
|
1176
|
+
|
1177
|
+
<h2 id="welcome">Welcome!</h2>
|
1178
|
+
|
1179
|
+
----==_mimepart_5a7b4dc22ae01_161f63fd563830ec867957--
|
1180
|
+
|
1181
|
+
--------------------------------------------------------------
|
1182
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
1183
|
+
--------------------------------------------------------------
|
1184
|
+
------------------------------------
|
1185
|
+
MaildownTest: test_no_md_in_response
|
1186
|
+
------------------------------------
|
1187
|
+
------------------------------------
|
1188
|
+
MaildownTest: test_parse_md_response
|
1189
|
+
------------------------------------
|
1190
|
+
--------------------------------------------------------
|
1191
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
1192
|
+
--------------------------------------------------------
|
1193
|
+
----------------------------------------------
|
1194
|
+
ExtActionMailerTest: test_monkeypatch_location
|
1195
|
+
----------------------------------------------
|
1196
|
+
-----------------------------------------------------------
|
1197
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
1198
|
+
-----------------------------------------------------------
|
1199
|
+
-------------------------------------------------------------
|
1200
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
1201
|
+
-------------------------------------------------------------
|
1202
|
+
-----------------------------------------------------------
|
1203
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
1204
|
+
-----------------------------------------------------------
|
1205
|
+
----------------------------------------------
|
1206
|
+
ExtActionMailerTest: test_monkeypatch_location
|
1207
|
+
----------------------------------------------
|
1208
|
+
-------------------------------------------------------------
|
1209
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
1210
|
+
-------------------------------------------------------------
|
1211
|
+
--------------------------------------------------------------
|
1212
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
1213
|
+
--------------------------------------------------------------
|
1214
|
+
--------------------------------------------------------
|
1215
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
1216
|
+
--------------------------------------------------------
|
1217
|
+
------------------------------------
|
1218
|
+
MaildownTest: test_parse_md_response
|
1219
|
+
------------------------------------
|
1220
|
+
------------------------------------
|
1221
|
+
MaildownTest: test_no_md_in_response
|
1222
|
+
------------------------------------
|
1223
|
+
---------------------------------------
|
1224
|
+
MarkdownEngineTest: test_can_set_engine
|
1225
|
+
---------------------------------------
|
1226
|
+
----------------------------------------------------------
|
1227
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
1228
|
+
----------------------------------------------------------
|
1229
|
+
----------------------------------------------------------------
|
1230
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
1231
|
+
----------------------------------------------------------------
|
1232
|
+
-------------------------------
|
1233
|
+
LayoutsTest: test_welcome_email
|
1234
|
+
-------------------------------
|
1235
|
+
Rendering user_no_layout_mailer/welcome.md.erb
|
1236
|
+
Rendered user_no_layout_mailer/welcome.md.erb (0.9ms)
|
1237
|
+
UserNoLayoutMailer#welcome: processed outbound mail in 26.3ms
|
1238
|
+
Sent mail to foo@example.com (5.6ms)
|
1239
|
+
Date: Wed, 07 Feb 2018 13:04:43 -0600
|
1240
|
+
From: from@example.com
|
1241
|
+
Reply-To: noreply@schneems.com
|
1242
|
+
To: foo@example.com
|
1243
|
+
Message-ID: <5a7b4dcb988fd_1620f3ffaeac40ef819547@rschneeman-ltm4.internal.salesforce.com.mail>
|
1244
|
+
Subject: hello world
|
1245
|
+
Mime-Version: 1.0
|
1246
|
+
Content-Type: multipart/alternative;
|
1247
|
+
boundary="--==_mimepart_5a7b4dcb97be3_1620f3ffaeac40ef819426";
|
1248
|
+
charset=UTF-8
|
1249
|
+
Content-Transfer-Encoding: 7bit
|
1250
|
+
|
1251
|
+
|
1252
|
+
----==_mimepart_5a7b4dcb97be3_1620f3ffaeac40ef819426
|
1253
|
+
Content-Type: text/plain;
|
1254
|
+
charset=UTF-8
|
1255
|
+
Content-Transfer-Encoding: 7bit
|
1256
|
+
|
1257
|
+
## Welcome!
|
1258
|
+
|
1259
|
+
----==_mimepart_5a7b4dcb97be3_1620f3ffaeac40ef819426
|
1260
|
+
Content-Type: text/html;
|
1261
|
+
charset=UTF-8
|
1262
|
+
Content-Transfer-Encoding: 7bit
|
1263
|
+
|
1264
|
+
<h2 id="welcome">Welcome!</h2>
|
1265
|
+
|
1266
|
+
----==_mimepart_5a7b4dcb97be3_1620f3ffaeac40ef819426--
|
1267
|
+
|
1268
|
+
---------------------------------------
|
1269
|
+
MarkdownEngineTest: test_can_set_engine
|
1270
|
+
---------------------------------------
|
1271
|
+
----------------------------------------------------------------
|
1272
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
1273
|
+
----------------------------------------------------------------
|
1274
|
+
----------------------------------------------------------
|
1275
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
1276
|
+
----------------------------------------------------------
|
1277
|
+
-----------------------------------------------------------
|
1278
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
1279
|
+
-----------------------------------------------------------
|
1280
|
+
-------------------------------------------------------------
|
1281
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
1282
|
+
-------------------------------------------------------------
|
1283
|
+
----------------------------------------------
|
1284
|
+
ExtActionMailerTest: test_monkeypatch_location
|
1285
|
+
----------------------------------------------
|
1286
|
+
-------------------------------
|
1287
|
+
LayoutsTest: test_welcome_email
|
1288
|
+
-------------------------------
|
1289
|
+
Rendering user_no_layout_mailer/welcome.md.erb
|
1290
|
+
Rendered user_no_layout_mailer/welcome.md.erb (0.9ms)
|
1291
|
+
UserNoLayoutMailer#welcome: processed outbound mail in 27.8ms
|
1292
|
+
Sent mail to foo@example.com (8.8ms)
|
1293
|
+
Date: Wed, 07 Feb 2018 13:05:03 -0600
|
1294
|
+
From: from@example.com
|
1295
|
+
Reply-To: noreply@schneems.com
|
1296
|
+
To: foo@example.com
|
1297
|
+
Message-ID: <5a7b4ddff3793_1622c3fc1a1040ec89d1@rschneeman-ltm4.internal.salesforce.com.mail>
|
1298
|
+
Subject: hello world
|
1299
|
+
Mime-Version: 1.0
|
1300
|
+
Content-Type: multipart/alternative;
|
1301
|
+
boundary="--==_mimepart_5a7b4ddff245c_1622c3fc1a1040ec889";
|
1302
|
+
charset=UTF-8
|
1303
|
+
Content-Transfer-Encoding: 7bit
|
1304
|
+
|
1305
|
+
|
1306
|
+
----==_mimepart_5a7b4ddff245c_1622c3fc1a1040ec889
|
1307
|
+
Content-Type: text/plain;
|
1308
|
+
charset=UTF-8
|
1309
|
+
Content-Transfer-Encoding: 7bit
|
1310
|
+
|
1311
|
+
## Welcome!
|
1312
|
+
|
1313
|
+
----==_mimepart_5a7b4ddff245c_1622c3fc1a1040ec889
|
1314
|
+
Content-Type: text/html;
|
1315
|
+
charset=UTF-8
|
1316
|
+
Content-Transfer-Encoding: 7bit
|
1317
|
+
|
1318
|
+
<h2 id="welcome">Welcome!</h2>
|
1319
|
+
|
1320
|
+
----==_mimepart_5a7b4ddff245c_1622c3fc1a1040ec889--
|
1321
|
+
|
1322
|
+
--------------------------------------------------------
|
1323
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
1324
|
+
--------------------------------------------------------
|
1325
|
+
--------------------------------------------------------------
|
1326
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
1327
|
+
--------------------------------------------------------------
|
1328
|
+
------------------------------------
|
1329
|
+
MaildownTest: test_no_md_in_response
|
1330
|
+
------------------------------------
|
1331
|
+
------------------------------------
|
1332
|
+
MaildownTest: test_parse_md_response
|
1333
|
+
------------------------------------
|
1334
|
+
----------------------------------------------------------------
|
1335
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
1336
|
+
----------------------------------------------------------------
|
1337
|
+
----------------------------------------------------------
|
1338
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
1339
|
+
----------------------------------------------------------
|
1340
|
+
---------------------------------------
|
1341
|
+
MarkdownEngineTest: test_can_set_engine
|
1342
|
+
---------------------------------------
|
1343
|
+
------------------------------------
|
1344
|
+
MaildownTest: test_parse_md_response
|
1345
|
+
------------------------------------
|
1346
|
+
--------------------------------------------------------------
|
1347
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
1348
|
+
--------------------------------------------------------------
|
1349
|
+
------------------------------------
|
1350
|
+
MaildownTest: test_no_md_in_response
|
1351
|
+
------------------------------------
|
1352
|
+
--------------------------------------------------------
|
1353
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
1354
|
+
--------------------------------------------------------
|
1355
|
+
-------------------------------
|
1356
|
+
LayoutsTest: test_welcome_email
|
1357
|
+
-------------------------------
|
1358
|
+
Rendering user_no_layout_mailer/welcome.md.erb
|
1359
|
+
Rendered user_no_layout_mailer/welcome.md.erb (0.8ms)
|
1360
|
+
UserNoLayoutMailer#welcome: processed outbound mail in 27.6ms
|
1361
|
+
Sent mail to foo@example.com (6.0ms)
|
1362
|
+
Date: Wed, 07 Feb 2018 13:05:15 -0600
|
1363
|
+
From: from@example.com
|
1364
|
+
Reply-To: noreply@schneems.com
|
1365
|
+
To: foo@example.com
|
1366
|
+
Message-ID: <5a7b4deba708f_162493fed23c3eee88787@rschneeman-ltm4.internal.salesforce.com.mail>
|
1367
|
+
Subject: hello world
|
1368
|
+
Mime-Version: 1.0
|
1369
|
+
Content-Type: multipart/alternative;
|
1370
|
+
boundary="--==_mimepart_5a7b4deba5c56_162493fed23c3eee88624";
|
1371
|
+
charset=UTF-8
|
1372
|
+
Content-Transfer-Encoding: 7bit
|
1373
|
+
|
1374
|
+
|
1375
|
+
----==_mimepart_5a7b4deba5c56_162493fed23c3eee88624
|
1376
|
+
Content-Type: text/plain;
|
1377
|
+
charset=UTF-8
|
1378
|
+
Content-Transfer-Encoding: 7bit
|
1379
|
+
|
1380
|
+
## Welcome!
|
1381
|
+
|
1382
|
+
----==_mimepart_5a7b4deba5c56_162493fed23c3eee88624
|
1383
|
+
Content-Type: text/html;
|
1384
|
+
charset=UTF-8
|
1385
|
+
Content-Transfer-Encoding: 7bit
|
1386
|
+
|
1387
|
+
<h2 id="welcome">Welcome!</h2>
|
1388
|
+
|
1389
|
+
----==_mimepart_5a7b4deba5c56_162493fed23c3eee88624--
|
1390
|
+
|
1391
|
+
-------------------------------------------------------------
|
1392
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
1393
|
+
-------------------------------------------------------------
|
1394
|
+
----------------------------------------------
|
1395
|
+
ExtActionMailerTest: test_monkeypatch_location
|
1396
|
+
----------------------------------------------
|
1397
|
+
-----------------------------------------------------------
|
1398
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
1399
|
+
-----------------------------------------------------------
|
1400
|
+
--------------------------------------------------------------
|
1401
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
1402
|
+
--------------------------------------------------------------
|
1403
|
+
------------------------------------
|
1404
|
+
MaildownTest: test_no_md_in_response
|
1405
|
+
------------------------------------
|
1406
|
+
------------------------------------
|
1407
|
+
MaildownTest: test_parse_md_response
|
1408
|
+
------------------------------------
|
1409
|
+
--------------------------------------------------------
|
1410
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
1411
|
+
--------------------------------------------------------
|
1412
|
+
-----------------------------------------------------------
|
1413
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
1414
|
+
-----------------------------------------------------------
|
1415
|
+
-------------------------------------------------------------
|
1416
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
1417
|
+
-------------------------------------------------------------
|
1418
|
+
----------------------------------------------
|
1419
|
+
ExtActionMailerTest: test_monkeypatch_location
|
1420
|
+
----------------------------------------------
|
1421
|
+
---------------------------------------
|
1422
|
+
MarkdownEngineTest: test_can_set_engine
|
1423
|
+
---------------------------------------
|
1424
|
+
----------------------------------------------------------------
|
1425
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
1426
|
+
----------------------------------------------------------------
|
1427
|
+
----------------------------------------------------------
|
1428
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
1429
|
+
----------------------------------------------------------
|
1430
|
+
-------------------------------
|
1431
|
+
LayoutsTest: test_welcome_email
|
1432
|
+
-------------------------------
|
1433
|
+
Rendering user_no_layout_mailer/welcome.md.erb
|
1434
|
+
Rendered user_no_layout_mailer/welcome.md.erb (0.7ms)
|
1435
|
+
UserNoLayoutMailer#welcome: processed outbound mail in 25.6ms
|
1436
|
+
Sent mail to foo@example.com (5.2ms)
|
1437
|
+
Date: Wed, 07 Feb 2018 13:05:54 -0600
|
1438
|
+
From: from@example.com
|
1439
|
+
Reply-To: noreply@schneems.com
|
1440
|
+
To: foo@example.com
|
1441
|
+
Message-ID: <5a7b4e12a6fb5_166ad3fd26d040ec866378@rschneeman-ltm4.internal.salesforce.com.mail>
|
1442
|
+
Subject: hello world
|
1443
|
+
Mime-Version: 1.0
|
1444
|
+
Content-Type: multipart/alternative;
|
1445
|
+
boundary="--==_mimepart_5a7b4e12a617c_166ad3fd26d040ec8662d5";
|
1446
|
+
charset=UTF-8
|
1447
|
+
Content-Transfer-Encoding: 7bit
|
1448
|
+
|
1449
|
+
|
1450
|
+
----==_mimepart_5a7b4e12a617c_166ad3fd26d040ec8662d5
|
1451
|
+
Content-Type: text/plain;
|
1452
|
+
charset=UTF-8
|
1453
|
+
Content-Transfer-Encoding: 7bit
|
1454
|
+
|
1455
|
+
## Welcome!
|
1456
|
+
|
1457
|
+
----==_mimepart_5a7b4e12a617c_166ad3fd26d040ec8662d5
|
1458
|
+
Content-Type: text/html;
|
1459
|
+
charset=UTF-8
|
1460
|
+
Content-Transfer-Encoding: 7bit
|
1461
|
+
|
1462
|
+
<h2 id="welcome">Welcome!</h2>
|
1463
|
+
|
1464
|
+
----==_mimepart_5a7b4e12a617c_166ad3fd26d040ec8662d5--
|
1465
|
+
|
1466
|
+
---------------------------------------
|
1467
|
+
MarkdownEngineTest: test_can_set_engine
|
1468
|
+
---------------------------------------
|
1469
|
+
----------------------------------------------------------------
|
1470
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
1471
|
+
----------------------------------------------------------------
|
1472
|
+
----------------------------------------------------------
|
1473
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
1474
|
+
----------------------------------------------------------
|
1475
|
+
------------------------------------
|
1476
|
+
MaildownTest: test_parse_md_response
|
1477
|
+
------------------------------------
|
1478
|
+
--------------------------------------------------------
|
1479
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
1480
|
+
--------------------------------------------------------
|
1481
|
+
------------------------------------
|
1482
|
+
MaildownTest: test_no_md_in_response
|
1483
|
+
------------------------------------
|
1484
|
+
--------------------------------------------------------------
|
1485
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
1486
|
+
--------------------------------------------------------------
|
1487
|
+
-------------------------------
|
1488
|
+
LayoutsTest: test_welcome_email
|
1489
|
+
-------------------------------
|
1490
|
+
Rendering user_no_layout_mailer/welcome.md.erb
|
1491
|
+
Rendered user_no_layout_mailer/welcome.md.erb (0.7ms)
|
1492
|
+
UserNoLayoutMailer#welcome: processed outbound mail in 26.1ms
|
1493
|
+
Sent mail to foo@example.com (4.7ms)
|
1494
|
+
Date: Wed, 07 Feb 2018 13:06:12 -0600
|
1495
|
+
From: from@example.com
|
1496
|
+
Reply-To: noreply@schneems.com
|
1497
|
+
To: foo@example.com
|
1498
|
+
Message-ID: <5a7b4e2461a92_168a93fe13283eef8165d6@rschneeman-ltm4.internal.salesforce.com.mail>
|
1499
|
+
Subject: hello world
|
1500
|
+
Mime-Version: 1.0
|
1501
|
+
Content-Type: multipart/alternative;
|
1502
|
+
boundary="--==_mimepart_5a7b4e2460d41_168a93fe13283eef8164fc";
|
1503
|
+
charset=UTF-8
|
1504
|
+
Content-Transfer-Encoding: 7bit
|
1505
|
+
|
1506
|
+
|
1507
|
+
----==_mimepart_5a7b4e2460d41_168a93fe13283eef8164fc
|
1508
|
+
Content-Type: text/plain;
|
1509
|
+
charset=UTF-8
|
1510
|
+
Content-Transfer-Encoding: 7bit
|
1511
|
+
|
1512
|
+
## Welcome!
|
1513
|
+
|
1514
|
+
----==_mimepart_5a7b4e2460d41_168a93fe13283eef8164fc
|
1515
|
+
Content-Type: text/html;
|
1516
|
+
charset=UTF-8
|
1517
|
+
Content-Transfer-Encoding: 7bit
|
1518
|
+
|
1519
|
+
<h2 id="welcome">Welcome!</h2>
|
1520
|
+
|
1521
|
+
----==_mimepart_5a7b4e2460d41_168a93fe13283eef8164fc--
|
1522
|
+
|
1523
|
+
-------------------------------------------------------------
|
1524
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
1525
|
+
-------------------------------------------------------------
|
1526
|
+
-----------------------------------------------------------
|
1527
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
1528
|
+
-----------------------------------------------------------
|
1529
|
+
----------------------------------------------
|
1530
|
+
ExtActionMailerTest: test_monkeypatch_location
|
1531
|
+
----------------------------------------------
|
1532
|
+
-------------------------------------------------------------
|
1533
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
1534
|
+
-------------------------------------------------------------
|
1535
|
+
-----------------------------------------------------------
|
1536
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
1537
|
+
-----------------------------------------------------------
|
1538
|
+
----------------------------------------------
|
1539
|
+
ExtActionMailerTest: test_monkeypatch_location
|
1540
|
+
----------------------------------------------
|
1541
|
+
---------------------------------------
|
1542
|
+
MarkdownEngineTest: test_can_set_engine
|
1543
|
+
---------------------------------------
|
1544
|
+
----------------------------------------------------------
|
1545
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
1546
|
+
----------------------------------------------------------
|
1547
|
+
----------------------------------------------------------------
|
1548
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
1549
|
+
----------------------------------------------------------------
|
1550
|
+
-------------------------------
|
1551
|
+
LayoutsTest: test_welcome_email
|
1552
|
+
-------------------------------
|
1553
|
+
Rendering user_no_layout_mailer/welcome.md.erb
|
1554
|
+
Rendered user_no_layout_mailer/welcome.md.erb (0.8ms)
|
1555
|
+
UserNoLayoutMailer#welcome: processed outbound mail in 28.1ms
|
1556
|
+
Sent mail to foo@example.com (8.3ms)
|
1557
|
+
Date: Wed, 07 Feb 2018 13:06:24 -0600
|
1558
|
+
From: from@example.com
|
1559
|
+
Reply-To: noreply@schneems.com
|
1560
|
+
To: foo@example.com
|
1561
|
+
Message-ID: <5a7b4e3036abd_168c53fc2a8030ef8427ac@rschneeman-ltm4.internal.salesforce.com.mail>
|
1562
|
+
Subject: hello world
|
1563
|
+
Mime-Version: 1.0
|
1564
|
+
Content-Type: multipart/alternative;
|
1565
|
+
boundary="--==_mimepart_5a7b4e303589d_168c53fc2a8030ef84266b";
|
1566
|
+
charset=UTF-8
|
1567
|
+
Content-Transfer-Encoding: 7bit
|
1568
|
+
|
1569
|
+
|
1570
|
+
----==_mimepart_5a7b4e303589d_168c53fc2a8030ef84266b
|
1571
|
+
Content-Type: text/plain;
|
1572
|
+
charset=UTF-8
|
1573
|
+
Content-Transfer-Encoding: 7bit
|
1574
|
+
|
1575
|
+
## Welcome!
|
1576
|
+
|
1577
|
+
----==_mimepart_5a7b4e303589d_168c53fc2a8030ef84266b
|
1578
|
+
Content-Type: text/html;
|
1579
|
+
charset=UTF-8
|
1580
|
+
Content-Transfer-Encoding: 7bit
|
1581
|
+
|
1582
|
+
<h2 id="welcome">Welcome!</h2>
|
1583
|
+
|
1584
|
+
----==_mimepart_5a7b4e303589d_168c53fc2a8030ef84266b--
|
1585
|
+
|
1586
|
+
------------------------------------
|
1587
|
+
MaildownTest: test_parse_md_response
|
1588
|
+
------------------------------------
|
1589
|
+
--------------------------------------------------------------
|
1590
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
1591
|
+
--------------------------------------------------------------
|
1592
|
+
------------------------------------
|
1593
|
+
MaildownTest: test_no_md_in_response
|
1594
|
+
------------------------------------
|
1595
|
+
--------------------------------------------------------
|
1596
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
1597
|
+
--------------------------------------------------------
|
1598
|
+
-------------------------------------------------------------
|
1599
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
1600
|
+
-------------------------------------------------------------
|
1601
|
+
-----------------------------------------------------------
|
1602
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
1603
|
+
-----------------------------------------------------------
|
1604
|
+
----------------------------------------------
|
1605
|
+
ExtActionMailerTest: test_monkeypatch_location
|
1606
|
+
----------------------------------------------
|
1607
|
+
-------------------------------
|
1608
|
+
LayoutsTest: test_welcome_email
|
1609
|
+
-------------------------------
|
1610
|
+
Rendering user_no_layout_mailer/welcome.md.erb
|
1611
|
+
Rendered user_no_layout_mailer/welcome.md.erb (0.7ms)
|
1612
|
+
UserNoLayoutMailer#welcome: processed outbound mail in 65.6ms
|
1613
|
+
Sent mail to foo@example.com (4.8ms)
|
1614
|
+
Date: Wed, 07 Feb 2018 13:07:01 -0600
|
1615
|
+
From: from@example.com
|
1616
|
+
Reply-To: noreply@schneems.com
|
1617
|
+
To: foo@example.com
|
1618
|
+
Message-ID: <5a7b4e55e34a2_168ee3fc154c40ec86931d@rschneeman-ltm4.internal.salesforce.com.mail>
|
1619
|
+
Subject: hello world
|
1620
|
+
Mime-Version: 1.0
|
1621
|
+
Content-Type: multipart/alternative;
|
1622
|
+
boundary="--==_mimepart_5a7b4e55e27b3_168ee3fc154c40ec8692dd";
|
1623
|
+
charset=UTF-8
|
1624
|
+
Content-Transfer-Encoding: 7bit
|
1625
|
+
|
1626
|
+
|
1627
|
+
----==_mimepart_5a7b4e55e27b3_168ee3fc154c40ec8692dd
|
1628
|
+
Content-Type: text/plain;
|
1629
|
+
charset=UTF-8
|
1630
|
+
Content-Transfer-Encoding: 7bit
|
1631
|
+
|
1632
|
+
## Welcome!
|
1633
|
+
|
1634
|
+
----==_mimepart_5a7b4e55e27b3_168ee3fc154c40ec8692dd
|
1635
|
+
Content-Type: text/html;
|
1636
|
+
charset=UTF-8
|
1637
|
+
Content-Transfer-Encoding: 7bit
|
1638
|
+
|
1639
|
+
<h2 id="welcome">Welcome!</h2>
|
1640
|
+
|
1641
|
+
----==_mimepart_5a7b4e55e27b3_168ee3fc154c40ec8692dd--
|
1642
|
+
|
1643
|
+
----------------------------------------------------------
|
1644
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
1645
|
+
----------------------------------------------------------
|
1646
|
+
---------------------------------------
|
1647
|
+
MarkdownEngineTest: test_can_set_engine
|
1648
|
+
---------------------------------------
|
1649
|
+
----------------------------------------------------------------
|
1650
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
1651
|
+
----------------------------------------------------------------
|
1652
|
+
--------------------------------------------------------------
|
1653
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
1654
|
+
--------------------------------------------------------------
|
1655
|
+
------------------------------------
|
1656
|
+
MaildownTest: test_no_md_in_response
|
1657
|
+
------------------------------------
|
1658
|
+
------------------------------------
|
1659
|
+
MaildownTest: test_parse_md_response
|
1660
|
+
------------------------------------
|
1661
|
+
--------------------------------------------------------
|
1662
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
1663
|
+
--------------------------------------------------------
|
1664
|
+
----------------------------------------------------------
|
1665
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
1666
|
+
----------------------------------------------------------
|
1667
|
+
---------------------------------------
|
1668
|
+
MarkdownEngineTest: test_can_set_engine
|
1669
|
+
---------------------------------------
|
1670
|
+
----------------------------------------------------------------
|
1671
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
1672
|
+
----------------------------------------------------------------
|
1673
|
+
-------------------------------------------------------------
|
1674
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
1675
|
+
-------------------------------------------------------------
|
1676
|
+
-----------------------------------------------------------
|
1677
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
1678
|
+
-----------------------------------------------------------
|
1679
|
+
----------------------------------------------
|
1680
|
+
ExtActionMailerTest: test_monkeypatch_location
|
1681
|
+
----------------------------------------------
|
1682
|
+
-------------------------------
|
1683
|
+
LayoutsTest: test_welcome_email
|
1684
|
+
-------------------------------
|
1685
|
+
Rendering user_no_layout_mailer/welcome.md.erb
|
1686
|
+
Rendered user_no_layout_mailer/welcome.md.erb (0.8ms)
|
1687
|
+
UserNoLayoutMailer#welcome: processed outbound mail in 24.9ms
|
1688
|
+
Sent mail to foo@example.com (5.2ms)
|
1689
|
+
Date: Wed, 07 Feb 2018 13:07:37 -0600
|
1690
|
+
From: from@example.com
|
1691
|
+
Reply-To: noreply@schneems.com
|
1692
|
+
To: foo@example.com
|
1693
|
+
Message-ID: <5a7b4e79e136_1690f3fc5e5440ee0867b1@rschneeman-ltm4.internal.salesforce.com.mail>
|
1694
|
+
Subject: hello world
|
1695
|
+
Mime-Version: 1.0
|
1696
|
+
Content-Type: multipart/alternative;
|
1697
|
+
boundary="--==_mimepart_5a7b4e79d292_1690f3fc5e5440ee0866c";
|
1698
|
+
charset=UTF-8
|
1699
|
+
Content-Transfer-Encoding: 7bit
|
1700
|
+
|
1701
|
+
|
1702
|
+
----==_mimepart_5a7b4e79d292_1690f3fc5e5440ee0866c
|
1703
|
+
Content-Type: text/plain;
|
1704
|
+
charset=UTF-8
|
1705
|
+
Content-Transfer-Encoding: 7bit
|
1706
|
+
|
1707
|
+
## Welcome!
|
1708
|
+
|
1709
|
+
----==_mimepart_5a7b4e79d292_1690f3fc5e5440ee0866c
|
1710
|
+
Content-Type: text/html;
|
1711
|
+
charset=UTF-8
|
1712
|
+
Content-Transfer-Encoding: 7bit
|
1713
|
+
|
1714
|
+
<h2 id="welcome">Welcome!</h2>
|
1715
|
+
|
1716
|
+
----==_mimepart_5a7b4e79d292_1690f3fc5e5440ee0866c--
|
1717
|
+
|
1718
|
+
------------------------------------
|
1719
|
+
MaildownTest: test_no_md_in_response
|
1720
|
+
------------------------------------
|
1721
|
+
------------------------------------
|
1722
|
+
MaildownTest: test_parse_md_response
|
1723
|
+
------------------------------------
|
1724
|
+
--------------------------------------------------------------
|
1725
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
1726
|
+
--------------------------------------------------------------
|
1727
|
+
--------------------------------------------------------
|
1728
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
1729
|
+
--------------------------------------------------------
|
1730
|
+
-----------------------------------------------------------
|
1731
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
1732
|
+
-----------------------------------------------------------
|
1733
|
+
-------------------------------------------------------------
|
1734
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
1735
|
+
-------------------------------------------------------------
|
1736
|
+
----------------------------------------------
|
1737
|
+
ExtActionMailerTest: test_monkeypatch_location
|
1738
|
+
----------------------------------------------
|
1739
|
+
---------------------------------------
|
1740
|
+
MarkdownEngineTest: test_can_set_engine
|
1741
|
+
---------------------------------------
|
1742
|
+
----------------------------------------------------------------
|
1743
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
1744
|
+
----------------------------------------------------------------
|
1745
|
+
----------------------------------------------------------
|
1746
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
1747
|
+
----------------------------------------------------------
|
1748
|
+
--------------------------------------------------------------
|
1749
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
1750
|
+
--------------------------------------------------------------
|
1751
|
+
--------------------------------------------------------
|
1752
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
1753
|
+
--------------------------------------------------------
|
1754
|
+
------------------------------------
|
1755
|
+
MaildownTest: test_no_md_in_response
|
1756
|
+
------------------------------------
|
1757
|
+
------------------------------------
|
1758
|
+
MaildownTest: test_parse_md_response
|
1759
|
+
------------------------------------
|
1760
|
+
-------------------------------
|
1761
|
+
LayoutsTest: test_welcome_email
|
1762
|
+
-------------------------------
|
1763
|
+
Rendering user_no_layout_mailer/welcome.md.erb
|
1764
|
+
Rendered user_no_layout_mailer/welcome.md.erb (0.9ms)
|
1765
|
+
UserNoLayoutMailer#welcome: processed outbound mail in 25.6ms
|
1766
|
+
Sent mail to foo@example.com (7.6ms)
|
1767
|
+
Date: Wed, 07 Feb 2018 13:07:56 -0600
|
1768
|
+
From: from@example.com
|
1769
|
+
Reply-To: noreply@schneems.com
|
1770
|
+
To: foo@example.com
|
1771
|
+
Message-ID: <5a7b4e8c5b476_169393fe754840ed8558d4@rschneeman-ltm4.internal.salesforce.com.mail>
|
1772
|
+
Subject: hello world
|
1773
|
+
Mime-Version: 1.0
|
1774
|
+
Content-Type: multipart/alternative;
|
1775
|
+
boundary="--==_mimepart_5a7b4e8c5a0d9_169393fe754840ed8557bf";
|
1776
|
+
charset=UTF-8
|
1777
|
+
Content-Transfer-Encoding: 7bit
|
1778
|
+
|
1779
|
+
|
1780
|
+
----==_mimepart_5a7b4e8c5a0d9_169393fe754840ed8557bf
|
1781
|
+
Content-Type: text/plain;
|
1782
|
+
charset=UTF-8
|
1783
|
+
Content-Transfer-Encoding: 7bit
|
1784
|
+
|
1785
|
+
## Welcome!
|
1786
|
+
|
1787
|
+
----==_mimepart_5a7b4e8c5a0d9_169393fe754840ed8557bf
|
1788
|
+
Content-Type: text/html;
|
1789
|
+
charset=UTF-8
|
1790
|
+
Content-Transfer-Encoding: 7bit
|
1791
|
+
|
1792
|
+
<h2 id="welcome">Welcome!</h2>
|
1793
|
+
|
1794
|
+
----==_mimepart_5a7b4e8c5a0d9_169393fe754840ed8557bf--
|
1795
|
+
|
1796
|
+
--------------------------------------------------------------
|
1797
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
1798
|
+
--------------------------------------------------------------
|
1799
|
+
--------------------------------------------------------
|
1800
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
1801
|
+
--------------------------------------------------------
|
1802
|
+
------------------------------------
|
1803
|
+
MaildownTest: test_parse_md_response
|
1804
|
+
------------------------------------
|
1805
|
+
------------------------------------
|
1806
|
+
MaildownTest: test_no_md_in_response
|
1807
|
+
------------------------------------
|
1808
|
+
-------------------------------
|
1809
|
+
LayoutsTest: test_welcome_email
|
1810
|
+
-------------------------------
|
1811
|
+
Rendering user_no_layout_mailer/welcome.md.erb
|
1812
|
+
Rendered user_no_layout_mailer/welcome.md.erb (1.0ms)
|
1813
|
+
UserNoLayoutMailer#welcome: processed outbound mail in 33.3ms
|
1814
|
+
Sent mail to foo@example.com (7.1ms)
|
1815
|
+
Date: Wed, 07 Feb 2018 13:08:14 -0600
|
1816
|
+
From: from@example.com
|
1817
|
+
Reply-To: noreply@schneems.com
|
1818
|
+
To: foo@example.com
|
1819
|
+
Message-ID: <5a7b4e9e7f4fb_1695b3fc4dd040ee8160ee@rschneeman-ltm4.internal.salesforce.com.mail>
|
1820
|
+
Subject: hello world
|
1821
|
+
Mime-Version: 1.0
|
1822
|
+
Content-Type: multipart/alternative;
|
1823
|
+
boundary="--==_mimepart_5a7b4e9e7e3d7_1695b3fc4dd040ee81592d";
|
1824
|
+
charset=UTF-8
|
1825
|
+
Content-Transfer-Encoding: 7bit
|
1826
|
+
|
1827
|
+
|
1828
|
+
----==_mimepart_5a7b4e9e7e3d7_1695b3fc4dd040ee81592d
|
1829
|
+
Content-Type: text/plain;
|
1830
|
+
charset=UTF-8
|
1831
|
+
Content-Transfer-Encoding: 7bit
|
1832
|
+
|
1833
|
+
## Welcome!
|
1834
|
+
|
1835
|
+
----==_mimepart_5a7b4e9e7e3d7_1695b3fc4dd040ee81592d
|
1836
|
+
Content-Type: text/html;
|
1837
|
+
charset=UTF-8
|
1838
|
+
Content-Transfer-Encoding: 7bit
|
1839
|
+
|
1840
|
+
<h2 id="welcome">Welcome!</h2>
|
1841
|
+
|
1842
|
+
----==_mimepart_5a7b4e9e7e3d7_1695b3fc4dd040ee81592d--
|
1843
|
+
|
1844
|
+
-----------------------------------------------------------
|
1845
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
1846
|
+
-----------------------------------------------------------
|
1847
|
+
-------------------------------------------------------------
|
1848
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
1849
|
+
-------------------------------------------------------------
|
1850
|
+
----------------------------------------------
|
1851
|
+
ExtActionMailerTest: test_monkeypatch_location
|
1852
|
+
----------------------------------------------
|
1853
|
+
---------------------------------------
|
1854
|
+
MarkdownEngineTest: test_can_set_engine
|
1855
|
+
---------------------------------------
|
1856
|
+
----------------------------------------------------------
|
1857
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
1858
|
+
----------------------------------------------------------
|
1859
|
+
----------------------------------------------------------------
|
1860
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
1861
|
+
----------------------------------------------------------------
|
1862
|
+
---------------------------------------
|
1863
|
+
MarkdownEngineTest: test_can_set_engine
|
1864
|
+
---------------------------------------
|
1865
|
+
----------------------------------------------------------------
|
1866
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
1867
|
+
----------------------------------------------------------------
|
1868
|
+
----------------------------------------------------------
|
1869
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
1870
|
+
----------------------------------------------------------
|
1871
|
+
-------------------------------------------------------------
|
1872
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
1873
|
+
-------------------------------------------------------------
|
1874
|
+
----------------------------------------------
|
1875
|
+
ExtActionMailerTest: test_monkeypatch_location
|
1876
|
+
----------------------------------------------
|
1877
|
+
-----------------------------------------------------------
|
1878
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
1879
|
+
-----------------------------------------------------------
|
1880
|
+
------------------------------------
|
1881
|
+
MaildownTest: test_no_md_in_response
|
1882
|
+
------------------------------------
|
1883
|
+
------------------------------------
|
1884
|
+
MaildownTest: test_parse_md_response
|
1885
|
+
------------------------------------
|
1886
|
+
--------------------------------------------------------------
|
1887
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
1888
|
+
--------------------------------------------------------------
|
1889
|
+
--------------------------------------------------------
|
1890
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
1891
|
+
--------------------------------------------------------
|
1892
|
+
-------------------------------
|
1893
|
+
LayoutsTest: test_welcome_email
|
1894
|
+
-------------------------------
|
1895
|
+
Rendering user_no_layout_mailer/welcome.md.erb
|
1896
|
+
Rendered user_no_layout_mailer/welcome.md.erb (0.8ms)
|
1897
|
+
UserNoLayoutMailer#welcome: processed outbound mail in 29.3ms
|
1898
|
+
Sent mail to foo@example.com (5.5ms)
|
1899
|
+
Date: Wed, 07 Feb 2018 13:09:28 -0600
|
1900
|
+
From: from@example.com
|
1901
|
+
Reply-To: noreply@schneems.com
|
1902
|
+
To: foo@example.com
|
1903
|
+
Message-ID: <5a7b4ee84231e_169f23fced7040ef810472@rschneeman-ltm4.internal.salesforce.com.mail>
|
1904
|
+
Subject: hello world
|
1905
|
+
Mime-Version: 1.0
|
1906
|
+
Content-Type: multipart/alternative;
|
1907
|
+
boundary="--==_mimepart_5a7b4ee84125a_169f23fced7040ef810347";
|
1908
|
+
charset=UTF-8
|
1909
|
+
Content-Transfer-Encoding: 7bit
|
1910
|
+
|
1911
|
+
|
1912
|
+
----==_mimepart_5a7b4ee84125a_169f23fced7040ef810347
|
1913
|
+
Content-Type: text/plain;
|
1914
|
+
charset=UTF-8
|
1915
|
+
Content-Transfer-Encoding: 7bit
|
1916
|
+
|
1917
|
+
## Welcome!
|
1918
|
+
|
1919
|
+
----==_mimepart_5a7b4ee84125a_169f23fced7040ef810347
|
1920
|
+
Content-Type: text/html;
|
1921
|
+
charset=UTF-8
|
1922
|
+
Content-Transfer-Encoding: 7bit
|
1923
|
+
|
1924
|
+
<h2 id="welcome">Welcome!</h2>
|
1925
|
+
|
1926
|
+
----==_mimepart_5a7b4ee84125a_169f23fced7040ef810347--
|
1927
|
+
|
1928
|
+
------------------------------------
|
1929
|
+
MaildownTest: test_parse_md_response
|
1930
|
+
------------------------------------
|
1931
|
+
------------------------------------
|
1932
|
+
MaildownTest: test_no_md_in_response
|
1933
|
+
------------------------------------
|
1934
|
+
--------------------------------------------------------
|
1935
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
1936
|
+
--------------------------------------------------------
|
1937
|
+
--------------------------------------------------------------
|
1938
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
1939
|
+
--------------------------------------------------------------
|
1940
|
+
-----------------------------------------------------------
|
1941
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
1942
|
+
-----------------------------------------------------------
|
1943
|
+
-------------------------------------------------------------
|
1944
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
1945
|
+
-------------------------------------------------------------
|
1946
|
+
----------------------------------------------
|
1947
|
+
ExtActionMailerTest: test_monkeypatch_location
|
1948
|
+
----------------------------------------------
|
1949
|
+
----------------------------------------------------------------
|
1950
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
1951
|
+
----------------------------------------------------------------
|
1952
|
+
----------------------------------------------------------
|
1953
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
1954
|
+
----------------------------------------------------------
|
1955
|
+
---------------------------------------
|
1956
|
+
MarkdownEngineTest: test_can_set_engine
|
1957
|
+
---------------------------------------
|
1958
|
+
-------------------------------------
|
1959
|
+
LayoutsTest: test_layout_renders_fine
|
1960
|
+
-------------------------------------
|
1961
|
+
UserWithLayoutMailer#welcome: processed outbound mail in 26.5ms
|
1962
|
+
---------------------------
|
1963
|
+
LayoutsTest: test_no_layout
|
1964
|
+
---------------------------
|
1965
|
+
Rendering user_no_layout_mailer/welcome.md.erb
|
1966
|
+
Rendered user_no_layout_mailer/welcome.md.erb (0.7ms)
|
1967
|
+
UserNoLayoutMailer#welcome: processed outbound mail in 28.8ms
|
1968
|
+
Sent mail to foo@example.com (5.3ms)
|
1969
|
+
Date: Wed, 07 Feb 2018 13:12:12 -0600
|
1970
|
+
From: from@example.com
|
1971
|
+
Reply-To: noreply@schneems.com
|
1972
|
+
To: foo@example.com
|
1973
|
+
Message-ID: <5a7b4f8ca4bf5_16b423fedb4040ee88279d@rschneeman-ltm4.internal.salesforce.com.mail>
|
1974
|
+
Subject: hello world
|
1975
|
+
Mime-Version: 1.0
|
1976
|
+
Content-Type: multipart/alternative;
|
1977
|
+
boundary="--==_mimepart_5a7b4f8ca3dad_16b423fedb4040ee88263c";
|
1978
|
+
charset=UTF-8
|
1979
|
+
Content-Transfer-Encoding: 7bit
|
1980
|
+
|
1981
|
+
|
1982
|
+
----==_mimepart_5a7b4f8ca3dad_16b423fedb4040ee88263c
|
1983
|
+
Content-Type: text/plain;
|
1984
|
+
charset=UTF-8
|
1985
|
+
Content-Transfer-Encoding: 7bit
|
1986
|
+
|
1987
|
+
## Welcome!
|
1988
|
+
|
1989
|
+
----==_mimepart_5a7b4f8ca3dad_16b423fedb4040ee88263c
|
1990
|
+
Content-Type: text/html;
|
1991
|
+
charset=UTF-8
|
1992
|
+
Content-Transfer-Encoding: 7bit
|
1993
|
+
|
1994
|
+
<h2 id="welcome">Welcome!</h2>
|
1995
|
+
|
1996
|
+
----==_mimepart_5a7b4f8ca3dad_16b423fedb4040ee88263c--
|
1997
|
+
|
1998
|
+
-----------------------------------------------------------
|
1999
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
2000
|
+
-----------------------------------------------------------
|
2001
|
+
-------------------------------------------------------------
|
2002
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
2003
|
+
-------------------------------------------------------------
|
2004
|
+
----------------------------------------------
|
2005
|
+
ExtActionMailerTest: test_monkeypatch_location
|
2006
|
+
----------------------------------------------
|
2007
|
+
----------------------------------------------------------------
|
2008
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
2009
|
+
----------------------------------------------------------------
|
2010
|
+
----------------------------------------------------------
|
2011
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
2012
|
+
----------------------------------------------------------
|
2013
|
+
---------------------------------------
|
2014
|
+
MarkdownEngineTest: test_can_set_engine
|
2015
|
+
---------------------------------------
|
2016
|
+
-------------------------------------
|
2017
|
+
LayoutsTest: test_layout_renders_fine
|
2018
|
+
-------------------------------------
|
2019
|
+
Rendering user_with_layout_mailer/welcome.md.erb
|
2020
|
+
Rendered user_with_layout_mailer/welcome.md.erb (0.9ms)
|
2021
|
+
UserWithLayoutMailer#welcome: processed outbound mail in 55.1ms
|
2022
|
+
Sent mail to foo@example.com (6.3ms)
|
2023
|
+
Date: Wed, 07 Feb 2018 13:12:55 -0600
|
2024
|
+
From: from@example.com
|
2025
|
+
Reply-To: noreply@schneems.com
|
2026
|
+
To: foo@example.com
|
2027
|
+
Message-ID: <5a7b4fb7aef49_16b6c3ff6bb040ed8740b3@rschneeman-ltm4.internal.salesforce.com.mail>
|
2028
|
+
Subject: hello world
|
2029
|
+
Mime-Version: 1.0
|
2030
|
+
Content-Type: multipart/alternative;
|
2031
|
+
boundary="--==_mimepart_5a7b4fb7adc65_16b6c3ff6bb040ed87392a";
|
2032
|
+
charset=UTF-8
|
2033
|
+
Content-Transfer-Encoding: 7bit
|
2034
|
+
|
2035
|
+
|
2036
|
+
----==_mimepart_5a7b4fb7adc65_16b6c3ff6bb040ed87392a
|
2037
|
+
Content-Type: text/plain;
|
2038
|
+
charset=UTF-8
|
2039
|
+
Content-Transfer-Encoding: 7bit
|
2040
|
+
|
2041
|
+
## Welcome!
|
2042
|
+
|
2043
|
+
----==_mimepart_5a7b4fb7adc65_16b6c3ff6bb040ed87392a
|
2044
|
+
Content-Type: text/html;
|
2045
|
+
charset=UTF-8
|
2046
|
+
Content-Transfer-Encoding: 7bit
|
2047
|
+
|
2048
|
+
<h2 id="welcome">Welcome!</h2>
|
2049
|
+
|
2050
|
+
----==_mimepart_5a7b4fb7adc65_16b6c3ff6bb040ed87392a--
|
2051
|
+
|
2052
|
+
---------------------------
|
2053
|
+
LayoutsTest: test_no_layout
|
2054
|
+
---------------------------
|
2055
|
+
Rendering user_no_layout_mailer/welcome.md.erb
|
2056
|
+
Rendered user_no_layout_mailer/welcome.md.erb (0.2ms)
|
2057
|
+
UserNoLayoutMailer#welcome: processed outbound mail in 23.4ms
|
2058
|
+
Sent mail to foo@example.com (3.4ms)
|
2059
|
+
Date: Wed, 07 Feb 2018 13:12:55 -0600
|
2060
|
+
From: from@example.com
|
2061
|
+
Reply-To: noreply@schneems.com
|
2062
|
+
To: foo@example.com
|
2063
|
+
Message-ID: <5a7b4fb7b6a45_16b6c3ff6bb040ed874266@rschneeman-ltm4.internal.salesforce.com.mail>
|
2064
|
+
Subject: hello world
|
2065
|
+
Mime-Version: 1.0
|
2066
|
+
Content-Type: multipart/alternative;
|
2067
|
+
boundary="--==_mimepart_5a7b4fb7b6211_16b6c3ff6bb040ed8741a2";
|
2068
|
+
charset=UTF-8
|
2069
|
+
Content-Transfer-Encoding: 7bit
|
2070
|
+
|
2071
|
+
|
2072
|
+
----==_mimepart_5a7b4fb7b6211_16b6c3ff6bb040ed8741a2
|
2073
|
+
Content-Type: text/plain;
|
2074
|
+
charset=UTF-8
|
2075
|
+
Content-Transfer-Encoding: 7bit
|
2076
|
+
|
2077
|
+
## Welcome!
|
2078
|
+
|
2079
|
+
----==_mimepart_5a7b4fb7b6211_16b6c3ff6bb040ed8741a2
|
2080
|
+
Content-Type: text/html;
|
2081
|
+
charset=UTF-8
|
2082
|
+
Content-Transfer-Encoding: 7bit
|
2083
|
+
|
2084
|
+
<h2 id="welcome">Welcome!</h2>
|
2085
|
+
|
2086
|
+
----==_mimepart_5a7b4fb7b6211_16b6c3ff6bb040ed8741a2--
|
2087
|
+
|
2088
|
+
--------------------------------------------------------------
|
2089
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
2090
|
+
--------------------------------------------------------------
|
2091
|
+
------------------------------------
|
2092
|
+
MaildownTest: test_no_md_in_response
|
2093
|
+
------------------------------------
|
2094
|
+
------------------------------------
|
2095
|
+
MaildownTest: test_parse_md_response
|
2096
|
+
------------------------------------
|
2097
|
+
--------------------------------------------------------
|
2098
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
2099
|
+
--------------------------------------------------------
|
2100
|
+
-------------------------------------------------------------
|
2101
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
2102
|
+
-------------------------------------------------------------
|
2103
|
+
-----------------------------------------------------------
|
2104
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
2105
|
+
-----------------------------------------------------------
|
2106
|
+
----------------------------------------------
|
2107
|
+
ExtActionMailerTest: test_monkeypatch_location
|
2108
|
+
----------------------------------------------
|
2109
|
+
---------------------------
|
2110
|
+
LayoutsTest: test_no_layout
|
2111
|
+
---------------------------
|
2112
|
+
Rendering user_no_layout_mailer/welcome.md.erb
|
2113
|
+
Rendered user_no_layout_mailer/welcome.md.erb (1.2ms)
|
2114
|
+
UserNoLayoutMailer#welcome: processed outbound mail in 64.4ms
|
2115
|
+
Sent mail to foo@example.com (6.2ms)
|
2116
|
+
Date: Wed, 07 Feb 2018 13:13:26 -0600
|
2117
|
+
From: from@example.com
|
2118
|
+
Reply-To: noreply@schneems.com
|
2119
|
+
To: foo@example.com
|
2120
|
+
Message-ID: <5a7b4fd67b87a_16b903fc8c303eed8255ba@rschneeman-ltm4.internal.salesforce.com.mail>
|
2121
|
+
Subject: hello world
|
2122
|
+
Mime-Version: 1.0
|
2123
|
+
Content-Type: multipart/alternative;
|
2124
|
+
boundary="--==_mimepart_5a7b4fd67ab78_16b903fc8c303eed8254d";
|
2125
|
+
charset=UTF-8
|
2126
|
+
Content-Transfer-Encoding: 7bit
|
2127
|
+
|
2128
|
+
|
2129
|
+
----==_mimepart_5a7b4fd67ab78_16b903fc8c303eed8254d
|
2130
|
+
Content-Type: text/plain;
|
2131
|
+
charset=UTF-8
|
2132
|
+
Content-Transfer-Encoding: 7bit
|
2133
|
+
|
2134
|
+
## Welcome!
|
2135
|
+
|
2136
|
+
----==_mimepart_5a7b4fd67ab78_16b903fc8c303eed8254d
|
2137
|
+
Content-Type: text/html;
|
2138
|
+
charset=UTF-8
|
2139
|
+
Content-Transfer-Encoding: 7bit
|
2140
|
+
|
2141
|
+
<h2 id="welcome">Welcome!</h2>
|
2142
|
+
|
2143
|
+
----==_mimepart_5a7b4fd67ab78_16b903fc8c303eed8254d--
|
2144
|
+
|
2145
|
+
-------------------------------------
|
2146
|
+
LayoutsTest: test_layout_renders_fine
|
2147
|
+
-------------------------------------
|
2148
|
+
---------------------------------------
|
2149
|
+
MarkdownEngineTest: test_can_set_engine
|
2150
|
+
---------------------------------------
|
2151
|
+
----------------------------------------------------------------
|
2152
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
2153
|
+
----------------------------------------------------------------
|
2154
|
+
----------------------------------------------------------
|
2155
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
2156
|
+
----------------------------------------------------------
|
2157
|
+
--------------------------------------------------------
|
2158
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
2159
|
+
--------------------------------------------------------
|
2160
|
+
------------------------------------
|
2161
|
+
MaildownTest: test_parse_md_response
|
2162
|
+
------------------------------------
|
2163
|
+
--------------------------------------------------------------
|
2164
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
2165
|
+
--------------------------------------------------------------
|
2166
|
+
------------------------------------
|
2167
|
+
MaildownTest: test_no_md_in_response
|
2168
|
+
------------------------------------
|
2169
|
+
-------------------------------------
|
2170
|
+
LayoutsTest: test_layout_renders_fine
|
2171
|
+
-------------------------------------
|
2172
|
+
Rendering user_with_layout_mailer/welcome.md.erb
|
2173
|
+
Rendered user_with_layout_mailer/welcome.md.erb (0.8ms)
|
2174
|
+
Rendering text template within layouts/mail_layout.text.erb
|
2175
|
+
Rendered text template within layouts/mail_layout.text.erb (0.0ms)
|
2176
|
+
Rendering text template within layouts/mail_layout.html.erb
|
2177
|
+
Rendered text template within layouts/mail_layout.html.erb (0.0ms)
|
2178
|
+
UserWithLayoutMailer#welcome: processed outbound mail in 99.6ms
|
2179
|
+
Sent mail to foo@example.com (7.7ms)
|
2180
|
+
Date: Wed, 07 Feb 2018 13:13:44 -0600
|
2181
|
+
From: from@example.com
|
2182
|
+
Reply-To: noreply@schneems.com
|
2183
|
+
To: foo@example.com
|
2184
|
+
Message-ID: <5a7b4fe8f2bb_16bb73fc06c83eef822712@rschneeman-ltm4.internal.salesforce.com.mail>
|
2185
|
+
Subject: hello world
|
2186
|
+
Mime-Version: 1.0
|
2187
|
+
Content-Type: multipart/alternative;
|
2188
|
+
boundary="--==_mimepart_5a7b4fe8dd18_16bb73fc06c83eef8226ec";
|
2189
|
+
charset=UTF-8
|
2190
|
+
Content-Transfer-Encoding: 7bit
|
2191
|
+
|
2192
|
+
|
2193
|
+
----==_mimepart_5a7b4fe8dd18_16bb73fc06c83eef8226ec
|
2194
|
+
Content-Type: text/plain;
|
2195
|
+
charset=UTF-8
|
2196
|
+
Content-Transfer-Encoding: 7bit
|
2197
|
+
prefixes: user_with_layout_mailer, application_mailer
|
2198
|
+
template: welcome
|
2199
|
+
layout: layouts/mail_layout.text.erb
|
2200
|
+
|
2201
|
+
TEXT## Welcome!
|
2202
|
+
TEXT
|
2203
|
+
|
2204
|
+
----==_mimepart_5a7b4fe8dd18_16bb73fc06c83eef8226ec
|
2205
|
+
Content-Type: text/html;
|
2206
|
+
charset=UTF-8
|
2207
|
+
Content-Transfer-Encoding: 7bit
|
2208
|
+
prefixes: user_with_layout_mailer, application_mailer
|
2209
|
+
template: welcome
|
2210
|
+
layout: layouts/mail_layout.html.erb
|
2211
|
+
|
2212
|
+
HTML<h2 id="welcome">Welcome!</h2>
|
2213
|
+
HTML
|
2214
|
+
----==_mimepart_5a7b4fe8dd18_16bb73fc06c83eef8226ec--
|
2215
|
+
|
2216
|
+
---------------------------
|
2217
|
+
LayoutsTest: test_no_layout
|
2218
|
+
---------------------------
|
2219
|
+
Rendering user_no_layout_mailer/welcome.md.erb
|
2220
|
+
Rendered user_no_layout_mailer/welcome.md.erb (0.2ms)
|
2221
|
+
UserNoLayoutMailer#welcome: processed outbound mail in 22.9ms
|
2222
|
+
Sent mail to foo@example.com (3.4ms)
|
2223
|
+
Date: Wed, 07 Feb 2018 13:13:44 -0600
|
2224
|
+
From: from@example.com
|
2225
|
+
Reply-To: noreply@schneems.com
|
2226
|
+
To: foo@example.com
|
2227
|
+
Message-ID: <5a7b4fe8172da_16bb73fc06c83eef82296d@rschneeman-ltm4.internal.salesforce.com.mail>
|
2228
|
+
Subject: hello world
|
2229
|
+
Mime-Version: 1.0
|
2230
|
+
Content-Type: multipart/alternative;
|
2231
|
+
boundary="--==_mimepart_5a7b4fe816d87_16bb73fc06c83eef8228d";
|
2232
|
+
charset=UTF-8
|
2233
|
+
Content-Transfer-Encoding: 7bit
|
2234
|
+
|
2235
|
+
|
2236
|
+
----==_mimepart_5a7b4fe816d87_16bb73fc06c83eef8228d
|
2237
|
+
Content-Type: text/plain;
|
2238
|
+
charset=UTF-8
|
2239
|
+
Content-Transfer-Encoding: 7bit
|
2240
|
+
|
2241
|
+
## Welcome!
|
2242
|
+
|
2243
|
+
----==_mimepart_5a7b4fe816d87_16bb73fc06c83eef8228d
|
2244
|
+
Content-Type: text/html;
|
2245
|
+
charset=UTF-8
|
2246
|
+
Content-Transfer-Encoding: 7bit
|
2247
|
+
|
2248
|
+
<h2 id="welcome">Welcome!</h2>
|
2249
|
+
|
2250
|
+
----==_mimepart_5a7b4fe816d87_16bb73fc06c83eef8228d--
|
2251
|
+
|
2252
|
+
----------------------------------------------------------------
|
2253
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
2254
|
+
----------------------------------------------------------------
|
2255
|
+
----------------------------------------------------------
|
2256
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
2257
|
+
----------------------------------------------------------
|
2258
|
+
---------------------------------------
|
2259
|
+
MarkdownEngineTest: test_can_set_engine
|
2260
|
+
---------------------------------------
|
2261
|
+
-----------------------------------------------------------
|
2262
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
2263
|
+
-----------------------------------------------------------
|
2264
|
+
-------------------------------------------------------------
|
2265
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
2266
|
+
-------------------------------------------------------------
|
2267
|
+
----------------------------------------------
|
2268
|
+
ExtActionMailerTest: test_monkeypatch_location
|
2269
|
+
----------------------------------------------
|
2270
|
+
--------------------------------------------------------------
|
2271
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
2272
|
+
--------------------------------------------------------------
|
2273
|
+
------------------------------------
|
2274
|
+
MaildownTest: test_parse_md_response
|
2275
|
+
------------------------------------
|
2276
|
+
------------------------------------
|
2277
|
+
MaildownTest: test_no_md_in_response
|
2278
|
+
------------------------------------
|
2279
|
+
--------------------------------------------------------
|
2280
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
2281
|
+
--------------------------------------------------------
|
2282
|
+
----------------------------------------------------------------
|
2283
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
2284
|
+
----------------------------------------------------------------
|
2285
|
+
---------------------------------------
|
2286
|
+
MarkdownEngineTest: test_can_set_engine
|
2287
|
+
---------------------------------------
|
2288
|
+
----------------------------------------------------------
|
2289
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
2290
|
+
----------------------------------------------------------
|
2291
|
+
-----------------------------------------------------------
|
2292
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
2293
|
+
-----------------------------------------------------------
|
2294
|
+
-------------------------------------------------------------
|
2295
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
2296
|
+
-------------------------------------------------------------
|
2297
|
+
----------------------------------------------
|
2298
|
+
ExtActionMailerTest: test_monkeypatch_location
|
2299
|
+
----------------------------------------------
|
2300
|
+
---------------------------
|
2301
|
+
LayoutsTest: test_no_layout
|
2302
|
+
---------------------------
|
2303
|
+
Rendering user_no_layout_mailer/welcome.md.erb
|
2304
|
+
Rendered user_no_layout_mailer/welcome.md.erb (0.8ms)
|
2305
|
+
UserNoLayoutMailer#welcome: processed outbound mail in 26.8ms
|
2306
|
+
Sent mail to foo@example.com (6.0ms)
|
2307
|
+
Date: Wed, 07 Feb 2018 13:14:01 -0600
|
2308
|
+
From: from@example.com
|
2309
|
+
Reply-To: noreply@schneems.com
|
2310
|
+
To: foo@example.com
|
2311
|
+
Message-ID: <5a7b4ff96d63d_16bd43fe44f43eec82387c@rschneeman-ltm4.internal.salesforce.com.mail>
|
2312
|
+
Subject: hello world
|
2313
|
+
Mime-Version: 1.0
|
2314
|
+
Content-Type: multipart/alternative;
|
2315
|
+
boundary="--==_mimepart_5a7b4ff96c8fa_16bd43fe44f43eec823749";
|
2316
|
+
charset=UTF-8
|
2317
|
+
Content-Transfer-Encoding: 7bit
|
2318
|
+
|
2319
|
+
|
2320
|
+
----==_mimepart_5a7b4ff96c8fa_16bd43fe44f43eec823749
|
2321
|
+
Content-Type: text/plain;
|
2322
|
+
charset=UTF-8
|
2323
|
+
Content-Transfer-Encoding: 7bit
|
2324
|
+
|
2325
|
+
## Welcome!
|
2326
|
+
|
2327
|
+
----==_mimepart_5a7b4ff96c8fa_16bd43fe44f43eec823749
|
2328
|
+
Content-Type: text/html;
|
2329
|
+
charset=UTF-8
|
2330
|
+
Content-Transfer-Encoding: 7bit
|
2331
|
+
|
2332
|
+
<h2 id="welcome">Welcome!</h2>
|
2333
|
+
|
2334
|
+
----==_mimepart_5a7b4ff96c8fa_16bd43fe44f43eec823749--
|
2335
|
+
|
2336
|
+
-------------------------------------
|
2337
|
+
LayoutsTest: test_layout_renders_fine
|
2338
|
+
-------------------------------------
|
2339
|
+
Rendering user_with_layout_mailer/welcome.md.erb
|
2340
|
+
Rendered user_with_layout_mailer/welcome.md.erb (0.6ms)
|
2341
|
+
Rendering text template within layouts/mail_layout.text.erb
|
2342
|
+
Rendered text template within layouts/mail_layout.text.erb (0.0ms)
|
2343
|
+
Rendering text template within layouts/mail_layout.html.erb
|
2344
|
+
Rendered text template within layouts/mail_layout.html.erb (0.0ms)
|
2345
|
+
UserWithLayoutMailer#welcome: processed outbound mail in 53.3ms
|
2346
|
+
Sent mail to foo@example.com (3.1ms)
|
2347
|
+
Date: Wed, 07 Feb 2018 13:14:01 -0600
|
2348
|
+
From: from@example.com
|
2349
|
+
Reply-To: noreply@schneems.com
|
2350
|
+
To: foo@example.com
|
2351
|
+
Message-ID: <5a7b4ff97c136_16bd43fe44f43eec82405@rschneeman-ltm4.internal.salesforce.com.mail>
|
2352
|
+
Subject: hello world
|
2353
|
+
Mime-Version: 1.0
|
2354
|
+
Content-Type: multipart/alternative;
|
2355
|
+
boundary="--==_mimepart_5a7b4ff97ba99_16bd43fe44f43eec82399d";
|
2356
|
+
charset=UTF-8
|
2357
|
+
Content-Transfer-Encoding: 7bit
|
2358
|
+
|
2359
|
+
|
2360
|
+
----==_mimepart_5a7b4ff97ba99_16bd43fe44f43eec82399d
|
2361
|
+
Content-Type: text/plain;
|
2362
|
+
charset=UTF-8
|
2363
|
+
Content-Transfer-Encoding: 7bit
|
2364
|
+
prefixes: user_with_layout_mailer, application_mailer
|
2365
|
+
template: welcome
|
2366
|
+
layout: layouts/mail_layout.text.erb
|
2367
|
+
|
2368
|
+
TEXT## Welcome!TEXT
|
2369
|
+
|
2370
|
+
----==_mimepart_5a7b4ff97ba99_16bd43fe44f43eec82399d
|
2371
|
+
Content-Type: text/html;
|
2372
|
+
charset=UTF-8
|
2373
|
+
Content-Transfer-Encoding: 7bit
|
2374
|
+
prefixes: user_with_layout_mailer, application_mailer
|
2375
|
+
template: welcome
|
2376
|
+
layout: layouts/mail_layout.html.erb
|
2377
|
+
|
2378
|
+
HTML<h2 id="welcome">Welcome!</h2>
|
2379
|
+
HTML
|
2380
|
+
----==_mimepart_5a7b4ff97ba99_16bd43fe44f43eec82399d--
|
2381
|
+
|
2382
|
+
--------------------------------------------------------
|
2383
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
2384
|
+
--------------------------------------------------------
|
2385
|
+
--------------------------------------------------------------
|
2386
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
2387
|
+
--------------------------------------------------------------
|
2388
|
+
------------------------------------
|
2389
|
+
MaildownTest: test_no_md_in_response
|
2390
|
+
------------------------------------
|
2391
|
+
------------------------------------
|
2392
|
+
MaildownTest: test_parse_md_response
|
2393
|
+
------------------------------------
|
2394
|
+
---------------------------------------
|
2395
|
+
MarkdownEngineTest: test_can_set_engine
|
2396
|
+
---------------------------------------
|
2397
|
+
----------------------------------------------------------
|
2398
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
2399
|
+
----------------------------------------------------------
|
2400
|
+
----------------------------------------------------------------
|
2401
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
2402
|
+
----------------------------------------------------------------
|
2403
|
+
----------------------------------------------
|
2404
|
+
ExtActionMailerTest: test_monkeypatch_location
|
2405
|
+
----------------------------------------------
|
2406
|
+
-----------------------------------------------------------
|
2407
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
2408
|
+
-----------------------------------------------------------
|
2409
|
+
-------------------------------------------------------------
|
2410
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
2411
|
+
-------------------------------------------------------------
|
2412
|
+
------------------------------------
|
2413
|
+
MaildownTest: test_no_md_in_response
|
2414
|
+
------------------------------------
|
2415
|
+
--------------------------------------------------------
|
2416
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
2417
|
+
--------------------------------------------------------
|
2418
|
+
------------------------------------
|
2419
|
+
MaildownTest: test_parse_md_response
|
2420
|
+
------------------------------------
|
2421
|
+
--------------------------------------------------------------
|
2422
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
2423
|
+
--------------------------------------------------------------
|
2424
|
+
---------------------------
|
2425
|
+
LayoutsTest: test_no_layout
|
2426
|
+
---------------------------
|
2427
|
+
Rendering user_no_layout_mailer/welcome.md.erb
|
2428
|
+
Rendered user_no_layout_mailer/welcome.md.erb (0.7ms)
|
2429
|
+
UserNoLayoutMailer#welcome: processed outbound mail in 27.9ms
|
2430
|
+
Sent mail to foo@example.com (8.1ms)
|
2431
|
+
Date: Wed, 07 Feb 2018 13:14:11 -0600
|
2432
|
+
From: from@example.com
|
2433
|
+
Reply-To: noreply@schneems.com
|
2434
|
+
To: foo@example.com
|
2435
|
+
Message-ID: <5a7b500385a5f_16bf63ff36bc40ee8627dd@rschneeman-ltm4.internal.salesforce.com.mail>
|
2436
|
+
Subject: hello world
|
2437
|
+
Mime-Version: 1.0
|
2438
|
+
Content-Type: multipart/alternative;
|
2439
|
+
boundary="--==_mimepart_5a7b5003843e7_16bf63ff36bc40ee8626c0";
|
2440
|
+
charset=UTF-8
|
2441
|
+
Content-Transfer-Encoding: 7bit
|
2442
|
+
|
2443
|
+
|
2444
|
+
----==_mimepart_5a7b5003843e7_16bf63ff36bc40ee8626c0
|
2445
|
+
Content-Type: text/plain;
|
2446
|
+
charset=UTF-8
|
2447
|
+
Content-Transfer-Encoding: 7bit
|
2448
|
+
|
2449
|
+
## Welcome!
|
2450
|
+
|
2451
|
+
----==_mimepart_5a7b5003843e7_16bf63ff36bc40ee8626c0
|
2452
|
+
Content-Type: text/html;
|
2453
|
+
charset=UTF-8
|
2454
|
+
Content-Transfer-Encoding: 7bit
|
2455
|
+
|
2456
|
+
<h2 id="welcome">Welcome!</h2>
|
2457
|
+
|
2458
|
+
----==_mimepart_5a7b5003843e7_16bf63ff36bc40ee8626c0--
|
2459
|
+
|
2460
|
+
-------------------------------------
|
2461
|
+
LayoutsTest: test_layout_renders_fine
|
2462
|
+
-------------------------------------
|
2463
|
+
Rendering user_with_layout_mailer/welcome.md.erb
|
2464
|
+
Rendered user_with_layout_mailer/welcome.md.erb (0.4ms)
|
2465
|
+
Rendering text template within layouts/mail_layout.text.erb
|
2466
|
+
Rendered text template within layouts/mail_layout.text.erb (0.0ms)
|
2467
|
+
Rendering text template within layouts/mail_layout.html.erb
|
2468
|
+
Rendered text template within layouts/mail_layout.html.erb (0.0ms)
|
2469
|
+
UserWithLayoutMailer#welcome: processed outbound mail in 53.6ms
|
2470
|
+
Sent mail to foo@example.com (3.4ms)
|
2471
|
+
Date: Wed, 07 Feb 2018 13:14:11 -0600
|
2472
|
+
From: from@example.com
|
2473
|
+
Reply-To: noreply@schneems.com
|
2474
|
+
To: foo@example.com
|
2475
|
+
Message-ID: <5a7b500394adb_16bf63ff36bc40ee862953@rschneeman-ltm4.internal.salesforce.com.mail>
|
2476
|
+
Subject: hello world
|
2477
|
+
Mime-Version: 1.0
|
2478
|
+
Content-Type: multipart/alternative;
|
2479
|
+
boundary="--==_mimepart_5a7b500394387_16bf63ff36bc40ee862815";
|
2480
|
+
charset=UTF-8
|
2481
|
+
Content-Transfer-Encoding: 7bit
|
2482
|
+
|
2483
|
+
|
2484
|
+
----==_mimepart_5a7b500394387_16bf63ff36bc40ee862815
|
2485
|
+
Content-Type: text/plain;
|
2486
|
+
charset=UTF-8
|
2487
|
+
Content-Transfer-Encoding: 7bit
|
2488
|
+
prefixes: user_with_layout_mailer, application_mailer
|
2489
|
+
template: welcome
|
2490
|
+
layout: layouts/mail_layout.text.erb
|
2491
|
+
|
2492
|
+
TEXT## Welcome!TEXT
|
2493
|
+
|
2494
|
+
----==_mimepart_5a7b500394387_16bf63ff36bc40ee862815
|
2495
|
+
Content-Type: text/html;
|
2496
|
+
charset=UTF-8
|
2497
|
+
Content-Transfer-Encoding: 7bit
|
2498
|
+
prefixes: user_with_layout_mailer, application_mailer
|
2499
|
+
template: welcome
|
2500
|
+
layout: layouts/mail_layout.html.erb
|
2501
|
+
|
2502
|
+
HTML<h2 id="welcome">Welcome!</h2>
|
2503
|
+
HTML
|
2504
|
+
----==_mimepart_5a7b500394387_16bf63ff36bc40ee862815--
|
2505
|
+
|
2506
|
+
--------------------------------------------------------
|
2507
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
2508
|
+
--------------------------------------------------------
|
2509
|
+
--------------------------------------------------------------
|
2510
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
2511
|
+
--------------------------------------------------------------
|
2512
|
+
------------------------------------
|
2513
|
+
MaildownTest: test_no_md_in_response
|
2514
|
+
------------------------------------
|
2515
|
+
------------------------------------
|
2516
|
+
MaildownTest: test_parse_md_response
|
2517
|
+
------------------------------------
|
2518
|
+
---------------------------------------
|
2519
|
+
MarkdownEngineTest: test_can_set_engine
|
2520
|
+
---------------------------------------
|
2521
|
+
----------------------------------------------------------------
|
2522
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
2523
|
+
----------------------------------------------------------------
|
2524
|
+
----------------------------------------------------------
|
2525
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
2526
|
+
----------------------------------------------------------
|
2527
|
+
-------------------------------------------------------------
|
2528
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
2529
|
+
-------------------------------------------------------------
|
2530
|
+
----------------------------------------------
|
2531
|
+
ExtActionMailerTest: test_monkeypatch_location
|
2532
|
+
----------------------------------------------
|
2533
|
+
-----------------------------------------------------------
|
2534
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
2535
|
+
-----------------------------------------------------------
|
2536
|
+
-------------------------------------
|
2537
|
+
LayoutsTest: test_layout_renders_fine
|
2538
|
+
-------------------------------------
|
2539
|
+
Rendering user_with_layout_mailer/welcome.md.erb
|
2540
|
+
Rendered user_with_layout_mailer/welcome.md.erb (0.9ms)
|
2541
|
+
Rendering text template within layouts/mail_layout.text.erb
|
2542
|
+
Rendered text template within layouts/mail_layout.text.erb (0.0ms)
|
2543
|
+
Rendering text template within layouts/mail_layout.html.erb
|
2544
|
+
Rendered text template within layouts/mail_layout.html.erb (0.0ms)
|
2545
|
+
UserWithLayoutMailer#welcome: processed outbound mail in 62.2ms
|
2546
|
+
Sent mail to foo@example.com (5.9ms)
|
2547
|
+
Date: Wed, 07 Feb 2018 13:14:45 -0600
|
2548
|
+
From: from@example.com
|
2549
|
+
Reply-To: noreply@schneems.com
|
2550
|
+
To: foo@example.com
|
2551
|
+
Message-ID: <5a7b50252b4de_16c243ff8cb43eed87545b@rschneeman-ltm4.internal.salesforce.com.mail>
|
2552
|
+
Subject: hello world
|
2553
|
+
Mime-Version: 1.0
|
2554
|
+
Content-Type: multipart/alternative;
|
2555
|
+
boundary="--==_mimepart_5a7b50252a14a_16c243ff8cb43eed87539a";
|
2556
|
+
charset=UTF-8
|
2557
|
+
Content-Transfer-Encoding: 7bit
|
2558
|
+
|
2559
|
+
|
2560
|
+
----==_mimepart_5a7b50252a14a_16c243ff8cb43eed87539a
|
2561
|
+
Content-Type: text/plain;
|
2562
|
+
charset=UTF-8
|
2563
|
+
Content-Transfer-Encoding: 7bit
|
2564
|
+
prefixes: user_with_layout_mailer, application_mailer
|
2565
|
+
template: welcome
|
2566
|
+
layout: layouts/mail_layout.text.erb
|
2567
|
+
|
2568
|
+
TEXT## Welcome!
|
2569
|
+
|
2570
|
+
----==_mimepart_5a7b50252a14a_16c243ff8cb43eed87539a
|
2571
|
+
Content-Type: text/html;
|
2572
|
+
charset=UTF-8
|
2573
|
+
Content-Transfer-Encoding: 7bit
|
2574
|
+
prefixes: user_with_layout_mailer, application_mailer
|
2575
|
+
template: welcome
|
2576
|
+
layout: layouts/mail_layout.html.erb
|
2577
|
+
|
2578
|
+
HTML<h2 id="welcome">Welcome!</h2>
|
2579
|
+
|
2580
|
+
----==_mimepart_5a7b50252a14a_16c243ff8cb43eed87539a--
|
2581
|
+
|
2582
|
+
---------------------------
|
2583
|
+
LayoutsTest: test_no_layout
|
2584
|
+
---------------------------
|
2585
|
+
Rendering user_no_layout_mailer/welcome.md.erb
|
2586
|
+
Rendered user_no_layout_mailer/welcome.md.erb (0.2ms)
|
2587
|
+
UserNoLayoutMailer#welcome: processed outbound mail in 24.6ms
|
2588
|
+
Sent mail to foo@example.com (2.1ms)
|
2589
|
+
Date: Wed, 07 Feb 2018 13:14:45 -0600
|
2590
|
+
From: from@example.com
|
2591
|
+
Reply-To: noreply@schneems.com
|
2592
|
+
To: foo@example.com
|
2593
|
+
Message-ID: <5a7b502532eaf_16c243ff8cb43eed8756c9@rschneeman-ltm4.internal.salesforce.com.mail>
|
2594
|
+
Subject: hello world
|
2595
|
+
Mime-Version: 1.0
|
2596
|
+
Content-Type: multipart/alternative;
|
2597
|
+
boundary="--==_mimepart_5a7b502532924_16c243ff8cb43eed875576";
|
2598
|
+
charset=UTF-8
|
2599
|
+
Content-Transfer-Encoding: 7bit
|
2600
|
+
|
2601
|
+
|
2602
|
+
----==_mimepart_5a7b502532924_16c243ff8cb43eed875576
|
2603
|
+
Content-Type: text/plain;
|
2604
|
+
charset=UTF-8
|
2605
|
+
Content-Transfer-Encoding: 7bit
|
2606
|
+
|
2607
|
+
## Welcome!
|
2608
|
+
|
2609
|
+
----==_mimepart_5a7b502532924_16c243ff8cb43eed875576
|
2610
|
+
Content-Type: text/html;
|
2611
|
+
charset=UTF-8
|
2612
|
+
Content-Transfer-Encoding: 7bit
|
2613
|
+
|
2614
|
+
<h2 id="welcome">Welcome!</h2>
|
2615
|
+
|
2616
|
+
----==_mimepart_5a7b502532924_16c243ff8cb43eed875576--
|
2617
|
+
|
2618
|
+
-------------------------------------
|
2619
|
+
LayoutsTest: test_layout_renders_fine
|
2620
|
+
-------------------------------------
|
2621
|
+
Rendering user_with_layout_mailer/welcome.md.erb
|
2622
|
+
Rendered user_with_layout_mailer/welcome.md.erb (0.8ms)
|
2623
|
+
Rendering text template within layouts/mail_layout.text.erb
|
2624
|
+
Rendered text template within layouts/mail_layout.text.erb (0.0ms)
|
2625
|
+
Rendering text template within layouts/mail_layout.html.erb
|
2626
|
+
Rendered text template within layouts/mail_layout.html.erb (0.0ms)
|
2627
|
+
UserWithLayoutMailer#welcome: processed outbound mail in 96.7ms
|
2628
|
+
Sent mail to foo@example.com (8.2ms)
|
2629
|
+
Date: Wed, 07 Feb 2018 13:15:07 -0600
|
2630
|
+
From: from@example.com
|
2631
|
+
Reply-To: noreply@schneems.com
|
2632
|
+
To: foo@example.com
|
2633
|
+
Message-ID: <5a7b503be5bcf_16d4f3fd4b0440ee89549e@rschneeman-ltm4.internal.salesforce.com.mail>
|
2634
|
+
Subject: hello world
|
2635
|
+
Mime-Version: 1.0
|
2636
|
+
Content-Type: multipart/alternative;
|
2637
|
+
boundary="--==_mimepart_5a7b503be4a21_16d4f3fd4b0440ee8953df";
|
2638
|
+
charset=UTF-8
|
2639
|
+
Content-Transfer-Encoding: 7bit
|
2640
|
+
|
2641
|
+
|
2642
|
+
----==_mimepart_5a7b503be4a21_16d4f3fd4b0440ee8953df
|
2643
|
+
Content-Type: text/plain;
|
2644
|
+
charset=UTF-8
|
2645
|
+
Content-Transfer-Encoding: 7bit
|
2646
|
+
prefixes: user_with_layout_mailer, application_mailer
|
2647
|
+
template: welcome
|
2648
|
+
layout: layouts/mail_layout.text.erb
|
2649
|
+
|
2650
|
+
TEXT## Welcome!
|
2651
|
+
|
2652
|
+
----==_mimepart_5a7b503be4a21_16d4f3fd4b0440ee8953df
|
2653
|
+
Content-Type: text/html;
|
2654
|
+
charset=UTF-8
|
2655
|
+
Content-Transfer-Encoding: 7bit
|
2656
|
+
prefixes: user_with_layout_mailer, application_mailer
|
2657
|
+
template: welcome
|
2658
|
+
layout: layouts/mail_layout.html.erb
|
2659
|
+
|
2660
|
+
HTML<h2 id="welcome">Welcome!</h2>
|
2661
|
+
|
2662
|
+
----==_mimepart_5a7b503be4a21_16d4f3fd4b0440ee8953df--
|
2663
|
+
|
2664
|
+
---------------------------
|
2665
|
+
LayoutsTest: test_no_layout
|
2666
|
+
---------------------------
|
2667
|
+
Rendering user_no_layout_mailer/welcome.md.erb
|
2668
|
+
Rendered user_no_layout_mailer/welcome.md.erb (0.3ms)
|
2669
|
+
UserNoLayoutMailer#welcome: processed outbound mail in 24.8ms
|
2670
|
+
Sent mail to foo@example.com (3.2ms)
|
2671
|
+
Date: Wed, 07 Feb 2018 13:15:07 -0600
|
2672
|
+
From: from@example.com
|
2673
|
+
Reply-To: noreply@schneems.com
|
2674
|
+
To: foo@example.com
|
2675
|
+
Message-ID: <5a7b503bee3a3_16d4f3fd4b0440ee895652@rschneeman-ltm4.internal.salesforce.com.mail>
|
2676
|
+
Subject: hello world
|
2677
|
+
Mime-Version: 1.0
|
2678
|
+
Content-Type: multipart/alternative;
|
2679
|
+
boundary="--==_mimepart_5a7b503bedb91_16d4f3fd4b0440ee895534";
|
2680
|
+
charset=UTF-8
|
2681
|
+
Content-Transfer-Encoding: 7bit
|
2682
|
+
|
2683
|
+
|
2684
|
+
----==_mimepart_5a7b503bedb91_16d4f3fd4b0440ee895534
|
2685
|
+
Content-Type: text/plain;
|
2686
|
+
charset=UTF-8
|
2687
|
+
Content-Transfer-Encoding: 7bit
|
2688
|
+
|
2689
|
+
## Welcome!
|
2690
|
+
|
2691
|
+
----==_mimepart_5a7b503bedb91_16d4f3fd4b0440ee895534
|
2692
|
+
Content-Type: text/html;
|
2693
|
+
charset=UTF-8
|
2694
|
+
Content-Transfer-Encoding: 7bit
|
2695
|
+
|
2696
|
+
<h2 id="welcome">Welcome!</h2>
|
2697
|
+
|
2698
|
+
----==_mimepart_5a7b503bedb91_16d4f3fd4b0440ee895534--
|
2699
|
+
|
2700
|
+
-------------------------------------------------------------
|
2701
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
2702
|
+
-------------------------------------------------------------
|
2703
|
+
----------------------------------------------
|
2704
|
+
ExtActionMailerTest: test_monkeypatch_location
|
2705
|
+
----------------------------------------------
|
2706
|
+
-----------------------------------------------------------
|
2707
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
2708
|
+
-----------------------------------------------------------
|
2709
|
+
---------------------------------------
|
2710
|
+
MarkdownEngineTest: test_can_set_engine
|
2711
|
+
---------------------------------------
|
2712
|
+
----------------------------------------------------------------
|
2713
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
2714
|
+
----------------------------------------------------------------
|
2715
|
+
----------------------------------------------------------
|
2716
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
2717
|
+
----------------------------------------------------------
|
2718
|
+
--------------------------------------------------------
|
2719
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
2720
|
+
--------------------------------------------------------
|
2721
|
+
------------------------------------
|
2722
|
+
MaildownTest: test_no_md_in_response
|
2723
|
+
------------------------------------
|
2724
|
+
------------------------------------
|
2725
|
+
MaildownTest: test_parse_md_response
|
2726
|
+
------------------------------------
|
2727
|
+
--------------------------------------------------------------
|
2728
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
2729
|
+
--------------------------------------------------------------
|
2730
|
+
--------------------------------------------------------------
|
2731
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
2732
|
+
--------------------------------------------------------------
|
2733
|
+
--------------------------------------------------------
|
2734
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
2735
|
+
--------------------------------------------------------
|
2736
|
+
------------------------------------
|
2737
|
+
MaildownTest: test_no_md_in_response
|
2738
|
+
------------------------------------
|
2739
|
+
------------------------------------
|
2740
|
+
MaildownTest: test_parse_md_response
|
2741
|
+
------------------------------------
|
2742
|
+
----------------------------------------------------------------
|
2743
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
2744
|
+
----------------------------------------------------------------
|
2745
|
+
---------------------------------------
|
2746
|
+
MarkdownEngineTest: test_can_set_engine
|
2747
|
+
---------------------------------------
|
2748
|
+
----------------------------------------------------------
|
2749
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
2750
|
+
----------------------------------------------------------
|
2751
|
+
---------------------------
|
2752
|
+
LayoutsTest: test_no_layout
|
2753
|
+
---------------------------
|
2754
|
+
Rendering user_no_layout_mailer/welcome.md.erb
|
2755
|
+
Rendered user_no_layout_mailer/welcome.md.erb (0.7ms)
|
2756
|
+
UserNoLayoutMailer#welcome: processed outbound mail in 25.5ms
|
2757
|
+
Sent mail to foo@example.com (5.3ms)
|
2758
|
+
Date: Wed, 07 Feb 2018 13:16:21 -0600
|
2759
|
+
From: from@example.com
|
2760
|
+
Reply-To: noreply@schneems.com
|
2761
|
+
To: foo@example.com
|
2762
|
+
Message-ID: <5a7b5085bc603_1736d3fc2c083eee867893@rschneeman-ltm4.internal.salesforce.com.mail>
|
2763
|
+
Subject: hello world
|
2764
|
+
Mime-Version: 1.0
|
2765
|
+
Content-Type: multipart/alternative;
|
2766
|
+
boundary="--==_mimepart_5a7b5085bb7e8_1736d3fc2c083eee867764";
|
2767
|
+
charset=UTF-8
|
2768
|
+
Content-Transfer-Encoding: 7bit
|
2769
|
+
|
2770
|
+
|
2771
|
+
----==_mimepart_5a7b5085bb7e8_1736d3fc2c083eee867764
|
2772
|
+
Content-Type: text/plain;
|
2773
|
+
charset=UTF-8
|
2774
|
+
Content-Transfer-Encoding: 7bit
|
2775
|
+
|
2776
|
+
## Welcome!
|
2777
|
+
|
2778
|
+
----==_mimepart_5a7b5085bb7e8_1736d3fc2c083eee867764
|
2779
|
+
Content-Type: text/html;
|
2780
|
+
charset=UTF-8
|
2781
|
+
Content-Transfer-Encoding: 7bit
|
2782
|
+
|
2783
|
+
<h2 id="welcome">Welcome!</h2>
|
2784
|
+
|
2785
|
+
----==_mimepart_5a7b5085bb7e8_1736d3fc2c083eee867764--
|
2786
|
+
|
2787
|
+
-------------------------------------
|
2788
|
+
LayoutsTest: test_layout_renders_fine
|
2789
|
+
-------------------------------------
|
2790
|
+
Rendering user_with_layout_mailer/welcome.md.erb
|
2791
|
+
Rendered user_with_layout_mailer/welcome.md.erb (0.2ms)
|
2792
|
+
Rendering text template within layouts/mail_layout.text.erb
|
2793
|
+
Rendered text template within layouts/mail_layout.text.erb (0.0ms)
|
2794
|
+
Rendering text template within layouts/mail_layout.html.erb
|
2795
|
+
Rendered text template within layouts/mail_layout.html.erb (0.0ms)
|
2796
|
+
UserWithLayoutMailer#welcome: processed outbound mail in 57.9ms
|
2797
|
+
Sent mail to foo@example.com (5.0ms)
|
2798
|
+
Date: Wed, 07 Feb 2018 13:16:21 -0600
|
2799
|
+
From: from@example.com
|
2800
|
+
Reply-To: noreply@schneems.com
|
2801
|
+
To: foo@example.com
|
2802
|
+
Message-ID: <5a7b5085cc75f_1736d3fc2c083eee868035@rschneeman-ltm4.internal.salesforce.com.mail>
|
2803
|
+
Subject: hello world
|
2804
|
+
Mime-Version: 1.0
|
2805
|
+
Content-Type: multipart/alternative;
|
2806
|
+
boundary="--==_mimepart_5a7b5085cbc82_1736d3fc2c083eee8679b5";
|
2807
|
+
charset=UTF-8
|
2808
|
+
Content-Transfer-Encoding: 7bit
|
2809
|
+
|
2810
|
+
|
2811
|
+
----==_mimepart_5a7b5085cbc82_1736d3fc2c083eee8679b5
|
2812
|
+
Content-Type: text/plain;
|
2813
|
+
charset=UTF-8
|
2814
|
+
Content-Transfer-Encoding: 7bit
|
2815
|
+
prefixes: user_with_layout_mailer, application_mailer
|
2816
|
+
template: welcome
|
2817
|
+
layout: layouts/mail_layout.text.erb
|
2818
|
+
|
2819
|
+
TEXT## Welcome!
|
2820
|
+
|
2821
|
+
----==_mimepart_5a7b5085cbc82_1736d3fc2c083eee8679b5
|
2822
|
+
Content-Type: text/html;
|
2823
|
+
charset=UTF-8
|
2824
|
+
Content-Transfer-Encoding: 7bit
|
2825
|
+
prefixes: user_with_layout_mailer, application_mailer
|
2826
|
+
template: welcome
|
2827
|
+
layout: layouts/mail_layout.html.erb
|
2828
|
+
|
2829
|
+
HTML<h2 id="welcome">Welcome!</h2>
|
2830
|
+
|
2831
|
+
----==_mimepart_5a7b5085cbc82_1736d3fc2c083eee8679b5--
|
2832
|
+
|
2833
|
+
-------------------------------------------------------------
|
2834
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
2835
|
+
-------------------------------------------------------------
|
2836
|
+
-----------------------------------------------------------
|
2837
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
2838
|
+
-----------------------------------------------------------
|
2839
|
+
----------------------------------------------
|
2840
|
+
ExtActionMailerTest: test_monkeypatch_location
|
2841
|
+
----------------------------------------------
|
2842
|
+
---------------------------------------
|
2843
|
+
MarkdownEngineTest: test_can_set_engine
|
2844
|
+
---------------------------------------
|
2845
|
+
----------------------------------------------------------
|
2846
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
2847
|
+
----------------------------------------------------------
|
2848
|
+
----------------------------------------------------------------
|
2849
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
2850
|
+
----------------------------------------------------------------
|
2851
|
+
-------------------------------------
|
2852
|
+
LayoutsTest: test_layout_renders_fine
|
2853
|
+
-------------------------------------
|
2854
|
+
Rendering user_with_layout_mailer/welcome.md.erb
|
2855
|
+
Rendered user_with_layout_mailer/welcome.md.erb (1.5ms)
|
2856
|
+
Rendering text template within layouts/mail_layout.text.erb
|
2857
|
+
Rendered text template within layouts/mail_layout.text.erb (0.0ms)
|
2858
|
+
Rendering text template within layouts/mail_layout.html.erb
|
2859
|
+
Rendered text template within layouts/mail_layout.html.erb (0.0ms)
|
2860
|
+
UserWithLayoutMailer#welcome: processed outbound mail in 58.5ms
|
2861
|
+
Sent mail to foo@example.com (7.7ms)
|
2862
|
+
Date: Wed, 07 Feb 2018 13:16:37 -0600
|
2863
|
+
From: from@example.com
|
2864
|
+
Reply-To: noreply@schneems.com
|
2865
|
+
To: foo@example.com
|
2866
|
+
Message-ID: <5a7b509534619_173903fd7f9840ee8625e4@rschneeman-ltm4.internal.salesforce.com.mail>
|
2867
|
+
Subject: hello world
|
2868
|
+
Mime-Version: 1.0
|
2869
|
+
Content-Type: multipart/alternative;
|
2870
|
+
boundary="--==_mimepart_5a7b509533574_173903fd7f9840ee8624bb";
|
2871
|
+
charset=UTF-8
|
2872
|
+
Content-Transfer-Encoding: 7bit
|
2873
|
+
|
2874
|
+
|
2875
|
+
----==_mimepart_5a7b509533574_173903fd7f9840ee8624bb
|
2876
|
+
Content-Type: text/plain;
|
2877
|
+
charset=UTF-8
|
2878
|
+
Content-Transfer-Encoding: 7bit
|
2879
|
+
prefixes: user_with_layout_mailer, application_mailer
|
2880
|
+
template: welcome
|
2881
|
+
layout: layouts/mail_layout.text.erb
|
2882
|
+
|
2883
|
+
TEXT## Welcome!
|
2884
|
+
|
2885
|
+
----==_mimepart_5a7b509533574_173903fd7f9840ee8624bb
|
2886
|
+
Content-Type: text/html;
|
2887
|
+
charset=UTF-8
|
2888
|
+
Content-Transfer-Encoding: 7bit
|
2889
|
+
prefixes: user_with_layout_mailer, application_mailer
|
2890
|
+
template: welcome
|
2891
|
+
layout: layouts/mail_layout.html.erb
|
2892
|
+
|
2893
|
+
HTML<h2 id="welcome">Welcome!</h2>
|
2894
|
+
|
2895
|
+
----==_mimepart_5a7b509533574_173903fd7f9840ee8624bb--
|
2896
|
+
|
2897
|
+
---------------------------
|
2898
|
+
LayoutsTest: test_no_layout
|
2899
|
+
---------------------------
|
2900
|
+
Rendering user_no_layout_mailer/welcome.md.erb
|
2901
|
+
Rendered user_no_layout_mailer/welcome.md.erb (0.2ms)
|
2902
|
+
UserNoLayoutMailer#welcome: processed outbound mail in 24.5ms
|
2903
|
+
Sent mail to foo@example.com (2.3ms)
|
2904
|
+
Date: Wed, 07 Feb 2018 13:16:37 -0600
|
2905
|
+
From: from@example.com
|
2906
|
+
Reply-To: noreply@schneems.com
|
2907
|
+
To: foo@example.com
|
2908
|
+
Message-ID: <5a7b50953c776_173903fd7f9840ee8627ef@rschneeman-ltm4.internal.salesforce.com.mail>
|
2909
|
+
Subject: hello world
|
2910
|
+
Mime-Version: 1.0
|
2911
|
+
Content-Type: multipart/alternative;
|
2912
|
+
boundary="--==_mimepart_5a7b50953c0db_173903fd7f9840ee8626c0";
|
2913
|
+
charset=UTF-8
|
2914
|
+
Content-Transfer-Encoding: 7bit
|
2915
|
+
|
2916
|
+
|
2917
|
+
----==_mimepart_5a7b50953c0db_173903fd7f9840ee8626c0
|
2918
|
+
Content-Type: text/plain;
|
2919
|
+
charset=UTF-8
|
2920
|
+
Content-Transfer-Encoding: 7bit
|
2921
|
+
|
2922
|
+
## Welcome!
|
2923
|
+
|
2924
|
+
----==_mimepart_5a7b50953c0db_173903fd7f9840ee8626c0
|
2925
|
+
Content-Type: text/html;
|
2926
|
+
charset=UTF-8
|
2927
|
+
Content-Transfer-Encoding: 7bit
|
2928
|
+
|
2929
|
+
<h2 id="welcome">Welcome!</h2>
|
2930
|
+
|
2931
|
+
----==_mimepart_5a7b50953c0db_173903fd7f9840ee8626c0--
|
2932
|
+
|
2933
|
+
----------------------------------------------
|
2934
|
+
ExtActionMailerTest: test_monkeypatch_location
|
2935
|
+
----------------------------------------------
|
2936
|
+
-------------------------------------------------------------
|
2937
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
2938
|
+
-------------------------------------------------------------
|
2939
|
+
-----------------------------------------------------------
|
2940
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
2941
|
+
-----------------------------------------------------------
|
2942
|
+
--------------------------------------------------------------
|
2943
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
2944
|
+
--------------------------------------------------------------
|
2945
|
+
--------------------------------------------------------
|
2946
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
2947
|
+
--------------------------------------------------------
|
2948
|
+
------------------------------------
|
2949
|
+
MaildownTest: test_no_md_in_response
|
2950
|
+
------------------------------------
|
2951
|
+
------------------------------------
|
2952
|
+
MaildownTest: test_parse_md_response
|
2953
|
+
------------------------------------
|
2954
|
+
--------------------------------------------------------------
|
2955
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
2956
|
+
--------------------------------------------------------------
|
2957
|
+
------------------------------------
|
2958
|
+
MaildownTest: test_parse_md_response
|
2959
|
+
------------------------------------
|
2960
|
+
--------------------------------------------------------
|
2961
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
2962
|
+
--------------------------------------------------------
|
2963
|
+
------------------------------------
|
2964
|
+
MaildownTest: test_no_md_in_response
|
2965
|
+
------------------------------------
|
2966
|
+
---------------------------
|
2967
|
+
LayoutsTest: test_no_layout
|
2968
|
+
---------------------------
|
2969
|
+
Rendering user_no_layout_mailer/welcome.md.erb
|
2970
|
+
Rendered user_no_layout_mailer/welcome.md.erb (0.8ms)
|
2971
|
+
UserNoLayoutMailer#welcome: processed outbound mail in 31.4ms
|
2972
|
+
Sent mail to foo@example.com (6.1ms)
|
2973
|
+
Date: Wed, 07 Feb 2018 13:16:54 -0600
|
2974
|
+
From: from@example.com
|
2975
|
+
Reply-To: noreply@schneems.com
|
2976
|
+
To: foo@example.com
|
2977
|
+
Message-ID: <5a7b50a657b56_173e83ff112840ee858cf@rschneeman-ltm4.internal.salesforce.com.mail>
|
2978
|
+
Subject: hello world
|
2979
|
+
Mime-Version: 1.0
|
2980
|
+
Content-Type: multipart/alternative;
|
2981
|
+
boundary="--==_mimepart_5a7b50a656458_173e83ff112840ee85780";
|
2982
|
+
charset=UTF-8
|
2983
|
+
Content-Transfer-Encoding: 7bit
|
2984
|
+
|
2985
|
+
|
2986
|
+
----==_mimepart_5a7b50a656458_173e83ff112840ee85780
|
2987
|
+
Content-Type: text/plain;
|
2988
|
+
charset=UTF-8
|
2989
|
+
Content-Transfer-Encoding: 7bit
|
2990
|
+
|
2991
|
+
## Welcome!
|
2992
|
+
|
2993
|
+
----==_mimepart_5a7b50a656458_173e83ff112840ee85780
|
2994
|
+
Content-Type: text/html;
|
2995
|
+
charset=UTF-8
|
2996
|
+
Content-Transfer-Encoding: 7bit
|
2997
|
+
|
2998
|
+
<h2 id="welcome">Welcome!</h2>
|
2999
|
+
|
3000
|
+
----==_mimepart_5a7b50a656458_173e83ff112840ee85780--
|
3001
|
+
|
3002
|
+
-------------------------------------
|
3003
|
+
LayoutsTest: test_layout_renders_fine
|
3004
|
+
-------------------------------------
|
3005
|
+
Rendering user_with_layout_mailer/welcome.md.erb
|
3006
|
+
Rendered user_with_layout_mailer/welcome.md.erb (0.2ms)
|
3007
|
+
Rendering text template within layouts/mail_layout.text.erb
|
3008
|
+
Rendered text template within layouts/mail_layout.text.erb (0.0ms)
|
3009
|
+
Rendering text template within layouts/mail_layout.html.erb
|
3010
|
+
Rendered text template within layouts/mail_layout.html.erb (0.0ms)
|
3011
|
+
UserWithLayoutMailer#welcome: processed outbound mail in 51.7ms
|
3012
|
+
Sent mail to foo@example.com (3.2ms)
|
3013
|
+
Date: Wed, 07 Feb 2018 13:16:54 -0600
|
3014
|
+
From: from@example.com
|
3015
|
+
Reply-To: noreply@schneems.com
|
3016
|
+
To: foo@example.com
|
3017
|
+
Message-ID: <5a7b50a665d8b_173e83ff112840ee860cb@rschneeman-ltm4.internal.salesforce.com.mail>
|
3018
|
+
Subject: hello world
|
3019
|
+
Mime-Version: 1.0
|
3020
|
+
Content-Type: multipart/alternative;
|
3021
|
+
boundary="--==_mimepart_5a7b50a6657da_173e83ff112840ee85915";
|
3022
|
+
charset=UTF-8
|
3023
|
+
Content-Transfer-Encoding: 7bit
|
3024
|
+
|
3025
|
+
|
3026
|
+
----==_mimepart_5a7b50a6657da_173e83ff112840ee85915
|
3027
|
+
Content-Type: text/plain;
|
3028
|
+
charset=UTF-8
|
3029
|
+
Content-Transfer-Encoding: 7bit
|
3030
|
+
prefixes: user_with_layout_mailer, application_mailer
|
3031
|
+
template: welcome
|
3032
|
+
layout: layouts/mail_layout.text.erb
|
3033
|
+
|
3034
|
+
TEXT## Welcome!
|
3035
|
+
|
3036
|
+
----==_mimepart_5a7b50a6657da_173e83ff112840ee85915
|
3037
|
+
Content-Type: text/html;
|
3038
|
+
charset=UTF-8
|
3039
|
+
Content-Transfer-Encoding: 7bit
|
3040
|
+
prefixes: user_with_layout_mailer, application_mailer
|
3041
|
+
template: welcome
|
3042
|
+
layout: layouts/mail_layout.html.erb
|
3043
|
+
|
3044
|
+
HTML<h2 id="welcome">Welcome!</h2>
|
3045
|
+
|
3046
|
+
----==_mimepart_5a7b50a6657da_173e83ff112840ee85915--
|
3047
|
+
|
3048
|
+
---------------------------------------
|
3049
|
+
MarkdownEngineTest: test_can_set_engine
|
3050
|
+
---------------------------------------
|
3051
|
+
----------------------------------------------------------------
|
3052
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
3053
|
+
----------------------------------------------------------------
|
3054
|
+
----------------------------------------------------------
|
3055
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
3056
|
+
----------------------------------------------------------
|
3057
|
+
-----------------------------------------------------------
|
3058
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
3059
|
+
-----------------------------------------------------------
|
3060
|
+
----------------------------------------------
|
3061
|
+
ExtActionMailerTest: test_monkeypatch_location
|
3062
|
+
----------------------------------------------
|
3063
|
+
-------------------------------------------------------------
|
3064
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
3065
|
+
-------------------------------------------------------------
|
3066
|
+
-------------------------------------
|
3067
|
+
LayoutsTest: test_layout_renders_fine
|
3068
|
+
-------------------------------------
|
3069
|
+
Rendering user_with_layout_mailer/welcome.md.erb
|
3070
|
+
Rendered user_with_layout_mailer/welcome.md.erb (0.9ms)
|
3071
|
+
Rendering text template within layouts/mail_layout.text.erb
|
3072
|
+
Rendered text template within layouts/mail_layout.text.erb (0.0ms)
|
3073
|
+
Rendering text template within layouts/mail_layout.html.erb
|
3074
|
+
Rendered text template within layouts/mail_layout.html.erb (0.0ms)
|
3075
|
+
UserWithLayoutMailer#welcome: processed outbound mail in 95.7ms
|
3076
|
+
Sent mail to foo@example.com (7.5ms)
|
3077
|
+
Date: Wed, 07 Feb 2018 13:17:09 -0600
|
3078
|
+
From: from@example.com
|
3079
|
+
Reply-To: noreply@schneems.com
|
3080
|
+
To: foo@example.com
|
3081
|
+
Message-ID: <5a7b50b53bdf1_174cd3fd8a543eed8388f7@rschneeman-ltm4.internal.salesforce.com.mail>
|
3082
|
+
Subject: hello world
|
3083
|
+
Mime-Version: 1.0
|
3084
|
+
Content-Type: multipart/alternative;
|
3085
|
+
boundary="--==_mimepart_5a7b50b53b16e_174cd3fd8a543eed8387a1";
|
3086
|
+
charset=UTF-8
|
3087
|
+
Content-Transfer-Encoding: 7bit
|
3088
|
+
|
3089
|
+
|
3090
|
+
----==_mimepart_5a7b50b53b16e_174cd3fd8a543eed8387a1
|
3091
|
+
Content-Type: text/plain;
|
3092
|
+
charset=UTF-8
|
3093
|
+
Content-Transfer-Encoding: 7bit
|
3094
|
+
prefixes: user_with_layout_mailer, application_mailer
|
3095
|
+
template: welcome
|
3096
|
+
layout: layouts/mail_layout.text.erb
|
3097
|
+
|
3098
|
+
TEXT## Welcome!
|
3099
|
+
|
3100
|
+
----==_mimepart_5a7b50b53b16e_174cd3fd8a543eed8387a1
|
3101
|
+
Content-Type: text/html;
|
3102
|
+
charset=UTF-8
|
3103
|
+
Content-Transfer-Encoding: 7bit
|
3104
|
+
prefixes: user_with_layout_mailer, application_mailer
|
3105
|
+
template: welcome
|
3106
|
+
layout: layouts/mail_layout.html.erb
|
3107
|
+
|
3108
|
+
HTML<h2 id="welcome">Welcome!</h2>
|
3109
|
+
|
3110
|
+
----==_mimepart_5a7b50b53b16e_174cd3fd8a543eed8387a1--
|
3111
|
+
|
3112
|
+
---------------------------
|
3113
|
+
LayoutsTest: test_no_layout
|
3114
|
+
---------------------------
|
3115
|
+
Rendering user_no_layout_mailer/welcome.md.erb
|
3116
|
+
Rendered user_no_layout_mailer/welcome.md.erb (0.2ms)
|
3117
|
+
UserNoLayoutMailer#welcome: processed outbound mail in 25.2ms
|
3118
|
+
Sent mail to foo@example.com (2.0ms)
|
3119
|
+
Date: Wed, 07 Feb 2018 13:17:09 -0600
|
3120
|
+
From: from@example.com
|
3121
|
+
Reply-To: noreply@schneems.com
|
3122
|
+
To: foo@example.com
|
3123
|
+
Message-ID: <5a7b50b5446e4_174cd3fd8a543eed8390c@rschneeman-ltm4.internal.salesforce.com.mail>
|
3124
|
+
Subject: hello world
|
3125
|
+
Mime-Version: 1.0
|
3126
|
+
Content-Type: multipart/alternative;
|
3127
|
+
boundary="--==_mimepart_5a7b50b544174_174cd3fd8a543eed83897f";
|
3128
|
+
charset=UTF-8
|
3129
|
+
Content-Transfer-Encoding: 7bit
|
3130
|
+
|
3131
|
+
|
3132
|
+
----==_mimepart_5a7b50b544174_174cd3fd8a543eed83897f
|
3133
|
+
Content-Type: text/plain;
|
3134
|
+
charset=UTF-8
|
3135
|
+
Content-Transfer-Encoding: 7bit
|
3136
|
+
|
3137
|
+
## Welcome!
|
3138
|
+
|
3139
|
+
----==_mimepart_5a7b50b544174_174cd3fd8a543eed83897f
|
3140
|
+
Content-Type: text/html;
|
3141
|
+
charset=UTF-8
|
3142
|
+
Content-Transfer-Encoding: 7bit
|
3143
|
+
|
3144
|
+
<h2 id="welcome">Welcome!</h2>
|
3145
|
+
|
3146
|
+
----==_mimepart_5a7b50b544174_174cd3fd8a543eed83897f--
|
3147
|
+
|
3148
|
+
---------------------------------------
|
3149
|
+
MarkdownEngineTest: test_can_set_engine
|
3150
|
+
---------------------------------------
|
3151
|
+
----------------------------------------------------------------
|
3152
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
3153
|
+
----------------------------------------------------------------
|
3154
|
+
----------------------------------------------------------
|
3155
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
3156
|
+
----------------------------------------------------------
|
3157
|
+
--------------------------------------------------------------
|
3158
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
3159
|
+
--------------------------------------------------------------
|
3160
|
+
------------------------------------
|
3161
|
+
MaildownTest: test_no_md_in_response
|
3162
|
+
------------------------------------
|
3163
|
+
------------------------------------
|
3164
|
+
MaildownTest: test_parse_md_response
|
3165
|
+
------------------------------------
|
3166
|
+
--------------------------------------------------------
|
3167
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
3168
|
+
--------------------------------------------------------
|
3169
|
+
-----------------------------------------------------------
|
3170
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
3171
|
+
-----------------------------------------------------------
|
3172
|
+
----------------------------------------------
|
3173
|
+
ExtActionMailerTest: test_monkeypatch_location
|
3174
|
+
----------------------------------------------
|
3175
|
+
-------------------------------------------------------------
|
3176
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
3177
|
+
-------------------------------------------------------------
|
3178
|
+
-------------------------------------
|
3179
|
+
LayoutsTest: test_layout_renders_fine
|
3180
|
+
-------------------------------------
|
3181
|
+
Rendering user_with_layout_mailer/welcome.md.erb
|
3182
|
+
Rendered user_with_layout_mailer/welcome.md.erb (0.9ms)
|
3183
|
+
Rendering text template within layouts/mail_layout.text.erb
|
3184
|
+
Rendered text template within layouts/mail_layout.text.erb (0.0ms)
|
3185
|
+
Rendering text template within layouts/mail_layout.html.erb
|
3186
|
+
Rendered text template within layouts/mail_layout.html.erb (0.0ms)
|
3187
|
+
UserWithLayoutMailer#welcome: processed outbound mail in 94.6ms
|
3188
|
+
Sent mail to foo@example.com (5.9ms)
|
3189
|
+
Date: Wed, 07 Feb 2018 13:18:46 -0600
|
3190
|
+
From: from@example.com
|
3191
|
+
Reply-To: noreply@schneems.com
|
3192
|
+
To: foo@example.com
|
3193
|
+
Message-ID: <5a7b511684958_174fd3fe911c40ee892827@rschneeman-ltm4.internal.salesforce.com.mail>
|
3194
|
+
Subject: hello world
|
3195
|
+
Mime-Version: 1.0
|
3196
|
+
Content-Type: multipart/alternative;
|
3197
|
+
boundary="--==_mimepart_5a7b511683172_174fd3fe911c40ee89273c";
|
3198
|
+
charset=UTF-8
|
3199
|
+
Content-Transfer-Encoding: 7bit
|
3200
|
+
|
3201
|
+
|
3202
|
+
----==_mimepart_5a7b511683172_174fd3fe911c40ee89273c
|
3203
|
+
Content-Type: text/plain;
|
3204
|
+
charset=UTF-8
|
3205
|
+
Content-Transfer-Encoding: 7bit
|
3206
|
+
prefixes: user_with_layout_mailer, application_mailer
|
3207
|
+
template: welcome
|
3208
|
+
layout: layouts/mail_layout.text.erb
|
3209
|
+
|
3210
|
+
TEXT## Welcome!
|
3211
|
+
|
3212
|
+
----==_mimepart_5a7b511683172_174fd3fe911c40ee89273c
|
3213
|
+
Content-Type: text/html;
|
3214
|
+
charset=UTF-8
|
3215
|
+
Content-Transfer-Encoding: 7bit
|
3216
|
+
prefixes: user_with_layout_mailer, application_mailer
|
3217
|
+
template: welcome
|
3218
|
+
layout: layouts/mail_layout.html.erb
|
3219
|
+
|
3220
|
+
HTML<h2 id="welcome">Welcome!</h2>
|
3221
|
+
|
3222
|
+
----==_mimepart_5a7b511683172_174fd3fe911c40ee89273c--
|
3223
|
+
|
3224
|
+
---------------------------
|
3225
|
+
LayoutsTest: test_no_layout
|
3226
|
+
---------------------------
|
3227
|
+
Rendering user_no_layout_mailer/welcome.md.erb
|
3228
|
+
Rendered user_no_layout_mailer/welcome.md.erb (0.4ms)
|
3229
|
+
UserNoLayoutMailer#welcome: processed outbound mail in 23.2ms
|
3230
|
+
Sent mail to foo@example.com (2.7ms)
|
3231
|
+
Date: Wed, 07 Feb 2018 13:18:46 -0600
|
3232
|
+
From: from@example.com
|
3233
|
+
Reply-To: noreply@schneems.com
|
3234
|
+
To: foo@example.com
|
3235
|
+
Message-ID: <5a7b51168c2fb_174fd3fe911c40ee8930da@rschneeman-ltm4.internal.salesforce.com.mail>
|
3236
|
+
Subject: hello world
|
3237
|
+
Mime-Version: 1.0
|
3238
|
+
Content-Type: multipart/alternative;
|
3239
|
+
boundary="--==_mimepart_5a7b51168bd21_174fd3fe911c40ee892982";
|
3240
|
+
charset=UTF-8
|
3241
|
+
Content-Transfer-Encoding: 7bit
|
3242
|
+
|
3243
|
+
|
3244
|
+
----==_mimepart_5a7b51168bd21_174fd3fe911c40ee892982
|
3245
|
+
Content-Type: text/plain;
|
3246
|
+
charset=UTF-8
|
3247
|
+
Content-Transfer-Encoding: 7bit
|
3248
|
+
|
3249
|
+
## Welcome!
|
3250
|
+
|
3251
|
+
----==_mimepart_5a7b51168bd21_174fd3fe911c40ee892982
|
3252
|
+
Content-Type: text/html;
|
3253
|
+
charset=UTF-8
|
3254
|
+
Content-Transfer-Encoding: 7bit
|
3255
|
+
|
3256
|
+
<h2 id="welcome">Welcome!</h2>
|
3257
|
+
|
3258
|
+
----==_mimepart_5a7b51168bd21_174fd3fe911c40ee892982--
|
3259
|
+
|
3260
|
+
---------------------------------------
|
3261
|
+
MarkdownEngineTest: test_can_set_engine
|
3262
|
+
---------------------------------------
|
3263
|
+
----------------------------------------------------------------
|
3264
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
3265
|
+
----------------------------------------------------------------
|
3266
|
+
----------------------------------------------------------
|
3267
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
3268
|
+
----------------------------------------------------------
|
3269
|
+
--------------------------------------------------------
|
3270
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
3271
|
+
--------------------------------------------------------
|
3272
|
+
--------------------------------------------------------------
|
3273
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
3274
|
+
--------------------------------------------------------------
|
3275
|
+
------------------------------------
|
3276
|
+
MaildownTest: test_no_md_in_response
|
3277
|
+
------------------------------------
|
3278
|
+
------------------------------------
|
3279
|
+
MaildownTest: test_parse_md_response
|
3280
|
+
------------------------------------
|
3281
|
+
-----------------------------------------------------------
|
3282
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
3283
|
+
-----------------------------------------------------------
|
3284
|
+
-------------------------------------------------------------
|
3285
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
3286
|
+
-------------------------------------------------------------
|
3287
|
+
----------------------------------------------
|
3288
|
+
ExtActionMailerTest: test_monkeypatch_location
|
3289
|
+
----------------------------------------------
|
3290
|
+
-------------------------------------
|
3291
|
+
LayoutsTest: test_layout_renders_fine
|
3292
|
+
-------------------------------------
|
3293
|
+
Rendering user_with_layout_mailer/welcome.md.erb
|
3294
|
+
Rendered user_with_layout_mailer/welcome.md.erb (0.8ms)
|
3295
|
+
Rendering text template within layouts/mail_layout.text.erb
|
3296
|
+
Rendered text template within layouts/mail_layout.text.erb (0.0ms)
|
3297
|
+
Rendering text template within layouts/mail_layout.html.erb
|
3298
|
+
Rendered text template within layouts/mail_layout.html.erb (0.0ms)
|
3299
|
+
UserWithLayoutMailer#welcome: processed outbound mail in 94.7ms
|
3300
|
+
Sent mail to foo@example.com (5.6ms)
|
3301
|
+
Date: Wed, 07 Feb 2018 13:19:16 -0600
|
3302
|
+
From: from@example.com
|
3303
|
+
Reply-To: noreply@schneems.com
|
3304
|
+
To: foo@example.com
|
3305
|
+
Message-ID: <5a7b5134801c6_175253fe5c8430ee878943@rschneeman-ltm4.internal.salesforce.com.mail>
|
3306
|
+
Subject: hello world
|
3307
|
+
Mime-Version: 1.0
|
3308
|
+
Content-Type: multipart/alternative;
|
3309
|
+
boundary="--==_mimepart_5a7b51347f4f9_175253fe5c8430ee8788e4";
|
3310
|
+
charset=UTF-8
|
3311
|
+
Content-Transfer-Encoding: 7bit
|
3312
|
+
|
3313
|
+
|
3314
|
+
----==_mimepart_5a7b51347f4f9_175253fe5c8430ee8788e4
|
3315
|
+
Content-Type: text/plain;
|
3316
|
+
charset=UTF-8
|
3317
|
+
Content-Transfer-Encoding: 7bit
|
3318
|
+
prefixes: user_with_layout_mailer, application_mailer
|
3319
|
+
template: welcome
|
3320
|
+
layout: layouts/mail_layout.text.erb
|
3321
|
+
|
3322
|
+
TEXT## Welcome!
|
3323
|
+
|
3324
|
+
----==_mimepart_5a7b51347f4f9_175253fe5c8430ee8788e4
|
3325
|
+
Content-Type: text/html;
|
3326
|
+
charset=UTF-8
|
3327
|
+
Content-Transfer-Encoding: 7bit
|
3328
|
+
prefixes: user_with_layout_mailer, application_mailer
|
3329
|
+
template: welcome
|
3330
|
+
layout: layouts/mail_layout.html.erb
|
3331
|
+
|
3332
|
+
HTML<h2 id="welcome">Welcome!</h2>
|
3333
|
+
|
3334
|
+
----==_mimepart_5a7b51347f4f9_175253fe5c8430ee8788e4--
|
3335
|
+
|
3336
|
+
---------------------------
|
3337
|
+
LayoutsTest: test_no_layout
|
3338
|
+
---------------------------
|
3339
|
+
Rendering user_no_layout_mailer/welcome.md.erb
|
3340
|
+
Rendered user_no_layout_mailer/welcome.md.erb (0.3ms)
|
3341
|
+
UserNoLayoutMailer#welcome: processed outbound mail in 22.8ms
|
3342
|
+
Sent mail to foo@example.com (2.2ms)
|
3343
|
+
Date: Wed, 07 Feb 2018 13:19:16 -0600
|
3344
|
+
From: from@example.com
|
3345
|
+
Reply-To: noreply@schneems.com
|
3346
|
+
To: foo@example.com
|
3347
|
+
Message-ID: <5a7b5134875a3_175253fe5c8430ee879157@rschneeman-ltm4.internal.salesforce.com.mail>
|
3348
|
+
Subject: hello world
|
3349
|
+
Mime-Version: 1.0
|
3350
|
+
Content-Type: multipart/alternative;
|
3351
|
+
boundary="--==_mimepart_5a7b5134870bc_175253fe5c8430ee87901a";
|
3352
|
+
charset=UTF-8
|
3353
|
+
Content-Transfer-Encoding: 7bit
|
3354
|
+
|
3355
|
+
|
3356
|
+
----==_mimepart_5a7b5134870bc_175253fe5c8430ee87901a
|
3357
|
+
Content-Type: text/plain;
|
3358
|
+
charset=UTF-8
|
3359
|
+
Content-Transfer-Encoding: 7bit
|
3360
|
+
|
3361
|
+
## Welcome!
|
3362
|
+
|
3363
|
+
----==_mimepart_5a7b5134870bc_175253fe5c8430ee87901a
|
3364
|
+
Content-Type: text/html;
|
3365
|
+
charset=UTF-8
|
3366
|
+
Content-Transfer-Encoding: 7bit
|
3367
|
+
|
3368
|
+
<h2 id="welcome">Welcome!</h2>
|
3369
|
+
|
3370
|
+
----==_mimepart_5a7b5134870bc_175253fe5c8430ee87901a--
|
3371
|
+
|
3372
|
+
------------------------------------
|
3373
|
+
MaildownTest: test_parse_md_response
|
3374
|
+
------------------------------------
|
3375
|
+
--------------------------------------------------------------
|
3376
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
3377
|
+
--------------------------------------------------------------
|
3378
|
+
------------------------------------
|
3379
|
+
MaildownTest: test_no_md_in_response
|
3380
|
+
------------------------------------
|
3381
|
+
--------------------------------------------------------
|
3382
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
3383
|
+
--------------------------------------------------------
|
3384
|
+
---------------------------------------
|
3385
|
+
MarkdownEngineTest: test_can_set_engine
|
3386
|
+
---------------------------------------
|
3387
|
+
----------------------------------------------------------------
|
3388
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
3389
|
+
----------------------------------------------------------------
|
3390
|
+
----------------------------------------------------------
|
3391
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
3392
|
+
----------------------------------------------------------
|
3393
|
+
-----------------------------------------------------------
|
3394
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
3395
|
+
-----------------------------------------------------------
|
3396
|
+
-------------------------------------------------------------
|
3397
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
3398
|
+
-------------------------------------------------------------
|
3399
|
+
----------------------------------------------
|
3400
|
+
ExtActionMailerTest: test_monkeypatch_location
|
3401
|
+
----------------------------------------------
|
3402
|
+
------------------------------------
|
3403
|
+
MaildownTest: test_no_md_in_response
|
3404
|
+
------------------------------------
|
3405
|
+
------------------------------------
|
3406
|
+
MaildownTest: test_parse_md_response
|
3407
|
+
------------------------------------
|
3408
|
+
--------------------------------------------------------------
|
3409
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
3410
|
+
--------------------------------------------------------------
|
3411
|
+
--------------------------------------------------------
|
3412
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
3413
|
+
--------------------------------------------------------
|
3414
|
+
----------------------------------------------------------------
|
3415
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
3416
|
+
----------------------------------------------------------------
|
3417
|
+
---------------------------------------
|
3418
|
+
MarkdownEngineTest: test_can_set_engine
|
3419
|
+
---------------------------------------
|
3420
|
+
----------------------------------------------------------
|
3421
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
3422
|
+
----------------------------------------------------------
|
3423
|
+
-------------------------------------
|
3424
|
+
LayoutsTest: test_layout_renders_fine
|
3425
|
+
-------------------------------------
|
3426
|
+
Rendering user_with_layout_mailer/welcome.md.erb
|
3427
|
+
Rendered user_with_layout_mailer/welcome.md.erb (0.8ms)
|
3428
|
+
Rendering text template within layouts/mail_layout.text.erb
|
3429
|
+
Rendered text template within layouts/mail_layout.text.erb (0.0ms)
|
3430
|
+
Rendering text template within layouts/mail_layout.html.erb
|
3431
|
+
Rendered text template within layouts/mail_layout.html.erb (0.0ms)
|
3432
|
+
UserWithLayoutMailer#welcome: processed outbound mail in 55.9ms
|
3433
|
+
Sent mail to foo@example.com (7.8ms)
|
3434
|
+
Date: Wed, 07 Feb 2018 13:19:44 -0600
|
3435
|
+
From: from@example.com
|
3436
|
+
Reply-To: noreply@schneems.com
|
3437
|
+
To: foo@example.com
|
3438
|
+
Message-ID: <5a7b5150c85c5_1756b3fc1e7440ed81688b@rschneeman-ltm4.internal.salesforce.com.mail>
|
3439
|
+
Subject: hello world
|
3440
|
+
Mime-Version: 1.0
|
3441
|
+
Content-Type: multipart/alternative;
|
3442
|
+
boundary="--==_mimepart_5a7b5150c7712_1756b3fc1e7440ed8167c7";
|
3443
|
+
charset=UTF-8
|
3444
|
+
Content-Transfer-Encoding: 7bit
|
3445
|
+
|
3446
|
+
|
3447
|
+
----==_mimepart_5a7b5150c7712_1756b3fc1e7440ed8167c7
|
3448
|
+
Content-Type: text/plain;
|
3449
|
+
charset=UTF-8
|
3450
|
+
Content-Transfer-Encoding: 7bit
|
3451
|
+
prefixes: user_with_layout_mailer, application_mailer
|
3452
|
+
template: welcome
|
3453
|
+
layout: layouts/mail_layout.text.erb
|
3454
|
+
|
3455
|
+
TEXT## Welcome!
|
3456
|
+
|
3457
|
+
----==_mimepart_5a7b5150c7712_1756b3fc1e7440ed8167c7
|
3458
|
+
Content-Type: text/html;
|
3459
|
+
charset=UTF-8
|
3460
|
+
Content-Transfer-Encoding: 7bit
|
3461
|
+
prefixes: user_with_layout_mailer, application_mailer
|
3462
|
+
template: welcome
|
3463
|
+
layout: layouts/mail_layout.html.erb
|
3464
|
+
|
3465
|
+
HTML<h2 id="welcome">Welcome!</h2>
|
3466
|
+
|
3467
|
+
----==_mimepart_5a7b5150c7712_1756b3fc1e7440ed8167c7--
|
3468
|
+
|
3469
|
+
---------------------------
|
3470
|
+
LayoutsTest: test_no_layout
|
3471
|
+
---------------------------
|
3472
|
+
Rendering user_no_layout_mailer/welcome.md.erb
|
3473
|
+
Rendered user_no_layout_mailer/welcome.md.erb (0.2ms)
|
3474
|
+
UserNoLayoutMailer#welcome: processed outbound mail in 25.1ms
|
3475
|
+
Sent mail to foo@example.com (4.1ms)
|
3476
|
+
Date: Wed, 07 Feb 2018 13:19:44 -0600
|
3477
|
+
From: from@example.com
|
3478
|
+
Reply-To: noreply@schneems.com
|
3479
|
+
To: foo@example.com
|
3480
|
+
Message-ID: <5a7b5150d12f7_1756b3fc1e7440ed8170ac@rschneeman-ltm4.internal.salesforce.com.mail>
|
3481
|
+
Subject: hello world
|
3482
|
+
Mime-Version: 1.0
|
3483
|
+
Content-Type: multipart/alternative;
|
3484
|
+
boundary="--==_mimepart_5a7b5150d07b6_1756b3fc1e7440ed8169b3";
|
3485
|
+
charset=UTF-8
|
3486
|
+
Content-Transfer-Encoding: 7bit
|
3487
|
+
|
3488
|
+
|
3489
|
+
----==_mimepart_5a7b5150d07b6_1756b3fc1e7440ed8169b3
|
3490
|
+
Content-Type: text/plain;
|
3491
|
+
charset=UTF-8
|
3492
|
+
Content-Transfer-Encoding: 7bit
|
3493
|
+
|
3494
|
+
## Welcome!
|
3495
|
+
|
3496
|
+
----==_mimepart_5a7b5150d07b6_1756b3fc1e7440ed8169b3
|
3497
|
+
Content-Type: text/html;
|
3498
|
+
charset=UTF-8
|
3499
|
+
Content-Transfer-Encoding: 7bit
|
3500
|
+
|
3501
|
+
<h2 id="welcome">Welcome!</h2>
|
3502
|
+
|
3503
|
+
----==_mimepart_5a7b5150d07b6_1756b3fc1e7440ed8169b3--
|
3504
|
+
|
3505
|
+
-----------------------------------------------------------
|
3506
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
3507
|
+
-----------------------------------------------------------
|
3508
|
+
-------------------------------------------------------------
|
3509
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
3510
|
+
-------------------------------------------------------------
|
3511
|
+
----------------------------------------------
|
3512
|
+
ExtActionMailerTest: test_monkeypatch_location
|
3513
|
+
----------------------------------------------
|
3514
|
+
--------------------------------------------------------------
|
3515
|
+
MaildownTest: test_allow_indentation_strips_leading_whitespace
|
3516
|
+
--------------------------------------------------------------
|
3517
|
+
--------------------------------------------------------
|
3518
|
+
MaildownTest: test_whitespace_is_not_stripped_by_default
|
3519
|
+
--------------------------------------------------------
|
3520
|
+
------------------------------------
|
3521
|
+
MaildownTest: test_no_md_in_response
|
3522
|
+
------------------------------------
|
3523
|
+
------------------------------------
|
3524
|
+
MaildownTest: test_parse_md_response
|
3525
|
+
------------------------------------
|
3526
|
+
-------------------------------------
|
3527
|
+
LayoutsTest: test_layout_renders_fine
|
3528
|
+
-------------------------------------
|
3529
|
+
Rendering user_with_layout_mailer/welcome.md.erb
|
3530
|
+
Rendered user_with_layout_mailer/welcome.md.erb (0.9ms)
|
3531
|
+
Rendering text template within layouts/mail_layout.text.erb
|
3532
|
+
Rendered text template within layouts/mail_layout.text.erb (0.0ms)
|
3533
|
+
Rendering text template within layouts/mail_layout.html.erb
|
3534
|
+
Rendered text template within layouts/mail_layout.html.erb (0.0ms)
|
3535
|
+
UserWithLayoutMailer#welcome: processed outbound mail in 59.3ms
|
3536
|
+
Sent mail to foo@example.com (7.5ms)
|
3537
|
+
Date: Wed, 07 Feb 2018 13:19:52 -0600
|
3538
|
+
From: from@example.com
|
3539
|
+
Reply-To: noreply@schneems.com
|
3540
|
+
To: foo@example.com
|
3541
|
+
Message-ID: <5a7b51585d81f_175843ff254c40ed89535@rschneeman-ltm4.internal.salesforce.com.mail>
|
3542
|
+
Subject: hello world
|
3543
|
+
Mime-Version: 1.0
|
3544
|
+
Content-Type: multipart/alternative;
|
3545
|
+
boundary="--==_mimepart_5a7b51585c2a4_175843ff254c40ed8952b5";
|
3546
|
+
charset=UTF-8
|
3547
|
+
Content-Transfer-Encoding: 7bit
|
3548
|
+
|
3549
|
+
|
3550
|
+
----==_mimepart_5a7b51585c2a4_175843ff254c40ed8952b5
|
3551
|
+
Content-Type: text/plain;
|
3552
|
+
charset=UTF-8
|
3553
|
+
Content-Transfer-Encoding: 7bit
|
3554
|
+
prefixes: user_with_layout_mailer, application_mailer
|
3555
|
+
template: welcome
|
3556
|
+
layout: layouts/mail_layout.text.erb
|
3557
|
+
|
3558
|
+
TEXT## Welcome!
|
3559
|
+
|
3560
|
+
----==_mimepart_5a7b51585c2a4_175843ff254c40ed8952b5
|
3561
|
+
Content-Type: text/html;
|
3562
|
+
charset=UTF-8
|
3563
|
+
Content-Transfer-Encoding: 7bit
|
3564
|
+
prefixes: user_with_layout_mailer, application_mailer
|
3565
|
+
template: welcome
|
3566
|
+
layout: layouts/mail_layout.html.erb
|
3567
|
+
|
3568
|
+
HTML<h2 id="welcome">Welcome!</h2>
|
3569
|
+
|
3570
|
+
----==_mimepart_5a7b51585c2a4_175843ff254c40ed8952b5--
|
3571
|
+
|
3572
|
+
---------------------------
|
3573
|
+
LayoutsTest: test_no_layout
|
3574
|
+
---------------------------
|
3575
|
+
Rendering user_no_layout_mailer/welcome.md.erb
|
3576
|
+
Rendered user_no_layout_mailer/welcome.md.erb (0.3ms)
|
3577
|
+
UserNoLayoutMailer#welcome: processed outbound mail in 28.6ms
|
3578
|
+
Sent mail to foo@example.com (2.8ms)
|
3579
|
+
Date: Wed, 07 Feb 2018 13:19:52 -0600
|
3580
|
+
From: from@example.com
|
3581
|
+
Reply-To: noreply@schneems.com
|
3582
|
+
To: foo@example.com
|
3583
|
+
Message-ID: <5a7b5158666d7_175843ff254c40ed8955fd@rschneeman-ltm4.internal.salesforce.com.mail>
|
3584
|
+
Subject: hello world
|
3585
|
+
Mime-Version: 1.0
|
3586
|
+
Content-Type: multipart/alternative;
|
3587
|
+
boundary="--==_mimepart_5a7b515865da7_175843ff254c40ed89543f";
|
3588
|
+
charset=UTF-8
|
3589
|
+
Content-Transfer-Encoding: 7bit
|
3590
|
+
|
3591
|
+
|
3592
|
+
----==_mimepart_5a7b515865da7_175843ff254c40ed89543f
|
3593
|
+
Content-Type: text/plain;
|
3594
|
+
charset=UTF-8
|
3595
|
+
Content-Transfer-Encoding: 7bit
|
3596
|
+
|
3597
|
+
## Welcome!
|
3598
|
+
|
3599
|
+
----==_mimepart_5a7b515865da7_175843ff254c40ed89543f
|
3600
|
+
Content-Type: text/html;
|
3601
|
+
charset=UTF-8
|
3602
|
+
Content-Transfer-Encoding: 7bit
|
3603
|
+
|
3604
|
+
<h2 id="welcome">Welcome!</h2>
|
3605
|
+
|
3606
|
+
----==_mimepart_5a7b515865da7_175843ff254c40ed89543f--
|
3607
|
+
|
3608
|
+
----------------------------------------------------------------
|
3609
|
+
MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
|
3610
|
+
----------------------------------------------------------------
|
3611
|
+
----------------------------------------------------------
|
3612
|
+
MarkdownEngineTest: test_default_works_in_multiple_threads
|
3613
|
+
----------------------------------------------------------
|
3614
|
+
---------------------------------------
|
3615
|
+
MarkdownEngineTest: test_can_set_engine
|
3616
|
+
---------------------------------------
|
3617
|
+
----------------------------------------------
|
3618
|
+
ExtActionMailerTest: test_monkeypatch_location
|
3619
|
+
----------------------------------------------
|
3620
|
+
-------------------------------------------------------------
|
3621
|
+
ExtActionMailerTest: test_default_types_on_action_mailer_base
|
3622
|
+
-------------------------------------------------------------
|
3623
|
+
-----------------------------------------------------------
|
3624
|
+
ExtActionMailerTest: test_correctly_registered_md_mime_type
|
3625
|
+
-----------------------------------------------------------
|