1 |
|
2004-08-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOM/: New directory. |
4 |
|
|
5 |
|
2004-01-06 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* Entity.pm (parse): Don't remove all "From"s within text when use_magic_line. |
8 |
|
|
9 |
|
2003-01-04 Wakaba <w@suika.fam.cx> |
10 |
|
|
11 |
|
* Util.pm (Message::Util::Wide::unquote_if_quoted_string): Give 's' option |
12 |
|
to 's'. |
13 |
|
|
14 |
|
2002-11-13 Wakaba <w@suika.fam.cx> |
15 |
|
|
16 |
|
* Util.pm (%FMT2STR, sprintxf): Aliasnized. |
17 |
|
(Moved to new module Message::Util::Formatter.) |
18 |
|
* Util/: New directory. |
19 |
|
|
20 |
|
2002-08-05 Wakaba <w@suika.fam.cx> |
21 |
|
|
22 |
|
* Util.pm: |
23 |
|
- (sprintxf): Use Message::Util::Wide::unquote_if_quoted_string |
24 |
|
instead of Message::Util::unquote_if_quoted_string. |
25 |
|
- (Message::Util::Wide): New package. |
26 |
|
- (%Message::Util::Wide::REG): New hash. |
27 |
|
- (Message::Util::unquote_if_quoted_string): New function. |
28 |
|
- NOTE: "Wide" package is created to support utf8 string |
29 |
|
of perl 5.7.3 or later. Utf8 string does not work |
30 |
|
only for [\x00-\xFF] regex of current functions, |
31 |
|
and this regex is used as (?:.|\x0D|\x0A). (Without |
32 |
|
's' option, "." does not match with newline character.) |
33 |
|
When we can do away problematic code from all |
34 |
|
Message::* modules, we can also do away "Wide" package. |
35 |
|
|
36 |
|
2002-08-04 Wakaba <w@suika.fam.cx> |
37 |
|
|
38 |
|
* Entity.pm: Don't fill_source by default if format =~ http. |
39 |
|
|
40 |
|
2002-08-01 Wakaba <w@suika.fam.cx> |
41 |
|
|
42 |
|
* Entity.pm (list_name, list_count): New methods. |
43 |
|
|
44 |
|
2002-07-28 Wakaba <w@suika.fam.cx> |
45 |
|
|
46 |
|
* Entity.pm (destination, sender): New methods. |
47 |
|
* Tool.pm (escape_from, unescape_from): New functions. |
48 |
|
|
49 |
|
2002-07-26 Wakaba <w@suika.fam.cx> |
50 |
|
|
51 |
|
* Entity.pm: |
52 |
|
- (fill_missing_fields): New option. |
53 |
|
- (fill_source, fill_destination): New options. |
54 |
|
- (hook_stringify_fill_fields): Option removed. |
55 |
|
* Header.pm: |
56 |
|
- (_header_cmp): Removed. |
57 |
|
- (@header_order, %header_order): Removed. |
58 |
|
- (_scan_sort): Use Message::Header::* namespace packages to sort. |
59 |
|
|
60 |
|
2002-07-25 Wakaba <w@suika.fam.cx> |
61 |
|
|
62 |
|
* Tool.pm: New module. |
63 |
|
|
64 |
|
2002-07-22 Wakaba <w@suika.fam.cx> |
65 |
|
|
66 |
|
* Util.pm: Some fix for new returned value style |
67 |
|
of Message::MIME::Charset. |
68 |
|
|
69 |
|
2002-07-21 Wakaba <w@suika.fam.cx> |
70 |
|
|
71 |
|
* Entity.pm (import): New. |
72 |
|
|
73 |
2002-07-20 Wakaba <w@suika.fam.cx> |
2002-07-20 Wakaba <w@suika.fam.cx> |
74 |
|
|
75 |
* Entity.pm (content_type): Guess media type: |
* Entity.pm (content_type): Guess media type: |