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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.28 - (show annotations) (download)
Sat Jul 6 10:30:10 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.27: +4 -0 lines
2002-07-06  Wakaba <w@suika.fam.cx>

	* Header.pm: Support of RFC 2774 namespace.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24