====================================
 Rebex Mail Converter
====================================

A simple command line utility for converting email messages
between EML and MSG formats.

Visit https://www.rebex.net/mail-converter/ for more information.


 Usage
-------------------------------------
From Windows command line, run the MailConverter executable.

Syntax:
 MailConverter.exe to-msg|to-mime [--ignore] <input path or mask> <output dir>

  -i, --ignore  Errors during conversion do not terminate the batch operation.
                Optional argument.

Examples:
 MailConverter.exe to-mime --ignore C:\input\* C:\output
 MailConverter.exe to-msg --ignore C:\input\* C:\output
 MailConverter.exe to-mime C:\input\*.msg C:\output
 MailConverter.exe to-msg C:\input\*.eml C:\output
 MailConverter.exe to-mime C:\input\mail.msg C:\output
 MailConverter.exe to-msg C:\input\mail.eml C:\output

Exit codes:
 0 - All input files were successfully converted.
 1 - Conversion did not start (bad arguments or invalid input).
 2 - An error occurred during the conversion.

 Licensing
-------------------------------------
Rebex Sample Code License

Copyright (c) 2015-2021, Rebex CR s.r.o. www.rebex.net, 
All rights reserved.

Permission to use, copy, modify, and/or distribute this software
for any purpose with or without fee is hereby granted

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.


 Modifying the source code
-------------------------------------
Download the source code from:
https://www.rebex.net/mail-converter/

To compile the project, you need Rebex Secure Mail component.
Download a trial version or purchase a license at:
https://www.rebex.net/secure-mail.net/

