1 |
|
2002-08-04 Wakaba <w@suika.fam.cx> |
2 |
|
|
3 |
|
* Entity.pm: Don't fill_source by default if format =~ http. |
4 |
|
|
5 |
|
2002-08-01 Wakaba <w@suika.fam.cx> |
6 |
|
|
7 |
|
* Entity.pm (list_name, list_count): New methods. |
8 |
|
|
9 |
|
2002-07-28 Wakaba <w@suika.fam.cx> |
10 |
|
|
11 |
|
* Entity.pm (destination, sender): New methods. |
12 |
|
* Tool.pm (escape_from, unescape_from): New functions. |
13 |
|
|
14 |
|
2002-07-26 Wakaba <w@suika.fam.cx> |
15 |
|
|
16 |
|
* Entity.pm: |
17 |
|
- (fill_missing_fields): New option. |
18 |
|
- (fill_source, fill_destination): New options. |
19 |
|
- (hook_stringify_fill_fields): Option removed. |
20 |
|
* Header.pm: |
21 |
|
- (_header_cmp): Removed. |
22 |
|
- (@header_order, %header_order): Removed. |
23 |
|
- (_scan_sort): Use Message::Header::* namespace packages to sort. |
24 |
|
|
25 |
|
2002-07-25 Wakaba <w@suika.fam.cx> |
26 |
|
|
27 |
|
* Tool.pm: New module. |
28 |
|
|
29 |
|
2002-07-22 Wakaba <w@suika.fam.cx> |
30 |
|
|
31 |
|
* Util.pm: Some fix for new returned value style |
32 |
|
of Message::MIME::Charset. |
33 |
|
|
34 |
|
2002-07-21 Wakaba <w@suika.fam.cx> |
35 |
|
|
36 |
|
* Entity.pm (import): New. |
37 |
|
|
38 |
|
2002-07-20 Wakaba <w@suika.fam.cx> |
39 |
|
|
40 |
|
* Entity.pm (content_type): Guess media type: |
41 |
|
text/x-message-rfc1153, text/x-pgp-cleatext-singed, |
42 |
|
application/pgp, text/x-message-pem. |
43 |
|
|
44 |
|
2002-07-19 Wakaba <w@suika.fam.cx> |
45 |
|
|
46 |
|
* Entity.pm: |
47 |
|
- (guess_media_type): New option. |
48 |
|
- (content_type): Guess media type (text/x-message-rfc934) |
49 |
|
if necessary. |
50 |
|
|
51 |
|
2002-07-13 Wakaba <w@suika.fam.cx> |
52 |
|
|
53 |
|
* Util.pm: |
54 |
|
- (get_host_fqdn): New function. |
55 |
|
- (%OPTION): New hash. |
56 |
|
* Entity.pm (stringify): Pass 'format' option |
57 |
|
to the body (when stringify'ing it) with |
58 |
|
-parent_format option, instead of -format option. |
59 |
|
|
60 |
|
2002-07-08 Wakaba <w@suika.fam.cx> |
61 |
|
|
62 |
|
* Entity.pm (parse): Typo fix. |
63 |
|
* Header.pm (hook_init_fill_options, hook_stringify_fill_fields): |
64 |
|
New options. |
65 |
|
|
66 |
|
2002-07-07 Wakaba <w@suika.fam.cx> |
67 |
|
|
68 |
|
* Entity.pm (check_md5): New method. |
69 |
|
* Entity.pm (fill_md5, fill_md5_name, recalc_md5): New options. |
70 |
|
|
71 |
|
2002-07-06 Wakaba <w@suika.fam.cx> |
72 |
|
|
73 |
|
* Header.pm: Support of RFC 2774 namespace. |
74 |
|
|
75 |
|
2002-07-04 Wakaba <w@suika.fam.cx> |
76 |
|
|
77 |
|
* Util.pm (encode_printable_string, decode_printable_string, |
78 |
|
encode_t71_string, decode_t71_string, encode_restricted_rfc822, |
79 |
|
decode_restricted_rfc822): New functions. |
80 |
|
|
81 |
|
2002-07-02 Wakaba <w@suika.fam.cx> |
82 |
|
|
83 |
|
* Util.pm (decide_newline): New function. |
84 |
|
* Entity.pm (parse): Call Message::Util::decide_newline |
85 |
|
instead of local code. |
86 |
|
|
87 |
|
2002-06-23 Wakaba <w@suika.fam.cx> |
88 |
|
|
89 |
|
* Entity.pm (header_default_charset, header_default_charset_input): |
90 |
|
New options. |
91 |
|
* Header.pm (ditto): Likewise. |
92 |
|
* Util.pm |
93 |
|
- (angle_quoted, angle_qcontent, M_angle_quoted): New regexs |
94 |
|
(Moved from Message::Field::AngleQuoted). |
95 |
|
- (decode_ccontent): Order of arguments of |
96 |
|
Message::MIME::EncodedWord::decode_ccontent is changed. |
97 |
|
- (unquote_if_angle_quoted): New function. |
98 |
|
|
99 |
|
2002-06-16 wakaba <w@suika.fam.cx> |
100 |
|
|
101 |
|
* Header.pm (_n11n_field_name): Check namespace definition's |
102 |
|
case_sensible option. |
103 |
|
* Entity.pm (_add_ua): Removed. (Moved to Message::Field::UA.) |
104 |
|
|
105 |
|
2002-06-14 wakaba <w@suika.fam.cx> |
106 |
|
|
107 |
|
* Entity.pm (parse): See 'strict_linebreak' option |
108 |
|
and guess data's linebreak sequence. |
109 |
|
|
110 |
2002-06-11 wakaba <w@suika.fam.cx> |
2002-06-11 wakaba <w@suika.fam.cx> |
111 |
|
|
112 |
* Header.pm (_item_match): Bug fix of "-by => 'ns'". |
* Header.pm (_item_match): Bug fix of "-by => 'ns'". |