forked from bbottema/simple-java-mail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNOTICE.txt
18 lines (14 loc) · 1 KB
/
NOTICE.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
=========================================================================
== NOTICE file for use with the Apache License, Version 2.0 ==
=========================================================================
Simple Java Mail
Copyright 2009-2018 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/)