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> |
2002-07-08 Wakaba <w@suika.fam.cx> |
43 |
|
|
44 |
* Entity.pm (parse): Typo fix. |
* 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> |
2002-07-07 Wakaba <w@suika.fam.cx> |
49 |
|
|