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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.27 - (show annotations) (download)
Thu Jul 4 06:38:21 2002 UTC (23 years ago) by wakaba
Branch: MAIN
Changes since 1.26: +6 -0 lines
2002-07-04  Wakaba <w@suika.fam.cx>

	* Util.pm (encode_printable_string, decode_printable_string,
	encode_t71_string, decode_t71_string, encode_restricted_rfc822,
	decode_restricted_rfc822): New functions.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24