/[suikacvs]/messaging/manakai/lib/Message/Header/RFC822.pm
Suika

Log of /messaging/manakai/lib/Message/Header/RFC822.pm

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Links to MAIN: (view) (download) (annotate)
Sticky Tag:

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Nov 13 08:08:52 2002 UTC (22 years 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, msg-0-1
Branch point for: branch-suikawiki-1, experimental-xml-parser-200401, stable
Changes since 1.13: +4 -4 lines
Diff to previous 1.13
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.13 - (view) (download) (annotate) - [select for diffs]
Sat Aug 3 11:42:22 2002 UTC (22 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.12: +17 -2 lines
Diff to previous 1.12
2002-08-03  Wakaba <w@suika.fam.cx>

	* HTTP.pm: Define Window-Target: field.


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

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


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Jul 27 04:43:03 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.10: +31 -2 lines
Diff to previous 1.10
2002-07-26  Wakaba <w@suika.fam.cx>

	* Default.pm (sort_good_practice): New.
	* Default.pm, RFC822.pm, HTTP.pm: Support good-practice order
	sorting.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Fri Jul 19 11:49:46 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.9: +5 -3 lines
Diff to previous 1.9
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.9 - (view) (download) (annotate) - [select for diffs]
Mon Jul 8 11:47:20 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.8: +5 -3 lines
Diff to previous 1.8
2002-07-08  Wakaba <w@suika.fam.cx>

	* Message.pm: New module.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Jul 7 00:46:07 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.7: +7 -4 lines
Diff to previous 1.7
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.7 - (view) (download) (annotate) - [select for diffs]
Sat Jul 6 10:29:31 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.6: +10 -11 lines
Diff to previous 1.6
2002-07-06  Wakaba <w@suika.fam.cx>

	* HTTP.pm: New module.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Jul 4 06:38:21 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.5: +10 -2 lines
Diff to previous 1.5
2002-07-04  Wakaba <w@suika.fam.cx>

	* Util.pm (encode_printable_string, decode_printable_string,
	encode_t71_string, decode_t71_string, encode_restricted_rfc822,
	decode_restricted_rfc822): New functions.


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Jul 3 23:39:15 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
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.4 - (view) (download) (annotate) - [select for diffs]
Sun Jun 16 10:45:54 2002 UTC (22 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +5 -4 lines
Diff to previous 1.3
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.3 - (view) (download) (annotate) - [select for diffs]
Sun Jun 9 11:20:24 2002 UTC (22 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +7 -2 lines
Diff to previous 1.2
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.2 - (view) (download) (annotate) - [select for diffs]
Wed May 29 11:05:53 2002 UTC (22 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
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.1 - (view) (download) (annotate) - [select for diffs]
Sun May 26 01:18:48 2002 UTC (22 years, 6 months ago) by wakaba
Branch: MAIN
2002-05-26  wakaba <w@suika.fam.cx>

	* Default.pm (Message::Header::RFC822 and
	related packages): Removed.
	* RFC822.pm: New module.


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