1 |
|
2002-07-22 Wakaba <w@suika.fam.cx> |
2 |
|
|
3 |
|
* Charset.pm: |
4 |
|
- (encode, decode): Reformed. Return a hash as second or |
5 |
|
greter'th element of returned array. (Now only 'success' |
6 |
|
key is used.) |
7 |
|
- (_utf8_on, _utf8_off): New procedures. |
8 |
|
- (%_IsMimeText): New hash. |
9 |
|
- (is_mime_text): New function. |
10 |
|
* EncodedWord.pm (_decode_eword): Fix for new |
11 |
|
Message::MIME::Charset::decode. |
12 |
|
|
13 |
|
2002-07-22 Wakaba <w@suika.fam.cx> |
14 |
|
|
15 |
|
* Charset.pm: |
16 |
|
- Separate 'x-unknown' from 'unknown-8bit'. |
17 |
|
(unknown-8bit is now suitable as MIME text charset. |
18 |
|
(But I don't know whether this is correct. |
19 |
|
This charset is "8bit" (not "binary"!) and defined |
20 |
|
for 8BITSMTP, so interpret like this.)) |
21 |
|
- New internal charset, '*undef' is defined. |
22 |
|
|
23 |
|
2002-07-20 Wakaba <w@suika.fam.cx> |
24 |
|
|
25 |
|
* Charset.pm (msname2iananame): New function. |
26 |
|
|
27 |
|
2002-07-13 Wakaba <w@suika.fam.cx> |
28 |
|
|
29 |
|
* MediaType.pm (message/disposition-notification): |
30 |
|
Fill host's FQDN and user agent product name |
31 |
|
if fill_reporting_ua. |
32 |
|
|
33 |
|
2002-07-02 Wakaba <w@suika.fam.cx> |
34 |
|
|
35 |
|
* MediaType.pm: 'text_content' property is given to |
36 |
|
some media types. |
37 |
|
|
38 |
|
2002-06-23 Wakaba <w@suika.fam.cx> |
39 |
|
|
40 |
|
* Charset.pm |
41 |
|
- New name_minimumizers. (Some are moved from |
42 |
|
Message::MIME::Charset::Jcode.) |
43 |
|
- (%_MINIMUMIZER): New internal hash. |
44 |
|
- Use internal name-minimumizer (with %_MINIMUMIZER) |
45 |
|
if minimumizer is not defined in charset's definition. |
46 |
|
* EncodedWord.pm (decode_ccontent): Order of arguments |
47 |
|
is changed. |
48 |
|
* MediaType.pm: Typo fix. |
49 |
|
|
50 |
2002-06-11 wakaba <w@suika.fam.cx> |
2002-06-11 wakaba <w@suika.fam.cx> |
51 |
|
|
52 |
* Charset.pm (US-ASCII name-minimumizer): Returns "unknown-8bit" |
* Charset.pm (US-ASCII name-minimumizer): Returns "unknown-8bit" |