Changeset 38239 for trunk/tests/phpunit/tests/mail.php
- Timestamp:
- 08/10/2016 04:09:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/mail.php
r38058 r38239 287 287 * > not permitted to have any value other than "7bit", "8bit" or 288 288 * > "binary". 289 * http ://tools.ietf.org/html/rfc2045#section-6.4289 * https://tools.ietf.org/html/rfc2045#section-6.4 290 290 * 291 291 * > "Content-Transfer-Encoding: 7BIT" is assumed if the 292 292 * > Content-Transfer-Encoding header field is not present. 293 * http ://tools.ietf.org/html/rfc2045#section-6.1293 * https://tools.ietf.org/html/rfc2045#section-6.1 294 294 * 295 295 * @ticket 28039
Note: See TracChangeset
for help on using the changeset viewer.