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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.32 - (show annotations) (download)
Sat Jul 13 09:34:50 2002 UTC (22 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.31: +9 -0 lines
2002-07-13  Wakaba <w@suika.fam.cx>

	* Util.pm:
	- (get_host_fqdn): New function.
	- (%OPTION): New hash.
	* Entity.pm (stringify): Pass 'format' option
	to the body (when stringify'ing it) with
	-parent_format option, instead of -format option.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24