/[suikacvs]/messaging/manakai/lib/Message/ChangeLog
Suika

Contents of /messaging/manakai/lib/Message/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.30 - (show annotations) (download)
Mon Jul 8 11:49:18 2002 UTC (23 years ago) by wakaba
Branch: MAIN
Changes since 1.29: +4 -0 lines
2002-07-08  Wakaba <w@suika.fam.cx>

	* Entity.pm (parse): Typo fix.

1 2002-07-08 Wakaba <w@suika.fam.cx>
2
3 * Entity.pm (parse): Typo fix.
4
5 2002-07-07 Wakaba <w@suika.fam.cx>
6
7 * Entity.pm (check_md5): New method.
8 * Entity.pm (fill_md5, fill_md5_name, recalc_md5): New options.
9
10 2002-07-06 Wakaba <w@suika.fam.cx>
11
12 * Header.pm: Support of RFC 2774 namespace.
13
14 2002-07-04 Wakaba <w@suika.fam.cx>
15
16 * Util.pm (encode_printable_string, decode_printable_string,
17 encode_t71_string, decode_t71_string, encode_restricted_rfc822,
18 decode_restricted_rfc822): New functions.
19
20 2002-07-02 Wakaba <w@suika.fam.cx>
21
22 * Util.pm (decide_newline): New function.
23 * Entity.pm (parse): Call Message::Util::decide_newline
24 instead of local code.
25
26 2002-06-23 Wakaba <w@suika.fam.cx>
27
28 * Entity.pm (header_default_charset, header_default_charset_input):
29 New options.
30 * Header.pm (ditto): Likewise.
31 * Util.pm
32 - (angle_quoted, angle_qcontent, M_angle_quoted): New regexs
33 (Moved from Message::Field::AngleQuoted).
34 - (decode_ccontent): Order of arguments of
35 Message::MIME::EncodedWord::decode_ccontent is changed.
36 - (unquote_if_angle_quoted): New function.
37
38 2002-06-16 wakaba <w@suika.fam.cx>
39
40 * Header.pm (_n11n_field_name): Check namespace definition's
41 case_sensible option.
42 * Entity.pm (_add_ua): Removed. (Moved to Message::Field::UA.)
43
44 2002-06-14 wakaba <w@suika.fam.cx>
45
46 * Entity.pm (parse): See 'strict_linebreak' option
47 and guess data's linebreak sequence.
48
49 2002-06-11 wakaba <w@suika.fam.cx>
50
51 * Header.pm (_item_match): Bug fix of "-by => 'ns'".
52 * Partial.pm (reassembly): New function.
53
54 2002-06-10 wakaba <w@suika.fam.cx>
55
56 * Entity.pm (force_mime_entity): New option.
57 * Header.pm (_item_match): -by => 'ns': New option.
58 * Partial.pm: New module.
59
60 2002-06-09 wakaba <w@suika.fam.cx>
61
62 * Entity.pm:
63 - (stringify): Minimumize MIME charset name when MIME'izing.
64 - (mime-entity): New 'format' type.
65 - (default_media_subtype): New option. Now 'default_media_type'
66 is used for only (narrower meaning of) media type.
67 - (content_type): See 'default_media_type' and
68 'default_media_subtype'. (Was hardcoded as 'text/plain'.)
69 - (option): '-resucrive': new option.
70 * Header.pm (parse, parse_array): Don't discard invalid
71 line (non-'field' line). (Treat as "X-Unknown" field.)
72
73 2002-06-01 wakaba <w@suika.fam.cx>
74
75 * Entity.pm (_encode_body): Some bug fixes and
76 better support of CT/CTE/charset.
77 (_parse_value): Passes options 'body_default_charset'
78 and 'body_default_charset_input' and parameter
79 'header' to body class.
80 * Util.pm (encode_body_string, encode_header_string):
81 Returns minimum charset name if available.
82
83 2002-05-30 wakaba <w@suika.fam.cx>
84
85 * Entity.pm (_encode_body): Checks charset name
86 to decide CTE.
87
88 2002-05-29 wakaba <w@suika.fam.cx>
89
90 * Entity.pm:
91 - (%ENCODE, %DECODE): Removed. (Moved to Message::MIME::Encoding)
92 - Uses \x0D\x0A instead of \n. (Temporary. `linebreak-strict'
93 and related options should be implemented /strictly/.)
94 - (_encode_body): Checks media type to choose CTE.
95 - (accept_coderange): New option.
96 - (body_default_media_type, body_default_charset): Likewise.
97 - (fill_ct): Likewise.
98 - Uses %Message::Header::NS_phname2uri instead of direct
99 access to namespace definition package.
100 - (content_type): Returns (type, subtype) list when wantarray'ed.
101 - (media_type): New method. (Alias of content_type)
102 * Header.pm (_replace_hash_shift): Checks namespace of field name.
103
104 2002-05-26 wakaba <w@suika.fam.cx>
105
106 * Header.pm (url_mailto_safe): Removed.
107 (Moved to Message::Header::RFC822.)
108
109 * Makefile: New file.
110
111 * Entity.pm: Uses Win32 if use_config and $^O eq
112 MSWin32.
113
114 2002-05-25 wakaba <w@suika.fam.cx>
115
116 * Entity.pm, Header.pm: Supports namespaced header
117 field name started with { prefix "-" }. (But
118 it is not completely supported yet.)
119 * Header/: New directory.
120
121 * Header.pm: Uses Message::Field::Structured
122 as parent module.
123
124 2002-05-16 wakaba <w@suika.fam.cx>
125
126 * Util.pm:
127 - ($REG{NON_http_attribute_char_wsp}): New regex.
128 - (wsps_to_sp): New function.
129 - (decode_header_string): Don't do away tail WSPs.
130 - TODO: Util.pm must have some needless functions.
131
132 2002-05-15 wakaba <w@suika.fam.cx>
133
134 * Header.pm:
135 - Add Resent-User-Agent: field support.
136 - Use Message::Field::Addresses instead of
137 Message::Field::Address.
138
139 2002-05-14 wakaba <w@suika.fam.cx>
140
141 * Entity.pm (pod:uri-url-mailto-*): New list-items.
142 (stringify): Output mailto: URL when format =~ url-mailto.
143 * Header.pm (stringify): Ditto.
144 * Util.pm: Bugs are fixed.
145 (remove_meaningless_wsp): New function.
146
147 2002-04-21 wakaba <w@suika.fam.cx>
148
149 * Entity.pm (pod:C<format>): New section.
150
151 2002-04-05 wakaba <w@suika.fam.cx>
152
153 * Util.pm: Add some functions from Message::Field::Structured.
154
155 2002-04-03 wakaba <w@suika.fam.cx>
156
157 * Entity.pm, Header.pm: Updated.
158
159 2002-03-31 wakaba <w@suika.fam.cx>
160
161 * Header.pm: Support Message::Field::URI.
162
163 2002-03-27 wakaba <w@suika.fam.cx>
164
165 * Fix bug of treatment of FWS sorounding encoded-word.
166 (MIME/EncodedWord.pm and related modules.)
167
168 2002-03-26 wakaba <w@suika.fam.cx>
169
170 * Entity.pm: Adds User-Agent: value when stringify.
171 (ua_field_name, ua_use_config): New options.
172 (add_ua): New option.
173 (_add_ua): New proceder.
174
175 2002-03-25 wakaba <w@suika.fam.cx>
176
177 * MIME/: New directory.
178 * Util.pm: New module.
179 * Entity.pm, Header.pm (parse_all): New option.
180 (hook_encode_string, hook_decode_string): Likewise.
181
182 2002-03-23 wakaba <w@suika.fam.cx>
183
184 * Header.pm: Supports Message::Field::CSV,
185 Message::Field::ValueParams, Message::Field::ContentType,
186 Message::Field::ContentDisposition.
187
188 2002-03-21 wakaba <w@suika.fam.cx>
189
190 * Body/: New directory.
191
192 2002-03-16 wakaba <w@suika.fam.cx>
193
194 * Header.pm: Use Message::Field::Date.
195
196 2002-03-13 wakaba <w@suika.fam.cx>
197
198 * Header.pm: New module.
199 * Entity.pm: Likewise.
200
201 * ChangeLog: New file.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24