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