/[suikacvs]/messaging/manakai/lib/Message/Entity.pm
Suika

Log of /messaging/manakai/lib/Message/Entity.pm

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Links to manakai-200612: (view) (download) (annotate)
Sticky Tag:

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Tue Jan 6 09:02:41 2004 UTC (20 years, 4 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD, before-dis2-200411, manakai-200612, manakai-release-0-3-1, manakai-release-0-3-2, manakai-release-0-4-0
Branch point for: experimental-xml-parser-200401
Changes since 1.39: +5 -4 lines
Diff to previous 1.39
(parse): Don't remove all Froms within text when use_magic_line.


Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Sat Dec 28 09:10:16 2002 UTC (21 years, 4 months ago) by wakaba
Branch: MAIN
Branch point for: branch-suikawiki-1
Changes since 1.38: +6 -5 lines
Diff to previous 1.38
*** empty log message ***


Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Wed Nov 13 08:08:51 2002 UTC (21 years, 6 months ago) by wakaba
Branch: MAIN
CVS Tags: msg-0-1
Branch point for: stable
Changes since 1.37: +9 -6 lines
Diff to previous 1.37
2002-08-05  Wakaba <w@suika.fam.cx>

	* Util.pm:
	- (sprintxf): Use Message::Util::Wide::unquote_if_quoted_string
	instead of Message::Util::unquote_if_quoted_string.
	- (Message::Util::Wide): New package.
	- (%Message::Util::Wide::REG): New hash.
	- (Message::Util::unquote_if_quoted_string): New function.
	- NOTE: "Wide" package is created to support utf8 string
	of perl 5.7.3 or later.  Utf8 string does not work
	only for [\x00-\xFF] regex of current functions,
	and this regex is used as (?:.|\x0D|\x0A).  (Without
	's' option, "." does not match with newline character.)
	When we can do away problematic code from all
	Message::* modules, we can also do away "Wide" package.


Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Sun Aug 4 00:16:32 2002 UTC (21 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.36: +104 -43 lines
Diff to previous 1.36
2002-08-04  Wakaba <w@suika.fam.cx>

	* Entity.pm: Don't fill_source by default if format =~ http.


Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Thu Aug 1 09:20:34 2002 UTC (21 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.35: +57 -4 lines
Diff to previous 1.35
2002-08-01  Wakaba <w@suika.fam.cx>

	* Entity.pm (list_name, list_count): New methods.


Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Sun Jul 28 00:31:38 2002 UTC (21 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.34: +59 -22 lines
Diff to previous 1.34
2002-07-28  Wakaba <w@suika.fam.cx>

	* Entity.pm (destination, sender): New methods.


Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sat Jul 27 04:44:25 2002 UTC (21 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.33: +35 -42 lines
Diff to previous 1.33
2002-07-26  Wakaba <w@suika.fam.cx>

	* Entity.pm:
	- (fill_missing_fields): New option.
	- (fill_source, fill_destination): New options.
	- (hook_stringify_fill_fields): Option removed.
	* Header.pm:
	- (_header_cmp): Removed.
	- (@header_order, %header_order): Removed.
	- (_scan_sort): Use Message::Header::* namespace packages to sort.


Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sat Jul 27 00:39:54 2002 UTC (21 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.32: +129 -74 lines
Diff to previous 1.32
2002-07-26  Wakaba <w@suika.fam.cx>

	* Entity.pm:
	- (fill_missing_fields): New option.
	- (fill_source, fill_destination): New options.


Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Fri Jul 26 12:42:00 2002 UTC (21 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.31: +4 -7 lines
Diff to previous 1.31
2002-07-25  Wakaba <w@suika.fam.cx>

	* Tool.pm: New module.


Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Mon Jul 22 07:48:28 2002 UTC (21 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.30: +6 -6 lines
Diff to previous 1.30
2002-07-22  Wakaba <w@suika.fam.cx>

	* Util.pm: Some fix for new returned value style
	of Message::MIME::Charset.


Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sun Jul 21 03:26:02 2002 UTC (21 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.29: +19 -3 lines
Diff to previous 1.29
2002-07-21  Wakaba <w@suika.fam.cx>

	* Entity.pm (import): New.


Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sat Jul 20 03:11:47 2002 UTC (21 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.28: +38 -8 lines
Diff to previous 1.28
2002-07-20  Wakaba <w@suika.fam.cx>

	* Entity.pm (content_type): Guess media type: 
	text/x-message-rfc1153, text/x-pgp-cleatext-singed,
	application/pgp, text/x-message-pem.


Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Fri Jul 19 11:49:46 2002 UTC (21 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.27: +31 -12 lines
Diff to previous 1.27
2002-07-13  Wakaba <w@suika.fam.cx>

	* Util.pm:
	- (get_host_fqdn): New function.
	- (%OPTION): New hash.
	* Entity.pm (stringify): Pass 'format' option
	to the body (when stringify'ing it) with
	-parent_format option, instead of -format option.


Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sat Jul 13 09:34:50 2002 UTC (21 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.26: +4 -3 lines
Diff to previous 1.26
2002-07-13  Wakaba <w@suika.fam.cx>

	* Util.pm:
	- (get_host_fqdn): New function.
	- (%OPTION): New hash.
	* Entity.pm (stringify): Pass 'format' option
	to the body (when stringify'ing it) with
	-parent_format option, instead of -format option.


Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Mon Jul 8 12:39:39 2002 UTC (21 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.25: +6 -2 lines
Diff to previous 1.25
2002-07-08  Wakaba <w@suika.fam.cx>

	* Entity.pm (parse): Typo fix.
	* Header.pm (hook_init_fill_options, hook_stringify_fill_fields):
	New options.


Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Mon Jul 8 11:49:18 2002 UTC (21 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.24: +4 -3 lines
Diff to previous 1.24
2002-07-08  Wakaba <w@suika.fam.cx>

	* Entity.pm (parse): Typo fix.


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sun Jul 7 00:46:07 2002 UTC (21 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.23: +48 -11 lines
Diff to previous 1.23
2002-07-07  Wakaba <w@suika.fam.cx>

	* Entity.pm (check_md5): New method.
	* Entity.pm (fill_md5, fill_md5_name, recalc_md5): New options.


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Tue Jul 2 06:37:56 2002 UTC (21 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.22: +4 -10 lines
Diff to previous 1.22
2002-07-02  Wakaba <w@suika.fam.cx>

	* Util.pm (decide_newline): New function.
	* Entity.pm (parse): Call Message::Util::decide_newline
	instead of local code.


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sun Jun 23 12:20:11 2002 UTC (21 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.21: +15 -5 lines
Diff to previous 1.21
2002-06-23  Wakaba <w@suika.fam.cx>

	* Entity.pm (header_default_charset, header_default_charset_input):
	New options.
	* Header.pm (ditto): Likewise.
	* Util.pm
	- (angle_quoted, angle_qcontent, M_angle_quoted): New regexs
	(Moved from Message::Field::AngleQuoted).
	- (decode_ccontent): Order of arguments of 
	Message::MIME::EncodedWord::decode_ccontent is changed.
	- (unquote_if_angle_quoted): New function.


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sun Jun 16 10:45:54 2002 UTC (21 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.20: +10 -64 lines
Diff to previous 1.20
2002-06-16  wakaba <w@suika.fam.cx>

	* Header.pm (_n11n_field_name): Check namespace definition's
	case_sensible option.
	* Entity.pm (_add_ua): Removed.  (Moved to Message::Field::UA.)


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Fri Jun 14 12:07:16 2002 UTC (21 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.19: +16 -5 lines
Diff to previous 1.19
2002-06-14  wakaba <w@suika.fam.cx>

	* Entity.pm (parse): See 'strict_linebreak' option
	and guess data's linebreak sequence.


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Jun 11 13:01:21 2002 UTC (21 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.18: +4 -2 lines
Diff to previous 1.18
2002-06-10  wakaba <w@suika.fam.cx>

	* Entity.pm (force_mime_entity): New option.
	* Header.pm (_item_match): -by => 'ns': New option.
	* Partial.pm: New module.


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sun Jun 9 11:20:24 2002 UTC (21 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.17: +104 -50 lines
Diff to previous 1.17
2002-06-09  wakaba <w@suika.fam.cx>

	* Entity.pm:
	- (stringify): Minimumize MIME charset name when MIME'izing.
	- (mime-entity): New 'format' type.
	- (default_media_subtype): New option.  Now 'default_media_type'
	is used for only (narrower meaning of) media type.
	- (content_type): See 'default_media_type' and
	'default_media_subtype'.  (Was hardcoded as 'text/plain'.)
	- (option): '-resucrive': new option.
	* Header.pm (parse, parse_array): Don't discard invalid
	line (non-'field' line).  (Treat as "X-Unknown" field.)


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sat Jun 1 05:40:55 2002 UTC (21 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.16: +42 -11 lines
Diff to previous 1.16
2002-06-01  wakaba <w@suika.fam.cx>

	* Entity.pm (_encode_body): Some bug fixes and
	better support of CT/CTE/charset.
	(_parse_value): Passes options 'body_default_charset'
	and 'body_default_charset_input' and parameter
	'header' to body class.
	* Util.pm (encode_body_string, encode_header_string):
	Returns minimum charset name if available.


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu May 30 12:53:26 2002 UTC (21 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.15: +36 -12 lines
Diff to previous 1.15
2002-05-30  wakaba <w@suika.fam.cx>

	* Entity.pm (_encode_body): Checks charset name
	to decide CTE.


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed May 29 11:05:53 2002 UTC (21 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.14: +163 -81 lines
Diff to previous 1.14
2002-05-29  wakaba <w@suika.fam.cx>

	* Entity.pm:
	- (%ENCODE, %DECODE): Removed.  (Moved to Message::MIME::Encoding)
	- Uses \x0D\x0A instead of \n.  (Temporary.  `linebreak-strict'
	and related options should be implemented /strictly/.)
	- (_encode_body): Checks media type to choose CTE.
	- (accept_coderange): New option.
	- (body_default_media_type, body_default_charset): Likewise.
	- (fill_ct): Likewise.
	- Uses %Message::Header::NS_phname2uri instead of direct
	access to namespace definition package.
	- (content_type): Returns (type, subtype) list when wantarray'ed.
	- (media_type): New method.  (Alias of content_type)
	* Header.pm (_replace_hash_shift): Checks namespace of field name.


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sat May 25 09:53:24 2002 UTC (21 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.13: +196 -77 lines
Diff to previous 1.13
2002-05-25  wakaba <w@suika.fam.cx>

	* Entity.pm, Header.pm: Supports namespaced header
	field name started with { prefix "-" }.  (But
	it is not completely supported yet.)
	* Header/: New directory.
	
	* Header.pm: Uses Message::Field::Structured
	as parent module.


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed May 15 07:31:28 2002 UTC (22 years ago) by wakaba
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12
2002-05-15  wakaba <w@suika.fam.cx>

	* Header.pm:
	- Add Resent-User-Agent: field support.
	- Use Message::Field::Addresses instead of 
	Message::Field::Address.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Tue May 14 13:50:11 2002 UTC (22 years ago) by wakaba
Branch: MAIN
Changes since 1.11: +63 -22 lines
Diff to previous 1.11
2002-05-14  wakaba <w@suika.fam.cx>

	* Entity.pm (pod:uri-url-mailto-*): New list-items.
	(stringify): Output mailto: URL when format =~ url-mailto.
	* Header.pm (stringify): Ditto.
	* Util.pm: Bugs are fixed.
	(remove_meaningless_wsp): New function.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Apr 21 04:28:46 2002 UTC (22 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.10: +144 -2 lines
Diff to previous 1.10
2002-04-21  wakaba <w@suika.fam.cx>

	* Entity.pm (pod:C<format>): New section.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Fri Apr 19 12:00:36 2002 UTC (22 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.9: +6 -8 lines
Diff to previous 1.9
2002-04-05  wakaba <w@suika.fam.cx>

	* Util.pm: Add some functions from Message::Field::Structured.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Fri Apr 5 14:56:26 2002 UTC (22 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.8: +97 -33 lines
Diff to previous 1.8
2002-04-05  wakaba <w@suika.fam.cx>

	* Util.pm: Add some functions from Message::Field::Structured.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Apr 3 13:31:36 2002 UTC (22 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.7: +147 -66 lines
Diff to previous 1.7
2002-04-03  wakaba <w@suika.fam.cx>

	* Entity.pm, Header.pm: Updated.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Mar 31 13:12:41 2002 UTC (22 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.6: +25 -8 lines
Diff to previous 1.6
2002-03-31  wakaba <w@suika.fam.cx>

	* Header.pm: Support Message::Field::URI.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Mar 26 15:19:53 2002 UTC (22 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.5: +4 -5 lines
Diff to previous 1.5
2002-03-27  wakaba <w@suika.fam.cx>

	* Fix bug of treatment of FWS sorounding encoded-word.
	(MIME/EncodedWord.pm and related modules.)


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Mar 26 05:41:16 2002 UTC (22 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.4: +57 -2 lines
Diff to previous 1.4
2002-03-26  wakaba <w@suika.fam.cx>

	* Entity.pm: Adds User-Agent: value when stringify.
	(ua_field_name, ua_use_config): New options.
	(add_ua): New option.
	(_add_ua): New proceder.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Mar 25 10:18:35 2002 UTC (22 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.3: +13 -6 lines
Diff to previous 1.3
2002-03-25  wakaba <w@suika.fam.cx>

	* MIME/: New directory.
	* Util.pm: New module.
	* Entity.pm, Header.pm (parse_all): New option.
	(hook_encode_string, hook_decode_string): Likewise.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu Mar 21 04:21:28 2002 UTC (22 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +47 -15 lines
Diff to previous 1.2
2002-03-21  wakaba <w@suika.fam.cx>

	* Body/: New directory.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Mar 13 15:10:21 2002 UTC (22 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +5 -2 lines
Diff to previous 1.1
2002-03-13  wakaba <w@suika.fam.cx>

	* Header.pm: New module.
	* Entity.pm: Likewise.
	
	* ChangeLog: New file.


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed Mar 13 14:47:07 2002 UTC (22 years, 2 months ago) by wakaba
Branch: MAIN
2002-03-13  wakaba <w@suika.fam.cx>

	* Header.pm: New module.
	* Entity.pm: Likewise.
	
	* ChangeLog: New file.


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24