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