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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.20 - (show annotations) (download)
Sun Jun 9 11:20:24 2002 UTC (23 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.19: +13 -0 lines
2002-06-09  wakaba <w@suika.fam.cx>

	* Entity.pm:
	- (stringify): Minimumize MIME charset name when MIME'izing.
	- (mime-entity): New 'format' type.
	- (default_media_subtype): New option.  Now 'default_media_type'
	is used for only (narrower meaning of) media type.
	- (content_type): See 'default_media_type' and
	'default_media_subtype'.  (Was hardcoded as 'text/plain'.)
	- (option): '-resucrive': new option.
	* Header.pm (parse, parse_array): Don't discard invalid
	line (non-'field' line).  (Treat as "X-Unknown" field.)

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24