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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.29 - (hide annotations) (download)
Sun Jul 7 00:46:07 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.28: +5 -0 lines
2002-07-07  Wakaba <w@suika.fam.cx>

	* Entity.pm (check_md5): New method.
	* Entity.pm (fill_md5, fill_md5_name, recalc_md5): New options.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24