# # ChangeLog for trunk/gsdl/perllib/plugins/EMAILPlug.pm # # Generated by Trac 1.4.2 # 2024-04-29T03:23:28+12:00 Fri, 07 Jun 2002 00:25:02 GMT paynter [3136] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) Reconciled John's version of my changes to EMAILPlug with my version ... Tue, 28 May 2002 03:32:33 GMT jrm21 [3134] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) 1) Convert headers to detected charset if possible. 2) Convert ... Wed, 22 May 2002 05:27:41 GMT jrm21 [3132] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) Try to determine the encoding used in the headers in case it is not ... Tue, 07 May 2002 03:33:35 GMT jrm21 [3111] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) Allow .eml extension (IE and mozilla default to this for individual ... Wed, 03 Apr 2002 03:44:42 GMT jrm21 [3073] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) 1) Default Title now correctly escapes [ and ] chars. 2) ... Thu, 24 Jan 2002 02:28:47 GMT jrm21 [2918] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) Add [Title] metadata so that the default format strings will show ... Tue, 04 Dec 2001 03:02:17 GMT jrm21 [2886] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) Fixed some encoding issues - need to convert to utf-8 after un- ... Fri, 23 Nov 2001 03:14:39 GMT sjboddie [2847] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) Altered EMAILPlug a little so it now treats all text that it used to ... Thu, 04 Oct 2001 00:02:28 GMT jrm21 [2781] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) oops - left off a '$' at end of a pattern match. Wed, 03 Oct 2001 23:41:16 GMT jrm21 [2779] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) Be a little more flexible when looking for boundary field in a ... Tue, 25 Sep 2001 22:38:47 GMT jrm21 [2754] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) oops - left a debugging statement in there. Tue, 04 Sep 2001 23:30:41 GMT jrm21 [2733] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) minor regex fixes/improvements. Tue, 04 Sep 2001 04:43:57 GMT jrm21 [2732] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) needed
 tags when using the text/plain part of a multipart
	message.


Mon, 03 Sep 2001 03:29:45 GMT jrm21 [2730]
	* trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified)

	1) Non-ascii characters should now work for any encoding handled by ...


Tue, 28 Aug 2001 05:12:41 GMT jrm21 [2717]
	* trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified)

	Do some email munging - @ symbols become @. Both netscape and IE ...


Tue, 31 Jul 2001 03:14:42 GMT jrm21 [2681]
	* trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified)

	fixed a few more minor MIME header parsing cases.


Tue, 31 Jul 2001 01:58:05 GMT jrm21 [2680]
	* trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified)

	1. we escape '[' and ']' chars in headers so greenstone doesn't try ...


Fri, 20 Jul 2001 04:48:23 GMT jrm21 [2662]
	* trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified)

	oops, that's a bit stupid (of me) - changed:
	    if ...


Thu, 12 Jul 2001 10:40:05 GMT jrm21 [2652]
	* trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified)

	Needed to replace \s with \\s. Also checked for multipart/related.


Wed, 11 Jul 2001 03:00:50 GMT jrm21 [2638]
	* trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified)

	typo in regexp broke import... encoding type should have had [^\s], ...


Mon, 09 Jul 2001 07:09:06 GMT jrm21 [2630]
	* trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified)

	Mime support for multipart messages. Doesn't extract attachments ...


Tue, 05 Jun 2001 01:57:56 GMT paynter [2493]
	* trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified)

	Changed at the request of Marcio - see mailing list.


Thu, 01 Mar 2001 00:44:42 GMT jrm21 [2096]
	* trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified)

	Minor changes to regexs, so that header fields have to be at start of ...


Thu, 01 Feb 2001 04:45:43 GMT jrm21 [1895]
	* trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified)

	Email plug now uses SplitPlug for mbox mail files. Hopefully this ...


Sun, 28 Jan 2001 23:49:57 GMT paynter [1869]
	* trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified)

	Regular expression fix.


Wed, 06 Dec 2000 22:47:27 GMT say1 [1757]
	* trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified)

	tightened the criteria for email files to avoid matching all dynamic ...


Tue, 07 Nov 2000 22:49:49 GMT paynter [1658]
	* trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified)

	Fixed a bug reading the headers that confused "To" with "In-Reply-
	To".


Fri, 18 Aug 2000 05:37:15 GMT sjboddie [1424]
	* trunk/gsdl/bin/script/build (modified)
	* trunk/gsdl/bin/script/buildcol.pl (modified)
	* trunk/gsdl/bin/script/filecopy.pl (modified)
	* trunk/gsdl/bin/script/import.pl (modified)
	* trunk/gsdl/perllib/docsave.pm (modified)
	* trunk/gsdl/perllib/mgbuilder.pm (modified)
	* trunk/gsdl/perllib/mgbuildproc.pm (modified)
	* trunk/gsdl/perllib/plugin.pm (modified)
	* trunk/gsdl/perllib/plugins/ArcPlug.pm (modified)
	* trunk/gsdl/perllib/plugins/BasPlug.pm (modified)
	* trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified)
	* trunk/gsdl/perllib/plugins/GMLPlug.pm (modified)
	* trunk/gsdl/perllib/plugins/HBPlug.pm (modified)
	* trunk/gsdl/perllib/plugins/HBSPlug.pm (modified)
	* trunk/gsdl/perllib/plugins/HTMLPlug.pm (modified)
	* trunk/gsdl/perllib/plugins/IndexPlug.pm (modified)
	* trunk/gsdl/perllib/plugins/RecPlug.pm (modified)
	* trunk/gsdl/perllib/plugins/TEXTPlug.pm (modified)
	* trunk/gsdl/perllib/plugins/ZIPPlug.pm (modified)

	Added a -out option to most of the perl building scripts to allow ...


Tue, 27 Jun 2000 05:10:07 GMT sjboddie [1244]
	* trunk/gsdl/bin/script/pluginfo.pl (added)
	* trunk/gsdl/perllib/acronym.pm (modified)
	* trunk/gsdl/perllib/plugin.pm (modified)
	* trunk/gsdl/perllib/plugins/ArcPlug.pm (modified)
	* trunk/gsdl/perllib/plugins/BasPlug.pm (modified)
	* trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified)
	* trunk/gsdl/perllib/plugins/GMLPlug.pm (modified)
	* trunk/gsdl/perllib/plugins/HBPlug.pm (modified)
	* trunk/gsdl/perllib/plugins/HBSPlug.pm (modified)
	* trunk/gsdl/perllib/plugins/HTMLPlug.pm (modified)
	* trunk/gsdl/perllib/plugins/IndexPlug.pm (modified)
	* trunk/gsdl/perllib/plugins/RecPlug.pm (modified)
	* trunk/gsdl/perllib/plugins/TEXTPlug.pm (modified)

	Caught up most general plugins (that's the ones in ...


Mon, 12 Jun 2000 21:50:15 GMT gwp [1206]
	* trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified)

	A thorough rewrite; some of the metadata was flawed in such a way ...


Wed, 29 Sep 1999 03:18:45 GMT sjboddie [638]
	* trunk/gsdl/perllib/plugins/EMAILPlug.pm (added)

	Gordon's new email plugin thingy