/[suikacvs]/messaging/manakai/lib/Message/MIME/EncodedWord.pm
Suika

Log of /messaging/manakai/lib/Message/MIME/EncodedWord.pm

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sun Dec 29 03:04:53 2002 UTC (23 years, 7 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: branch-suikawiki-1, experimental-xml-parser-200401
Changes since 1.12: +44 -39 lines
Diff to previous 1.12
en_quoted_string, en_phrase: New


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sat Dec 28 09:07:05 2002 UTC (23 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.11: +209 -8 lines
Diff to previous 1.11
Encoding encoded-word is supported


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Jul 22 02:48:55 2002 UTC (24 years ago) by wakaba
Branch: MAIN
CVS Tags: msg-0-1
Branch point for: stable
Changes since 1.10: +7 -7 lines
Diff to previous 1.10
2002-07-22  Wakaba <w@suika.fam.cx>

	* Charset.pm:
	- (encode, decode): Reformed.  Return a hash as second or
	greter'th element of returned array.  (Now only 'success'
	key is used.)
	* EncodedWord.pm (_decode_eword): Fix for new 
	Message::MIME::Charset::decode.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Jul 4 06:38:21 2002 UTC (24 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9
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.9 - (view) (download) (annotate) - [select for diffs]
Sun Jun 23 12:16:10 2002 UTC (24 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
2002-06-23  Wakaba <w@suika.fam.cx>

	* Charset.pm
	- New name_minimumizers. (Some are moved from 
	Message::MIME::Charset::Jcode.)
	- (%_MINIMUMIZER): New internal hash.
	- Use internal name-minimumizer (with %_MINIMUMIZER)
	if minimumizer is not defined in charset's definition.
	* EncodedWord.pm (decode_ccontent): Order of arguments
	is changed.
	* MediaType.pm: Typo fix.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Jun 16 10:45:54 2002 UTC (24 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7
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.7 - (view) (download) (annotate) - [select for diffs]
Sun Jun 9 11:13:14 2002 UTC (24 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.6: +8 -7 lines
Diff to previous 1.6
2002-06-09  wakaba <w@suika.fam.cx>

	* Charset.pm:
	- Support of 'name_minimumizer' property of charset object.
	- (name_minimumize): New function.
	* Encoding.pm (encode_qp): Don't encode inner WSPs within
	tailing WSPs.
	* MediaType.pm: Support of some new media types
	and their parameters.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sat May 25 09:53:24 2002 UTC (24 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.5: +9 -9 lines
Diff to previous 1.5
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.5 - (view) (download) (annotate) - [select for diffs]
Fri May 17 05:46:25 2002 UTC (24 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.4: +12 -3 lines
Diff to previous 1.4
2002-05-16  wakaba <w@suika.fam.cx>

	* Util.pm:
	- ($REG{NON_http_attribute_char_wsp}): New regex.
	- (wsps_to_sp): New function.
	- (decode_header_string): Don't do away tail WSPs.
	- TODO: Util.pm must have some needless functions.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Apr 19 12:00:36 2002 UTC (24 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +63 -9 lines
Diff to previous 1.3
2002-04-05  wakaba <w@suika.fam.cx>

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


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Mar 26 15:19:53 2002 UTC (24 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +69 -24 lines
Diff to previous 1.2
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.2 - (view) (download) (annotate) - [select for diffs]
Tue Mar 26 05:41:16 2002 UTC (24 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +11 -1 lines
Diff to previous 1.1
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.1 - (view) (download) (annotate) - [select for diffs]
Mon Mar 25 10:17:05 2002 UTC (24 years, 4 months ago) by wakaba
Branch: MAIN
2002-03-25  wakaba <w@suika.fam.cx>

	* Charset.pm, EncodedWord.pm: New modules.
	* 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:

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24