Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) |
| Sticky Revision: |
Release 1.010.10 (maint.)
* Perl >= 5.8.1: Requires MIME::Charset 1.006.1. * Perl >= 5.11.0: Suppress ``Use of uninitialized value within @_ in lc'' warnings. * Improved ``ASCII transformation'' workaround (still buggy).
Release 1.010 (RC).
* Bug Fix: Texts with ``US-ASCII transformation'' charset, i.e. HZ-GB-2312 (RFC 1842) and UTF-7 (RFC 2152), were treated as US-ASCII.
* encode_mimewords(): Improved encoding of unsafe ASCII sequences (words exceeding line length or including ``=?''). * Imp: encode_mimeword(): can take charset object argument. In this case RAW can be Unicode string.
* encode_mimeword(): Restrict characters in encoded-words according to RFC 2047 section 5 (3). Note: length(encode_mimeword()) may not be equal to encoded_header_len() of MIME::Charset 1.005 or earlier. * Fix: encoded-words exceeding line length can be generated. * Modified some tests for singlebyte encode. * Added tests for multibyte encode.
Release 1.009.
Perl <=5.005: our is deprecated''.
Release 1.008. * Bug Fix: Perl <=5.6.x: encode_mimewords(): ASCII words are encoded.
Release 1.007
cleanups. chop leading FWS.
* Improve handling of folding-white-spaces: preserve multiple whitespace sequences. * Restructure processing of option parameters.
Release 1.006 (dev). * encode_mimewords(): New option 'Folding' defaults to be "\n" which may break conformance to RFC 2822 / MIME. * Fix: decode_mimewords(): excessive spaces are inserted on pre-Encode environments (e.g. 5.6.x). * Fix: decode_mimewords(): no 'Charset' option must be no conversion to keep compatible with MIME::Words. * Remove multibyte tests on pre-Encode environments where it cannot be supported exactly. * Added tests for decoding multibyte.
Release 1.005. * 1.004 was withdrawn due to a severe bug. * Fix: Injected bug on _UNICODE_ conversion. * Fix: decode_mimewords(): line folding of encoded text is preserved in the result.
Release 1.004. * Fix: encode_mimewords(): Newlines were encoded when original text was folded. * encode_mimewords(): New option "Mapping" which defaults to be "EXTENDED". * Added tests for multibyte.
add Changes & fix POD
1.004-dev * New feature: MIME/EncWords/Defaults.pm: If it exists, built-in defaults for methods can be overridden. * Change: encode_mimewords(): Built-in default for "Encoding" parameter has been changed from "Q" to "A". * encode_mimewords(): New option "MaxLineLen" which defaults to 76. * Clean-up PODs and codes.
Fix: Unencoded 7-bit non-ASCII
Release 1.002
Release 1.000
Release 0.040
Release 0.032
More documentations
Release 0.03.1
Release 0.03
Release 0.02
Release 0.01
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |