2002-01-17  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* Bumped version to 1.3.1

2002-01-17  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* smtp.tcl: Fixed bug #499242. Extended the non-trf branch of
	  smtp::wtextaux to detect and transform bare LF's into proper
	  CR/LF sequences.

2002-01-16  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* mime.tcl (qp_encode): Implemented FR #503336, added
	  'no_softbreak' flag to qp_encode. Default value is false, giving
	  the original behaviour. If set the encoded data is not broken
	  into multiple lines, even if longer than 72 characters.

2001-11-07  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* mime.n: Clarified documentation for 'parseaddress' in the wake
	  of bug #479174 as this is the command which actually handles the
	  value of option -recipients mentionend below.

	* smtp.n: Fixed bug #479144, clarified contents of value for
	  -recipients. Bug reported by Darren New
	  <dnew@users.sourceforge.net>.

2001-11-01  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* smtp.tcl: Fixed bug #472009. Changes in the handling of
	  script-level transformations cause the system to try to
	  initialize the read side of the 'smtp::wdata'
	  transformation. This fails. Added a dummy create/read branch to
	  the switch. Reported by 'nobody/anonymous', but possibly Andreas
	  Otto (deduced from the specified example).

	* mime.tcl: Added informaton about 7bit, 8bit, and binary encoding
	  to the places where it is missing. This fixes SF item
	  #477088. Bug was reported by Oliver Bienert
	  <obienert@users.sourceforge.net>.

2001-10-16  Andreas Kupries <andreas_kupries@users.sourceforge.net>

	* mime.n:
	* mime.tcl:
	* smtp.n:
	* smtp.tcl:
	* pkgIndex.tcl: Version up to 1.3

2001-09-12  Andreas Kupries <andreas_kupries@users.sourceforge.net>

	* Added manpages for smtp and mime packages.

2001-08-01  Jeff Hobbs  <jeffh@ActiveState.com>

	* mime.tcl: made package require 8.3 and sped up qp_encode and
	qp_decode.

2001-07-10  Andreas Kupries <andreas_kupries@users.sourceforge.net>

	* smtp.tcl: 
	* mime.tcl: Frink 2.2 run, fixed dubious code.

2001-06-21  Andreas Kupries <andreas_kupries@users.sourceforge.net>

	* smtp.tcl:
	* mime.tcl: Fixed dubious code reported by frink and procheck.

2001-01-30  Eric Melski  <ericm@interwoven.com>

	* mime.tcl: Applied patch from Peter MacDonald to correct problem
	with mime::initialize failing when mailers neglect to include
	the trailing boundary marker.

2000-09-20  Dan Kuchler  <kuchler@ajubasolutions.com>

        * smtp.tcl
        * mime.tcl: namespaced the procs that are created to replace
        the Trf functions when Trf isn't available.  This way they
        are not created in the global namespace, and there isn't any
        risk that they will collide with other global functions.

2000-09-04  Dan Kuchler  <kuchler@ajubasolutions.com>

        * README.xml
        * README.txt
        * README.html
        * mime.tcl:  Added proc header comment blocks to all procedures.
        Some are better than others, and they were written based on a
        quick analysis of the code and the documentation in the README
        file.  They should be updated as they change or are found to be
        inaccurate.

2000-09-01  Dan Kuchler  <kuchler@ajubasolutions.com>
       
        * mime.tcl
        * mime.test: Integrated a patch from Laurent Riesterer 
        (riesterer@celar.fr).  This patch added three new procedures
        (mime::word_encode, mime::word_decode, and mime::field_decode)
        The patch also adds support for word encoded items as defined
        in RFC 2047.  Fixed a bug in the quoted printable encode function
        mime::qp_encode

2000-08-15  Dan Kuchler  <kuchler@ajubasolutions.com>

        * mime.tcl
        * smtp.tcl: Made fixes so that smtp::sendmessage and
        mime::buildmessage work properly.  Fixed a bug where
        the "." at the start of a line was not being replaced
        by a ".." This was fine in base64 or in the default
        quoted printable, but was clearly broken in 8-bit or
        7-bit encodings.

2000-08-11  Eric Melski  <ericm@ajubasolutions.com>

	* README.xml: 
	* README.html: 
	* README.txtl: Clarified information about soft-dependancy on Trf.

2000-08-03  Dan Kuchler <kuchler@ajubasolutions.com>

	* README.txt
	* README.xml
	* README.html
	* mime/smtp.tcl: Added a '-ports' option to smtp::sendmessage.
	The '-ports' option takes a list that should mirror the list of
	SMTP servers specified with the '-servers' flag. Documented the
	mime::reversemapencodings, mime::mapencodings, and
	smtp::buildmessage functions

	* mime/mime.tcl: Added mime::mapencoding and
	mime::reversemapencoding functions to map tcl encodings
	to their charset types, and back again.

	* mime/pkgIndex.tcl: Bumped the revision number from 1.1 to 1.2

2000-06-21  Sandeep Tamhankar  <sandeep@scriptics.com>

	* mime/smtp.tcl: Undid the #5693 fix.  It turns out there are
	situations where this is the desired behavior.  The basic idea is
	that the -recipients value is used in the SMTP envelope, and
	should not be mixed with message headers.  Basically, they're two
	totally different things.  I commented all the code and cleaned up
	some of the areas where side effects were being used unnecessarily
	and making the code hard to read.
	
2000-05-24  Sandeep Tamhankar  <sandeep@scriptics.com>

	* mime/smtp.tcl: Fixed bug 5693, where the "To:" header wasn't
	being sent with an e-mail when using the -recipients flag of
	smtp::sendmessage.  Also, if -recipients was combined with -header
	"To ..." or -header "Cc ...", it would send the message only to
	-recipients (which is documented) but it would leave the Cc and To
	headers, which are wrong.  This is also fixed.

2000-05-23  Sandeep Tamhankar  <sandeep@scriptics.com>

	* mime/mime.tcl
	* mime/mime.test: Fixed bugs 5521 and 5659, where qp_encode and
	qp_decode had numerous bugs.  See #5659 for details.

2000-05-22  Sandeep Tamhankar  <sandeep@scriptics.com>

	* mime/smtp.tcl: Fixed a bug where if the requested mail server
	didn't exist (i.e. the host didn't have an SMTP server running),
	smtp::sendmessage would continue executing until a horrific crash
	at a later point.  I added the check and proper error reporting.

2000-05-06  Sandeep Tamhankar  <sandeep@scriptics.com>

	* mime/smtp.tcl: Fixed bug 5383, where smtp wouldn't work because
	it had a dependency on Trf.  I've patched the code, and it seems
	to work fine now.

2000-04-25  Sandeep Tamhankar <sandeep@scriptics.com>

	* modules/mime/mime.test: Added a somewhat rudimentary test suite
	for TclMIME.  Found what I believe is a minor bug in the package,
	but decided not to fix it (and just let the relevant test fail)
	until I can discuss it with Brent.

2000-03-07  Brent Welch <welch@scriptics.com>

	* modules/mime/mime.tcl: Modified this to have a soft dependency on
	the Trf package.  If it is available then the encoding and decoding
	of MIME base64 and quoted-printable will run faster.
	Also added mime::buildmessage that creates the structured MIME message
	in a string and returns that - much like mime::copymessage that
	copies the message to a channel.
