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> |
2002-05-16 wakaba <w@suika.fam.cx> |
149 |
|
|
150 |
* Util.pm: |
* Util.pm: |