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

Diff of /messaging/manakai/lib/Message/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.33

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24