Commit 4a9c2e8
File tree
Expand file treeCollapse file tree
9 files changed
+151
-5
lines changedFilter options
- src/Symfony/Component
- Mailer
- Tests
- Transport/Smtp
- Transport/Smtp
- Mime
- Tests
Expand file treeCollapse file tree
9 files changed
+151
-5
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 |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
13 | 14 |
|
14 | 15 |
|
15 | 16 |
|
|
src/Symfony/Component/Mailer/Envelope.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Envelope.php+29Lines changed: 29 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
85 | 85 |
|
86 | 86 |
|
87 | 87 |
|
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
88 | 117 |
|
src/Symfony/Component/Mailer/Tests/EnvelopeTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Tests/EnvelopeTest.php+14-1Lines changed: 14 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
98 | 98 |
|
99 | 99 |
|
100 | 100 |
|
101 |
| - |
| 101 | + |
102 | 102 |
|
103 | 103 |
|
104 | 104 |
|
| ||
127 | 127 |
|
128 | 128 |
|
129 | 129 |
|
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
130 | 143 |
|
131 | 144 |
|
132 | 145 |
|
|
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+62Lines changed: 62 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 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
65 | 113 |
|
66 | 114 |
|
67 | 115 |
|
| ||
270 | 318 |
|
271 | 319 |
|
272 | 320 |
|
| 321 | + |
| 322 | + |
| 323 | + |
| 324 | + |
| 325 | + |
| 326 | + |
| 327 | + |
| 328 | + |
| 329 | + |
| 330 | + |
| 331 | + |
| 332 | + |
| 333 | + |
| 334 | + |
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 |
|
|
src/Symfony/Component/Mailer/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/composer.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
| 24 | + |
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
|
src/Symfony/Component/Mime/Address.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mime/Address.php+20Lines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
117 | 117 |
|
118 | 118 |
|
119 | 119 |
|
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
120 | 140 |
|
src/Symfony/Component/Mime/Tests/AddressTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mime/Tests/AddressTest.php+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
84 | 91 |
|
85 | 92 |
|
86 | 93 |
|
|
0 commit comments