1 |
|
2002-08-18 Wakaba <w@suika.fam.cx> |
2 |
|
|
3 |
|
* Charset.pm (_name_utf16be, _name_utf32be): Removed. |
4 |
|
(Moved to Message::MIME::Charset::MinName) |
5 |
|
|
6 |
|
2002-07-22 Wakaba <w@suika.fam.cx> |
7 |
|
|
8 |
|
* Charset.pm: |
9 |
|
- (encode, decode): Reformed. Return a hash as second or |
10 |
|
greter'th element of returned array. (Now only 'success' |
11 |
|
key is used.) |
12 |
|
- (_utf8_on, _utf8_off): New procedures. |
13 |
|
- (%_IsMimeText): New hash. |
14 |
|
- (is_mime_text): New function. |
15 |
|
* EncodedWord.pm (_decode_eword): Fix for new |
16 |
|
Message::MIME::Charset::decode. |
17 |
|
|
18 |
|
2002-07-22 Wakaba <w@suika.fam.cx> |
19 |
|
|
20 |
|
* Charset.pm: |
21 |
|
- Separate 'x-unknown' from 'unknown-8bit'. |
22 |
|
(unknown-8bit is now suitable as MIME text charset. |
23 |
|
(But I don't know whether this is correct. |
24 |
|
This charset is "8bit" (not "binary"!) and defined |
25 |
|
for 8BITSMTP, so interpret like this.)) |
26 |
|
- New internal charset, '*undef' is defined. |
27 |
|
|
28 |
|
2002-07-20 Wakaba <w@suika.fam.cx> |
29 |
|
|
30 |
|
* Charset.pm (msname2iananame): New function. |
31 |
|
|
32 |
|
2002-07-13 Wakaba <w@suika.fam.cx> |
33 |
|
|
34 |
|
* MediaType.pm (message/disposition-notification): |
35 |
|
Fill host's FQDN and user agent product name |
36 |
|
if fill_reporting_ua. |
37 |
|
|
38 |
|
2002-07-02 Wakaba <w@suika.fam.cx> |
39 |
|
|
40 |
|
* MediaType.pm: 'text_content' property is given to |
41 |
|
some media types. |
42 |
|
|
43 |
|
2002-06-23 Wakaba <w@suika.fam.cx> |
44 |
|
|
45 |
|
* Charset.pm |
46 |
|
- New name_minimumizers. (Some are moved from |
47 |
|
Message::MIME::Charset::Jcode.) |
48 |
|
- (%_MINIMUMIZER): New internal hash. |
49 |
|
- Use internal name-minimumizer (with %_MINIMUMIZER) |
50 |
|
if minimumizer is not defined in charset's definition. |
51 |
|
* EncodedWord.pm (decode_ccontent): Order of arguments |
52 |
|
is changed. |
53 |
|
* MediaType.pm: Typo fix. |
54 |
|
|
55 |
|
2002-06-11 wakaba <w@suika.fam.cx> |
56 |
|
|
57 |
|
* Charset.pm (US-ASCII name-minimumizer): Returns "unknown-8bit" |
58 |
|
when 8bit octets are included. |
59 |
|
|
60 |
|
2002-06-09 wakaba <w@suika.fam.cx> |
61 |
|
|
62 |
|
* Charset.pm: |
63 |
|
- Support of 'name_minimumizer' property of charset object. |
64 |
|
- (name_minimumize): New function. |
65 |
|
* Encoding.pm (encode_qp): Don't encode inner WSPs within |
66 |
|
tailing WSPs. |
67 |
|
* MediaType.pm: Support of some new media types |
68 |
|
and their parameters. |
69 |
|
|
70 |
|
2002-06-01 wakaba <w@suika.fam.cx> |
71 |
|
|
72 |
|
* Charset.pm: |
73 |
|
- (encode): Returns minimum charset name if possible. |
74 |
|
- (definition of iso-2022-int-1, us-ascii): mime_text = 1. |
75 |
|
* Encoding.pm (decide_coderange): Returns 'binary' |
76 |
|
when there are lines consist of more than 998 octets. |
77 |
|
|
78 |
2002-05-30 wakaba <w@suika.fam.cx> |
2002-05-30 wakaba <w@suika.fam.cx> |
79 |
|
|
80 |
* Charset.pm: |
* Charset.pm: |