Log of /tags/MIME-EncWords-1.010/EncWords
Directory Listing
Revision
59 -
Directory Listing
Modified
Sat Apr 12 11:12:46 2008 UTC
(2 years, 4 months ago)
by
hatukanezumi
Release 1.010.
Revision
36 -
Directory Listing
Modified
Mon Mar 17 14:59:37 2008 UTC
(2 years, 5 months ago)
by
hatukanezumi
Original Path:
trunk/EncWords
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.
Revision
30 -
Directory Listing
Modified
Sat Mar 15 12:12:51 2008 UTC
(2 years, 5 months ago)
by
hatukanezumi
Original Path:
trunk/EncWords
Implemented Mapping option on encode_mimewords.
Revision
29 -
Directory Listing
Added
Sat Mar 15 08:58:14 2008 UTC
(2 years, 5 months ago)
by
hatukanezumi
Original Path:
trunk/EncWords
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.