Commit 6f07a17
File tree
Expand file treeCollapse file tree
6 files changed
+81
-24
lines changedFilter options
- src/Symfony/Component/Mailer
- Tests
- Transport/Smtp
- Transport/Smtp
Expand file treeCollapse file tree
6 files changed
+81
-24
lines changedsrc/Symfony/Component/Mailer/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/CHANGELOG.md+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | + |
8 | 9 |
|
9 | 10 |
|
10 | 11 |
|
|
src/Symfony/Component/Mailer/Envelope.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Envelope.php+17-6Lines changed: 17 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
48 |
| - |
49 |
| - |
50 |
| - |
51 | 47 |
|
52 | 48 |
|
53 | 49 |
|
| ||
87 | 83 |
|
88 | 84 |
|
89 | 85 |
|
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
90 | 101 |
|
91 | 102 |
|
92 | 103 |
|
93 | 104 |
|
94 |
| - |
| 105 | + |
95 | 106 |
|
96 |
| - |
| 107 | + |
97 | 108 |
|
98 | 109 |
|
99 | 110 |
|
|
src/Symfony/Component/Mailer/Tests/EnvelopeTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Tests/EnvelopeTest.php-15Lines changed: 0 additions & 15 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
39 | 32 |
|
40 | 33 |
|
41 | 34 |
|
| ||
81 | 74 |
|
82 | 75 |
|
83 | 76 |
|
84 |
| - |
85 |
| - |
86 |
| - |
87 |
| - |
88 |
| - |
89 |
| - |
90 |
| - |
91 |
| - |
92 | 77 |
|
93 | 78 |
|
94 | 79 |
|
|
src/Symfony/Component/Mailer/Tests/Transport/Smtp/EsmtpTransportTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Tests/Transport/Smtp/EsmtpTransportTest.php+46Lines changed: 46 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
62 | 63 |
|
63 | 64 |
|
64 | 65 |
|
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
65 | 97 |
|
66 | 98 |
|
67 | 99 |
|
| ||
270 | 302 |
|
271 | 303 |
|
272 | 304 |
|
| 305 | + |
| 306 | + |
| 307 | + |
| 308 | + |
| 309 | + |
| 310 | + |
| 311 | + |
| 312 | + |
| 313 | + |
| 314 | + |
| 315 | + |
| 316 | + |
| 317 | + |
| 318 | + |
src/Symfony/Component/Mailer/Transport/Smtp/EsmtpTransport.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Transport/Smtp/EsmtpTransport.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
195 | 195 |
|
196 | 196 |
|
197 | 197 |
|
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
198 | 203 |
|
199 | 204 |
|
200 | 205 |
|
|
src/Symfony/Component/Mailer/Transport/Smtp/SmtpTransport.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Transport/Smtp/SmtpTransport.php+12-3Lines changed: 12 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| ||
211 | 212 |
|
212 | 213 |
|
213 | 214 |
|
214 |
| - |
| 215 | + |
215 | 216 |
|
216 | 217 |
|
217 | 218 |
|
| ||
244 | 245 |
|
245 | 246 |
|
246 | 247 |
|
| 248 | + |
| 249 | + |
| 250 | + |
| 251 | + |
| 252 | + |
247 | 253 |
|
248 | 254 |
|
249 | 255 |
|
250 | 256 |
|
251 | 257 |
|
252 |
| - |
| 258 | + |
253 | 259 |
|
254 |
| - |
| 260 | + |
| 261 | + |
| 262 | + |
| 263 | + |
255 | 264 |
|
256 | 265 |
|
257 | 266 |
|
|
0 commit comments