www.pudn.com > doc2pdf-0_7_1.rar > ChangeLog


============================================================================
Doc2pdf Change Log
-------------------------------
Please make entries to this log (in addition to the CVS log) that describe
major changes to the Doc2pdf code base.  An entries should be separated by
blank lines and include the date, developer's email, and change description.
=============================================================================

*** Doc2pdf-0.7.1 ***

08/29/02 mpeterson@users.sf.net
Added check for x-uuencoded messages

08/29/02 mpeterson@users.sf.net
Fixed problem where encoding conditionals were being made on case
sensitive values.

*** TAG Doc2pdf-0.7.0 ***

08/22/02 mpeterson@users.sf.net
Moved configuration from HKEY_LOCAL_MACHINE to HKEY_CURRENT_USER so
that doc2pdf can be run non-priviledged.

08/22/02 mpeterson@users.sf.net
Added Andriy Rozeluk's changes to enable directory based conversion

06/28/02 mpeterson@users.sf.net
Fixed problem where invalid "To:" email addresses were causing endless
loop

*** TAG Doc2pdf-0.6.3 ***

05/03/02 mpeterson@users.sf.net
Added sanity check to RCPT email addresses to reduce the number of
bounces

05/03/02 mpeterson@users.sf.net
Simple fix to RSET the SMTP session when errors occur dring sending
routines.  This fix elimiates some "working..." freezes that people
were seeing

05/03/02 mpeterson@users.sf.net
Simple change to support .rtf conversion

04/19/02 mpeterson@users.sf.net
Fixed delivery to recipients with a ',' in their descriptive email
address.  Addresses like "Peterson, Matt  were
not working

*** TAG Doc2pdf-0.6.2 *** 

04/12/02 mpeterson@users.sf.net
Fixed bug where attachment extensions were being compared case-sensitive

04/10/02 mpeterson@users.sf.net
Added code to send error reply to senders of messages that are too
large for the MTA to deliver.

04/10/02 mpeterson@users.sf.net
Fixed problem where messages were being terminated with CRLF "." CRLF CRLF 
Fix removes additional CRLF which generates error code on some MTAs

04/08/02 mpeterson@users.sf.net
Fixed problem where bare CR CR LF terminators (SquirrelMail) cause Doc2pdf
freeze.

04/08/02 mpeterson@users.sf.net
Fixed problem in quotable printable codec that was causing infinate loop on 
unrecognized EOF.

04/05/02 mpeterson@users.sf.net
Messages are now not deleted from the pop3 server until they have been 
converted and sent.

04/04/02 mpeterson@users.sf.net
Fixed code that was causing bare linefeeds to be allowed in message body or
in place of CRLF . CRLF terminator

04/04/02 mpeterson@users.sf.net
Fixed problem where original message body was not being included in reply 
email

*** TAG Doc2pdf-0.6.1a ***

4/03/02 mpeterson@users.sf.net
Fixed problem where documents what display outside the printable area froze
doc2pdf

4/02/02 mpeterson@users.sf.net
Fixed problem where some documents with pictures that are not handled by
a viewer codec do not freeze Doc2pdf.

4/02/02 mpeterson@users.sf.net
Fixed problem where password protected documents would freeze Doc2pdf. 

3/28/02 mpeterson@users.sf.net
Fixed problem where ISO-8859-1 attachment names were not being handled
correctly

3/28/02 mpeterson@users.sf.net
It seems as though some mailers do not think that CRLF should be used as
a line terminator.  Fixed Doc2pdf to humor this kind of crap.

*** TAG Doc2pdf-0.6.0 ***

3/20/02 mpeterson@users.sf.net
Added /start command line switch

3/12/02 mpeterson@users.sourceforge.net
Fixed empty To:

3/12/02 mpeterson@users.sourceforge.net
Fixed memory leak where emaillist was not being destroyed

3/12/02 mpeterson@users.sourceforge.net
Added support for reply to:

2/27/02 mpeterson@users.sourceforge.net
Added support for Lotus document conversion

*** TAG Doc2pdf-0.5.2 ***

2/12/02 mpeterson@users.sourceforge.net
Added fix for case sensitive compares on Transfer-Content-Encoding: values

2/12/02 mpeterson@users.sourceforge.net
Made IO code more robust so that it will not block forever or loop tightly 
on reads.

1/30/02 mpeterson@users.sourceforge.net
Fixed a problem with nested multipart messages sent from Microsoft Outlook 
Express 5.50.4807.1700

*** TAG Doc2pdf-0.5.0 ***

1/11/02 mpeterson@users.sourceforge.net
Added support for attachments where attachment name is in Content-Description

1/11/02 mpeterson@users.sourceforge.net
Fixed case sensitivity when comparing attachments extensions.  Thanks to 
Florian Lohoff for reporting this.

*** TAG Doc2pdf-0.4.0 ***

1/4/02 mpeterson@users.sourceforge.net
Added support for quoted-printable encoded attachments that are frequently
sent by Outlook 6.0

12/20/01 mpeterson@users.sourceforge.net
Fixed MIME parser to handle nested multiparts 

12/20/01 mpeterson@users.sourceforge.net
Gracefully handle unterminated multipart messages

12/19/01 mpeterson@users.sourceforge.net
Fixed hang on badly formatted MIME messages

12/19/01 mpeterson@users.sourceforge.net
multipart tags with ';' delimited parameters are now handled correctly

12/19/01 mpeterson@users.sourceforge.net
Fixed inline attachment bug

*** TAG Doc2pdf-0.3.0 ***

12/17/2001 mpeterson@users.sourceforge.net
Fixed inline attachments for text/html

12/13/2001 mpeterson@users.sourceforge.net
Fixed .ppt conversion to more gracefully fail when .ppt files are invalid

12/13/2001 mpeterson@users.sourceforge.net
Inline attachments are now supported

12/11/2001 mpeterson@users.sourceforge.net
Fixed several MIME parsing problems and added code to protect against
endless mail loops

12/07/2001 mpeterson@users.sourceforge.net
Several bug fixes from first day of testing after freshmeat.net announcement

*** TAG Doc2pdf-0.2.0 ***

12/06/2001 mpeterson@users.sourceforge.net
Doc2pdf now handles conversion of .xls documents

12/04/2001 mpeterson@users.sourceforge.net
Doc2pdf now handles conversion when margins are beyond printable region as
well as several other problems that result in error message box.

12/04/2001 mpeterson@users.sourceforge.net
Fixed problem where MIME scanner would fail if MIME-type occured before
Content-type or Content-disposition

12/03/2001 mpeterson@users.sourceforge.net
Fixed a problem in Doc2pdfTightyString() where one or more untypeable
characters would be skipped.

12/03/2001 mpeterson@users.sourceforge.net
Fixed problem where CRLF was being accepted as terminator for an attachment.