  =========================================================================
  ==  NOTICE file for use with the Apache License, Version 2.0           ==
  =========================================================================
  
  Simple Java Mail
  Copyright 2009-2017 Benny Bottema
  http://www.simplejavamail.org
  
  This product uses no commercial products.
  
  This product uses the following external (Open Source) libraries:
  
    - activation package from jre6 
    - SLF4J (http://http://www.slf4j.org/)
    - Sun Java Mail API, shipped with JavaEE or as seperate download) (http://java.sun.com/products/javamail/)
    - Email Validation regular expressions, by Les Hazlewood, Casey Connor, Benny Bottema (https://github.com/bbottema/email-rfc2822-validator)
    - DKIM signing library https://github.com/markenwerk/java-utils-mail-dkim (based on https://github.com/usrflo/DKIM-for-JavaMail)
    - Outlook Message Parser https://github.com/bbottema/outlook-message-parser (based on http://auxilii.com/msgparser/)
