| 1 |
|
2002-07-08 Wakaba <w@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* Entity.pm (parse): Typo fix. |
| 4 |
|
* Header.pm (hook_init_fill_options, hook_stringify_fill_fields): |
| 5 |
|
New options. |
| 6 |
|
|
| 7 |
|
2002-07-07 Wakaba <w@suika.fam.cx> |
| 8 |
|
|
| 9 |
|
* Entity.pm (check_md5): New method. |
| 10 |
|
* Entity.pm (fill_md5, fill_md5_name, recalc_md5): New options. |
| 11 |
|
|
| 12 |
|
2002-07-06 Wakaba <w@suika.fam.cx> |
| 13 |
|
|
| 14 |
|
* Header.pm: Support of RFC 2774 namespace. |
| 15 |
|
|
| 16 |
|
2002-07-04 Wakaba <w@suika.fam.cx> |
| 17 |
|
|
| 18 |
|
* Util.pm (encode_printable_string, decode_printable_string, |
| 19 |
|
encode_t71_string, decode_t71_string, encode_restricted_rfc822, |
| 20 |
|
decode_restricted_rfc822): New functions. |
| 21 |
|
|
| 22 |
|
2002-07-02 Wakaba <w@suika.fam.cx> |
| 23 |
|
|
| 24 |
|
* Util.pm (decide_newline): New function. |
| 25 |
|
* Entity.pm (parse): Call Message::Util::decide_newline |
| 26 |
|
instead of local code. |
| 27 |
|
|
| 28 |
|
2002-06-23 Wakaba <w@suika.fam.cx> |
| 29 |
|
|
| 30 |
|
* Entity.pm (header_default_charset, header_default_charset_input): |
| 31 |
|
New options. |
| 32 |
|
* Header.pm (ditto): Likewise. |
| 33 |
|
* Util.pm |
| 34 |
|
- (angle_quoted, angle_qcontent, M_angle_quoted): New regexs |
| 35 |
|
(Moved from Message::Field::AngleQuoted). |
| 36 |
|
- (decode_ccontent): Order of arguments of |
| 37 |
|
Message::MIME::EncodedWord::decode_ccontent is changed. |
| 38 |
|
- (unquote_if_angle_quoted): New function. |
| 39 |
|
|
| 40 |
|
2002-06-16 wakaba <w@suika.fam.cx> |
| 41 |
|
|
| 42 |
|
* Header.pm (_n11n_field_name): Check namespace definition's |
| 43 |
|
case_sensible option. |
| 44 |
|
* Entity.pm (_add_ua): Removed. (Moved to Message::Field::UA.) |
| 45 |
|
|
| 46 |
|
2002-06-14 wakaba <w@suika.fam.cx> |
| 47 |
|
|
| 48 |
|
* Entity.pm (parse): See 'strict_linebreak' option |
| 49 |
|
and guess data's linebreak sequence. |
| 50 |
|
|
| 51 |
|
2002-06-11 wakaba <w@suika.fam.cx> |
| 52 |
|
|
| 53 |
|
* Header.pm (_item_match): Bug fix of "-by => 'ns'". |
| 54 |
|
* Partial.pm (reassembly): New function. |
| 55 |
|
|
| 56 |
|
2002-06-10 wakaba <w@suika.fam.cx> |
| 57 |
|
|
| 58 |
|
* Entity.pm (force_mime_entity): New option. |
| 59 |
|
* Header.pm (_item_match): -by => 'ns': New option. |
| 60 |
|
* Partial.pm: New module. |
| 61 |
|
|
| 62 |
|
2002-06-09 wakaba <w@suika.fam.cx> |
| 63 |
|
|
| 64 |
|
* Entity.pm: |
| 65 |
|
- (stringify): Minimumize MIME charset name when MIME'izing. |
| 66 |
|
- (mime-entity): New 'format' type. |
| 67 |
|
- (default_media_subtype): New option. Now 'default_media_type' |
| 68 |
|
is used for only (narrower meaning of) media type. |
| 69 |
|
- (content_type): See 'default_media_type' and |
| 70 |
|
'default_media_subtype'. (Was hardcoded as 'text/plain'.) |
| 71 |
|
- (option): '-resucrive': new option. |
| 72 |
|
* Header.pm (parse, parse_array): Don't discard invalid |
| 73 |
|
line (non-'field' line). (Treat as "X-Unknown" field.) |
| 74 |
|
|
| 75 |
|
2002-06-01 wakaba <w@suika.fam.cx> |
| 76 |
|
|
| 77 |
|
* Entity.pm (_encode_body): Some bug fixes and |
| 78 |
|
better support of CT/CTE/charset. |
| 79 |
|
(_parse_value): Passes options 'body_default_charset' |
| 80 |
|
and 'body_default_charset_input' and parameter |
| 81 |
|
'header' to body class. |
| 82 |
|
* Util.pm (encode_body_string, encode_header_string): |
| 83 |
|
Returns minimum charset name if available. |
| 84 |
|
|
| 85 |
|
2002-05-30 wakaba <w@suika.fam.cx> |
| 86 |
|
|
| 87 |
|
* Entity.pm (_encode_body): Checks charset name |
| 88 |
|
to decide CTE. |
| 89 |
|
|
| 90 |
|
2002-05-29 wakaba <w@suika.fam.cx> |
| 91 |
|
|
| 92 |
|
* Entity.pm: |
| 93 |
|
- (%ENCODE, %DECODE): Removed. (Moved to Message::MIME::Encoding) |
| 94 |
|
- Uses \x0D\x0A instead of \n. (Temporary. `linebreak-strict' |
| 95 |
|
and related options should be implemented /strictly/.) |
| 96 |
|
- (_encode_body): Checks media type to choose CTE. |
| 97 |
|
- (accept_coderange): New option. |
| 98 |
|
- (body_default_media_type, body_default_charset): Likewise. |
| 99 |
|
- (fill_ct): Likewise. |
| 100 |
|
- Uses %Message::Header::NS_phname2uri instead of direct |
| 101 |
|
access to namespace definition package. |
| 102 |
|
- (content_type): Returns (type, subtype) list when wantarray'ed. |
| 103 |
|
- (media_type): New method. (Alias of content_type) |
| 104 |
|
* Header.pm (_replace_hash_shift): Checks namespace of field name. |
| 105 |
|
|
| 106 |
|
2002-05-26 wakaba <w@suika.fam.cx> |
| 107 |
|
|
| 108 |
|
* Header.pm (url_mailto_safe): Removed. |
| 109 |
|
(Moved to Message::Header::RFC822.) |
| 110 |
|
|
| 111 |
|
* Makefile: New file. |
| 112 |
|
|
| 113 |
|
* Entity.pm: Uses Win32 if use_config and $^O eq |
| 114 |
|
MSWin32. |
| 115 |
|
|
| 116 |
|
2002-05-25 wakaba <w@suika.fam.cx> |
| 117 |
|
|
| 118 |
|
* Entity.pm, Header.pm: Supports namespaced header |
| 119 |
|
field name started with { prefix "-" }. (But |
| 120 |
|
it is not completely supported yet.) |
| 121 |
|
* Header/: New directory. |
| 122 |
|
|
| 123 |
|
* Header.pm: Uses Message::Field::Structured |
| 124 |
|
as parent module. |
| 125 |
|
|
| 126 |
|
2002-05-16 wakaba <w@suika.fam.cx> |
| 127 |
|
|
| 128 |
|
* Util.pm: |
| 129 |
|
- ($REG{NON_http_attribute_char_wsp}): New regex. |
| 130 |
|
- (wsps_to_sp): New function. |
| 131 |
|
- (decode_header_string): Don't do away tail WSPs. |
| 132 |
|
- TODO: Util.pm must have some needless functions. |
| 133 |
|
|
| 134 |
|
2002-05-15 wakaba <w@suika.fam.cx> |
| 135 |
|
|
| 136 |
|
* Header.pm: |
| 137 |
|
- Add Resent-User-Agent: field support. |
| 138 |
|
- Use Message::Field::Addresses instead of |
| 139 |
|
Message::Field::Address. |
| 140 |
|
|
| 141 |
|
2002-05-14 wakaba <w@suika.fam.cx> |
| 142 |
|
|
| 143 |
|
* Entity.pm (pod:uri-url-mailto-*): New list-items. |
| 144 |
|
(stringify): Output mailto: URL when format =~ url-mailto. |
| 145 |
|
* Header.pm (stringify): Ditto. |
| 146 |
|
* Util.pm: Bugs are fixed. |
| 147 |
|
(remove_meaningless_wsp): New function. |
| 148 |
|
|
| 149 |
|
2002-04-21 wakaba <w@suika.fam.cx> |
| 150 |
|
|
| 151 |
|
* Entity.pm (pod:C<format>): New section. |
| 152 |
|
|
| 153 |
|
2002-04-05 wakaba <w@suika.fam.cx> |
| 154 |
|
|
| 155 |
|
* Util.pm: Add some functions from Message::Field::Structured. |
| 156 |
|
|
| 157 |
2002-04-03 wakaba <w@suika.fam.cx> |
2002-04-03 wakaba <w@suika.fam.cx> |
| 158 |
|
|
| 159 |
* Entity.pm, Header.pm: Updated. |
* Entity.pm, Header.pm: Updated. |