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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.23 - (hide annotations) (download)
Fri Jun 14 12:07:16 2002 UTC (22 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.22: +5 -0 lines
2002-06-14  wakaba <w@suika.fam.cx>

	* Entity.pm (parse): See 'strict_linebreak' option
	and guess data's linebreak sequence.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24