in reply to Creating MIME entities with CRLF line endings
Note that
should work fine. You only still have to locate the offsets/lengths of the substrings containing the headers.substr($string, $start, $length) =~ s/\n/\015\012/g;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Creating MIME entities with CRLF line endings
by Anno (Deacon) on Mar 16, 2007 at 12:00 UTC |