Commit 97eb49b
File tree
9 files changed
+87
-6
lines changedFilter options
- src/Symfony
- Bridge/Twig
- Mime
- Tests/Mime
- Bundle/TwigBundle/Resources/config
- Component
- Mailer
- EventListener
- Tests/EventListener
- Mime
9 files changed
+87
-6
lines changedsrc/Symfony/Bridge/Twig/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/CHANGELOG.md+1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| 9 | + |
9 | 10 |
|
10 | 11 |
|
11 | 12 |
|
|
src/Symfony/Bridge/Twig/Mime/TemplatedEmail.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Mime/TemplatedEmail.php+20-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| 21 | + |
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
25 | 26 |
|
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
26 | 44 |
|
27 | 45 |
|
28 | 46 |
|
| ||
100 | 118 |
|
101 | 119 |
|
102 | 120 |
|
103 |
| - |
| 121 | + |
104 | 122 |
|
105 | 123 |
|
106 | 124 |
|
| ||
110 | 128 |
|
111 | 129 |
|
112 | 130 |
|
| 131 | + |
113 | 132 |
|
114 | 133 |
|
115 | 134 |
|
|
src/Symfony/Bridge/Twig/Tests/Mime/TemplatedEmailTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Tests/Mime/TemplatedEmailTest.php+17
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| 23 | + |
23 | 24 |
|
| 25 | + |
| 26 | + |
24 | 27 |
|
25 | 28 |
|
26 | 29 |
|
| ||
44 | 47 |
|
45 | 48 |
|
46 | 49 |
|
| 50 | + |
47 | 51 |
|
48 | 52 |
|
49 | 53 |
|
50 | 54 |
|
51 | 55 |
|
52 | 56 |
|
53 | 57 |
|
| 58 | + |
54 | 59 |
|
55 | 60 |
|
56 | 61 |
|
57 | 62 |
|
58 | 63 |
|
59 | 64 |
|
| 65 | + |
60 | 66 |
|
61 | 67 |
|
62 | 68 |
|
| ||
67 | 73 |
|
68 | 74 |
|
69 | 75 |
|
| 76 | + |
70 | 77 |
|
71 | 78 |
|
72 | 79 |
|
| ||
84 | 91 |
|
85 | 92 |
|
86 | 93 |
|
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
87 | 103 |
|
88 | 104 |
|
89 | 105 |
|
| ||
108 | 124 |
|
109 | 125 |
|
110 | 126 |
|
| 127 | + |
111 | 128 |
|
112 | 129 |
|
113 | 130 |
|
|
src/Symfony/Bundle/TwigBundle/Resources/config/mailer.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/Resources/config/mailer.php+5-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
22 | 26 |
|
23 | 27 |
|
24 | 28 |
|
|
src/Symfony/Component/Mailer/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/CHANGELOG.md+1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
12 | 13 |
|
13 | 14 |
|
14 | 15 |
|
|
src/Symfony/Component/Mailer/EventListener/MessageListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/EventListener/MessageListener.php+15-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
| 23 | + |
| 24 | + |
22 | 25 |
|
23 | 26 |
|
24 |
| - |
| 27 | + |
25 | 28 |
|
26 | 29 |
|
27 | 30 |
|
| ||
45 | 48 |
|
46 | 49 |
|
47 | 50 |
|
| 51 | + |
48 | 52 |
|
49 | 53 |
|
50 | 54 |
|
| ||
68 | 72 |
|
69 | 73 |
|
70 | 74 |
|
| 75 | + |
71 | 76 |
|
72 | 77 |
|
73 | 78 |
|
| ||
115 | 120 |
|
116 | 121 |
|
117 | 122 |
|
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
118 | 132 |
|
119 | 133 |
|
120 | 134 |
|
|
src/Symfony/Component/Mailer/Tests/EventListener/MessageListenerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Tests/EventListener/MessageListenerTest.php+24
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
| 24 | + |
| 25 | + |
23 | 26 |
|
24 | 27 |
|
25 | 28 |
|
| ||
114 | 117 |
|
115 | 118 |
|
116 | 119 |
|
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
117 | 141 |
|
src/Symfony/Component/Mailer/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/composer.json+2-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
| 24 | + |
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| 31 | + |
31 | 32 |
|
32 | 33 |
|
33 | 34 |
|
|
src/Symfony/Component/Mime/Email.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mime/Email.php+2-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
61 |
| - |
| 61 | + |
62 | 62 |
|
63 |
| - |
| 63 | + |
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
|
0 commit comments