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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.36 - (show annotations) (download)
Fri Jul 26 12:42:00 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.35: +4 -0 lines
2002-07-25  Wakaba <w@suika.fam.cx>

	* Tool.pm: New module.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24