Version history of eml2mbx
--------------------------

o 2002, September 16 -- v0.10
  * First public release (German version).

o 2002, September 18 -- v0.11
  * changed:  - Some internal details.

o 2002, September 22 -- v0.12
  + new:      - A space is put in front of lines in the body of a mail,
                that begin with "From "; this behaviour can be switched
                off.

o 2003, October 22 -- v0.30
  * changed:  - Some internal details.
              - Previous versions used the line "From " (without quotes)
                as postmark. Now eml2mbx uses the line
                "From support@localhost Sat Jan 01 12:00:00 2000".

o 2003, December 17 -- v0.40
  * changed:  - Some internal details.
              - Improved error handling.
              - If the output file doesn't have the extension ".mbx",
                this extension will not be automatically appended to its
                name any more.
  + new:      - Optional INI file.
              - Enhanced documentation.
              - English version released.

o 2004, February 23 -- v0.45
  * changed:  - If there is no error, the program now terminates
                automatically.
  + new:      - Window with progress bar and possibility to cancel the
                program.

o 2004, July 25 -- v0.48
  * changed:  - Some internal details.
  + new:      - Switch /i in order to start the program as an icon in
                the taskbar.

o 2004, December 11 -- v0.50
  * fixed:    - After restoring the minimized window, the "Cancel"
                button didn't have the focus.
  * changed:  - Some internal details.

o 2005, October 23 -- v0.51
  * fixed:    - Files that do not end with a line break are now handled
                correctly.
  * changed:  - eml2mbx now locks the mbox files while it writes to
                them, so that they can't be altered by other programs
                at the same time.
              - Some internal details.

o 2007, April 11 -- v0.60
  * fixed:    - Macintosh style line breaks (ASCII 13) were not
                recognized correctly.
              - Handling of a non-existent source directory.
  * changed:  - If the target directory does not exist, then it will be
                created by the program.
              - After clicking at [ Cancel ] on the progress indicator,
                the user will be asked whether it's actually intended to
                abort the program.
              - If as source no file specification but a directory is
                given, the program now appends "*.*" instead of "*.eml"
                to the directory name.
              - The program now always displays long directory and file
                names, even when short 8.3 names are passed as command-
                line parameters.
              - Improved error handling.
              - Several internal details.
              - Improved documentation.
  + new:      - Windows XP theme support
                (although there is alsmost no GUI :-)).
              - Simple step-by-step explanation for beginners.

o 2007, April 21 -- v0.61
  * changed:  - Only _valid_ e-mail files are copied to the output file.
              - When using option /a, the program checks whether an
                existing output file is a valid mbox file.
  + new:      - Command-line option /p, in order to let the program
                automatically try to proceed in case of an error.
              - When the program ends, it returns a status code to the
                operating system.

o 2007, December 16 -- v0.65
  * changed:  - On the command-line, now the output _directory_ has to
                be specified instead of the output _file_.
                This change was necessary because of the new
                command-line options.
              - The effect which was previously caused by the command-
                line option /u now is the default behaviour of the
                program. Option /u currently is still accepted for
                compatibility, but is simply ignored by the program.
                Now there is the key "ChangeAllowed" in the INI file for
                it.
              - Section [Options] in the INI file renamed to [FromLines].
              - Some internal details.
  + new:      - Command-line option /s, which recursively collects mails
                from all subdirectories. 
              - Command-line option /d, with the effect that the mails
                from all subdirectories are packed together into the
                same mbox file.
              - New section [Names] in the INI file, with the keys
                "MboxExtension" and "FolderExtension".
