Changeset 13425 for trunk/wp-includes/class-smtp.php
- Timestamp:
- 02/26/2010 05:46:08 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-smtp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-smtp.php
r11341 r13425 266 266 * that is to be send with the headers. Each header needs to be 267 267 * on a single line followed by a <CRLF> with the message headers 268 * and the message body being sep erated by and additional <CRLF>.268 * and the message body being separated by and additional <CRLF>. 269 269 * 270 270 * Implements rfc 821: DATA <CRLF>
Note: See TracChangeset
for help on using the changeset viewer.