1 |
|
2002-07-21 Wakaba <w@suika.fam.cx> |
2 |
|
|
3 |
|
* Entity.pm (import): New. |
4 |
|
|
5 |
|
2002-07-20 Wakaba <w@suika.fam.cx> |
6 |
|
|
7 |
|
* Entity.pm (content_type): Guess media type: |
8 |
|
text/x-message-rfc1153, text/x-pgp-cleatext-singed, |
9 |
|
application/pgp, text/x-message-pem. |
10 |
|
|
11 |
|
2002-07-19 Wakaba <w@suika.fam.cx> |
12 |
|
|
13 |
|
* Entity.pm: |
14 |
|
- (guess_media_type): New option. |
15 |
|
- (content_type): Guess media type (text/x-message-rfc934) |
16 |
|
if necessary. |
17 |
|
|
18 |
|
2002-07-13 Wakaba <w@suika.fam.cx> |
19 |
|
|
20 |
|
* Util.pm: |
21 |
|
- (get_host_fqdn): New function. |
22 |
|
- (%OPTION): New hash. |
23 |
|
* Entity.pm (stringify): Pass 'format' option |
24 |
|
to the body (when stringify'ing it) with |
25 |
|
-parent_format option, instead of -format option. |
26 |
|
|
27 |
|
2002-07-08 Wakaba <w@suika.fam.cx> |
28 |
|
|
29 |
|
* Entity.pm (parse): Typo fix. |
30 |
|
* Header.pm (hook_init_fill_options, hook_stringify_fill_fields): |
31 |
|
New options. |
32 |
|
|
33 |
|
2002-07-07 Wakaba <w@suika.fam.cx> |
34 |
|
|
35 |
|
* Entity.pm (check_md5): New method. |
36 |
|
* Entity.pm (fill_md5, fill_md5_name, recalc_md5): New options. |
37 |
|
|
38 |
|
2002-07-06 Wakaba <w@suika.fam.cx> |
39 |
|
|
40 |
|
* Header.pm: Support of RFC 2774 namespace. |
41 |
|
|
42 |
|
2002-07-04 Wakaba <w@suika.fam.cx> |
43 |
|
|
44 |
|
* Util.pm (encode_printable_string, decode_printable_string, |
45 |
|
encode_t71_string, decode_t71_string, encode_restricted_rfc822, |
46 |
|
decode_restricted_rfc822): New functions. |
47 |
|
|
48 |
|
2002-07-02 Wakaba <w@suika.fam.cx> |
49 |
|
|
50 |
|
* Util.pm (decide_newline): New function. |
51 |
|
* Entity.pm (parse): Call Message::Util::decide_newline |
52 |
|
instead of local code. |
53 |
|
|
54 |
|
2002-06-23 Wakaba <w@suika.fam.cx> |
55 |
|
|
56 |
|
* Entity.pm (header_default_charset, header_default_charset_input): |
57 |
|
New options. |
58 |
|
* Header.pm (ditto): Likewise. |
59 |
|
* Util.pm |
60 |
|
- (angle_quoted, angle_qcontent, M_angle_quoted): New regexs |
61 |
|
(Moved from Message::Field::AngleQuoted). |
62 |
|
- (decode_ccontent): Order of arguments of |
63 |
|
Message::MIME::EncodedWord::decode_ccontent is changed. |
64 |
|
- (unquote_if_angle_quoted): New function. |
65 |
|
|
66 |
2002-06-16 wakaba <w@suika.fam.cx> |
2002-06-16 wakaba <w@suika.fam.cx> |
67 |
|
|
68 |
* Header.pm (_n11n_field_name): Check namespace definition's |
* Header.pm (_n11n_field_name): Check namespace definition's |