Skip to content
This repository has been archived by the owner on Nov 27, 2021. It is now read-only.

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timmyRS committed Feb 24, 2019
1 parent 6f36916 commit ff6efd3
Show file tree
Hide file tree
Showing 67 changed files with 2,533 additions and 723 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jSMTP is using slf4j, so Maven is the best way to include jSMTP:
<dependency>
<groupId>sh.hell</groupId>
<artifactId>jsmtp</artifactId>
<version>0.5.0</version>
<version>[1.0.0,2.0.0)</version>
</dependency>
</dependencies>

Expand Down
8 changes: 6 additions & 2 deletions docs/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,21 @@ <h1 class="bar">All&nbsp;Classes</h1>
<div class="indexContainer">
<ul>
<li><a href="sh/hell/jsmtp/exceptions/InvalidAddressException.html" title="class in sh.hell.jsmtp.exceptions" target="classFrame">InvalidAddressException</a></li>
<li><a href="sh/hell/jsmtp/exceptions/InvalidHeaderException.html" title="class in sh.hell.jsmtp.exceptions"
target="classFrame">InvalidHeaderException</a></li>
<li><a href="sh/hell/jsmtp/exceptions/InvalidStateException.html" title="class in sh.hell.jsmtp.exceptions" target="classFrame">InvalidStateException</a></li>
<li><a href="sh/hell/jsmtp/Main.html" title="class in sh.hell.jsmtp" target="classFrame">Main</a></li>
<li><a href="sh/hell/jsmtp/SMTPAddress.html" title="class in sh.hell.jsmtp" target="classFrame">SMTPAddress</a></li>
<li><a href="sh/hell/jsmtp/content/SMTPAddress.html" title="class in sh.hell.jsmtp.content" target="classFrame">SMTPAddress</a>
</li>
<li><a href="sh/hell/jsmtp/content/SMTPAttachment.html" title="class in sh.hell.jsmtp.content" target="classFrame">SMTPAttachment</a></li>
<li><a href="sh/hell/jsmtp/client/SMTPClient.html" title="class in sh.hell.jsmtp.client" target="classFrame">SMTPClient</a></li>
<li><a href="sh/hell/jsmtp/content/SMTPContent.html" title="class in sh.hell.jsmtp.content" target="classFrame">SMTPContent</a></li>
<li><a href="sh/hell/jsmtp/content/SMTPEncoding.html" title="enum in sh.hell.jsmtp.content" target="classFrame">SMTPEncoding</a></li>
<li><a href="sh/hell/jsmtp/server/SMTPEventHandler.html" title="class in sh.hell.jsmtp.server" target="classFrame">SMTPEventHandler</a></li>
<li><a href="sh/hell/jsmtp/exceptions/SMTPException.html" title="class in sh.hell.jsmtp.exceptions" target="classFrame">SMTPException</a></li>
<li><a href="sh/hell/jsmtp/server/SMTPListener.html" title="class in sh.hell.jsmtp.server" target="classFrame">SMTPListener</a></li>
<li><a href="sh/hell/jsmtp/server/SMTPMail.html" title="class in sh.hell.jsmtp.server" target="classFrame">SMTPMail</a></li>
<li><a href="sh/hell/jsmtp/content/SMTPMail.html" title="class in sh.hell.jsmtp.content" target="classFrame">SMTPMail</a>
</li>
<li><a href="sh/hell/jsmtp/content/SMTPMultipartContent.html" title="class in sh.hell.jsmtp.content" target="classFrame">SMTPMultipartContent</a></li>
<li><a href="sh/hell/jsmtp/client/SMTPResponse.html" title="class in sh.hell.jsmtp.client" target="classFrame">SMTPResponse</a></li>
<li><a href="sh/hell/jsmtp/server/SMTPServer.html" title="class in sh.hell.jsmtp.server" target="classFrame">SMTPServer</a></li>
Expand Down
6 changes: 4 additions & 2 deletions docs/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,19 @@ <h1 class="bar">All&nbsp;Classes</h1>
<div class="indexContainer">
<ul>
<li><a href="sh/hell/jsmtp/exceptions/InvalidAddressException.html" title="class in sh.hell.jsmtp.exceptions">InvalidAddressException</a></li>
<li><a href="sh/hell/jsmtp/exceptions/InvalidHeaderException.html" title="class in sh.hell.jsmtp.exceptions">InvalidHeaderException</a>
</li>
<li><a href="sh/hell/jsmtp/exceptions/InvalidStateException.html" title="class in sh.hell.jsmtp.exceptions">InvalidStateException</a></li>
<li><a href="sh/hell/jsmtp/Main.html" title="class in sh.hell.jsmtp">Main</a></li>
<li><a href="sh/hell/jsmtp/SMTPAddress.html" title="class in sh.hell.jsmtp">SMTPAddress</a></li>
<li><a href="sh/hell/jsmtp/content/SMTPAddress.html" title="class in sh.hell.jsmtp.content">SMTPAddress</a></li>
<li><a href="sh/hell/jsmtp/content/SMTPAttachment.html" title="class in sh.hell.jsmtp.content">SMTPAttachment</a></li>
<li><a href="sh/hell/jsmtp/client/SMTPClient.html" title="class in sh.hell.jsmtp.client">SMTPClient</a></li>
<li><a href="sh/hell/jsmtp/content/SMTPContent.html" title="class in sh.hell.jsmtp.content">SMTPContent</a></li>
<li><a href="sh/hell/jsmtp/content/SMTPEncoding.html" title="enum in sh.hell.jsmtp.content">SMTPEncoding</a></li>
<li><a href="sh/hell/jsmtp/server/SMTPEventHandler.html" title="class in sh.hell.jsmtp.server">SMTPEventHandler</a></li>
<li><a href="sh/hell/jsmtp/exceptions/SMTPException.html" title="class in sh.hell.jsmtp.exceptions">SMTPException</a></li>
<li><a href="sh/hell/jsmtp/server/SMTPListener.html" title="class in sh.hell.jsmtp.server">SMTPListener</a></li>
<li><a href="sh/hell/jsmtp/server/SMTPMail.html" title="class in sh.hell.jsmtp.server">SMTPMail</a></li>
<li><a href="sh/hell/jsmtp/content/SMTPMail.html" title="class in sh.hell.jsmtp.content">SMTPMail</a></li>
<li><a href="sh/hell/jsmtp/content/SMTPMultipartContent.html" title="class in sh.hell.jsmtp.content">SMTPMultipartContent</a></li>
<li><a href="sh/hell/jsmtp/client/SMTPResponse.html" title="class in sh.hell.jsmtp.client">SMTPResponse</a></li>
<li><a href="sh/hell/jsmtp/server/SMTPServer.html" title="class in sh.hell.jsmtp.server">SMTPServer</a></li>
Expand Down
5 changes: 4 additions & 1 deletion docs/index-files/index-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="memberNameLink"><a href="../sh/hell/jsmtp/client/SMTPClient.html#addHeader-java.lang.String-java.lang.String-">addHeader(String, String)</a></span> - Method in class sh.hell.jsmtp.client.<a href="../sh/hell/jsmtp/client/SMTPClient.html" title="class in sh.hell.jsmtp.client">SMTPClient</a></dt>
<dt><span class="memberNameLink"><a
href="../sh/hell/jsmtp/content/SMTPMail.html#addHeader-java.lang.String-java.lang.String-">addHeader(String, String)</a></span>
- Method in class sh.hell.jsmtp.content.<a href="../sh/hell/jsmtp/content/SMTPMail.html"
title="class in sh.hell.jsmtp.content">SMTPMail</a></dt>
<dd>
<div class="block">Creates a header or appends to its value if it already exists.</div>
</dd>
Expand Down
4 changes: 4 additions & 0 deletions docs/index-files/index-10.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="memberNameLink"><a href="../sh/hell/jsmtp/client/SMTPResponse.html#lines">lines</a></span> -
Variable in class sh.hell.jsmtp.client.<a href="../sh/hell/jsmtp/client/SMTPResponse.html"
title="class in sh.hell.jsmtp.client">SMTPResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../sh/hell/jsmtp/server/SMTPServer.html#listeners">listeners</a></span> - Variable in class sh.hell.jsmtp.server.<a href="../sh/hell/jsmtp/server/SMTPServer.html" title="class in sh.hell.jsmtp.server">SMTPServer</a></dt>
<dd>&nbsp;</dd>
</dl>
Expand Down
8 changes: 6 additions & 2 deletions docs/index-files/index-11.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,12 @@
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="memberNameLink"><a href="../sh/hell/jsmtp/SMTPAddress.html#mail">mail</a></span> - Variable in class sh.hell.jsmtp.<a href="../sh/hell/jsmtp/SMTPAddress.html" title="class in sh.hell.jsmtp">SMTPAddress</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../sh/hell/jsmtp/content/SMTPAddress.html#mail">mail</a></span> - Variable
in class sh.hell.jsmtp.content.<a href="../sh/hell/jsmtp/content/SMTPAddress.html"
title="class in sh.hell.jsmtp.content">SMTPAddress</a></dt>
<dd>
<div class="block">The email address.</div>
</dd>
<dt><a href="../sh/hell/jsmtp/Main.html" title="class in sh.hell.jsmtp"><span class="typeNameLink">Main</span></a> - Class in <a href="../sh/hell/jsmtp/package-summary.html">sh.hell.jsmtp</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../sh/hell/jsmtp/Main.html#Main--">Main()</a></span> - Constructor for class sh.hell.jsmtp.<a href="../sh/hell/jsmtp/Main.html" title="class in sh.hell.jsmtp">Main</a></dt>
Expand Down
8 changes: 6 additions & 2 deletions docs/index-files/index-12.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,14 @@
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="memberNameLink"><a href="../sh/hell/jsmtp/content/SMTPAddress.html#name">name</a></span> - Variable
in class sh.hell.jsmtp.content.<a href="../sh/hell/jsmtp/content/SMTPAddress.html"
title="class in sh.hell.jsmtp.content">SMTPAddress</a></dt>
<dd>
<div class="block">The name of the entity that owns this address.</div>
</dd>
<dt><span class="memberNameLink"><a href="../sh/hell/jsmtp/content/SMTPEncoding.html#name">name</a></span> - Variable in enum sh.hell.jsmtp.content.<a href="../sh/hell/jsmtp/content/SMTPEncoding.html" title="enum in sh.hell.jsmtp.content">SMTPEncoding</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../sh/hell/jsmtp/SMTPAddress.html#name">name</a></span> - Variable in class sh.hell.jsmtp.<a href="../sh/hell/jsmtp/SMTPAddress.html" title="class in sh.hell.jsmtp">SMTPAddress</a></dt>
<dd>&nbsp;</dd>
</dl>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">L</a>&nbsp;<a href="index-11.html">M</a>&nbsp;<a href="index-12.html">N</a>&nbsp;<a href="index-13.html">O</a>&nbsp;<a href="index-14.html">P</a>&nbsp;<a href="index-15.html">R</a>&nbsp;<a href="index-16.html">S</a>&nbsp;<a href="index-17.html">T</a>&nbsp;<a href="index-18.html">V</a>&nbsp;<a href="index-19.html">W</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
Expand Down
5 changes: 4 additions & 1 deletion docs/index-files/index-13.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@
</a>
<h2 class="title">O</h2>
<dl>
<dt><span class="memberNameLink"><a href="../sh/hell/jsmtp/server/SMTPEventHandler.html#onMailComposed-sh.hell.jsmtp.server.SMTPSession-sh.hell.jsmtp.server.SMTPMail-">onMailComposed(SMTPSession, SMTPMail)</a></span> - Method in class sh.hell.jsmtp.server.<a href="../sh/hell/jsmtp/server/SMTPEventHandler.html" title="class in sh.hell.jsmtp.server">SMTPEventHandler</a></dt>
<dt><span class="memberNameLink"><a
href="../sh/hell/jsmtp/server/SMTPEventHandler.html#onMailComposed-sh.hell.jsmtp.server.SMTPSession-sh.hell.jsmtp.content.SMTPMail-">onMailComposed(SMTPSession, SMTPMail)</a></span>
- Method in class sh.hell.jsmtp.server.<a href="../sh/hell/jsmtp/server/SMTPEventHandler.html"
title="class in sh.hell.jsmtp.server">SMTPEventHandler</a></dt>
<dd>
<div class="block">Delivers the composed mail.</div>
</dd>
Expand Down
8 changes: 6 additions & 2 deletions docs/index-files/index-15.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,13 @@ <h2 class="title">R</h2>
<dl>
<dt><span class="memberNameLink"><a href="../sh/hell/jsmtp/client/SMTPClient.html#readResponse--">readResponse()</a></span> - Method in class sh.hell.jsmtp.client.<a href="../sh/hell/jsmtp/client/SMTPClient.html" title="class in sh.hell.jsmtp.client">SMTPClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../sh/hell/jsmtp/server/SMTPMail.html#recipients">recipients</a></span> - Variable in class sh.hell.jsmtp.server.<a href="../sh/hell/jsmtp/server/SMTPMail.html" title="class in sh.hell.jsmtp.server">SMTPMail</a></dt>
<dt><span class="memberNameLink"><a href="../sh/hell/jsmtp/content/SMTPMail.html#recipients">recipients</a></span> -
Variable in class sh.hell.jsmtp.content.<a href="../sh/hell/jsmtp/content/SMTPMail.html"
title="class in sh.hell.jsmtp.content">SMTPMail</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../sh/hell/jsmtp/client/SMTPClient.html#removeHeader-java.lang.String-">removeHeader(String)</a></span> - Method in class sh.hell.jsmtp.client.<a href="../sh/hell/jsmtp/client/SMTPClient.html" title="class in sh.hell.jsmtp.client">SMTPClient</a></dt>
<dt><span class="memberNameLink"><a href="../sh/hell/jsmtp/content/SMTPMail.html#removeHeader-java.lang.String-">removeHeader(String)</a></span>
- Method in class sh.hell.jsmtp.content.<a href="../sh/hell/jsmtp/content/SMTPMail.html"
title="class in sh.hell.jsmtp.content">SMTPMail</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../sh/hell/jsmtp/content/SMTPContent.html#RFC2822">RFC2822</a></span> - Static variable in class sh.hell.jsmtp.content.<a href="../sh/hell/jsmtp/content/SMTPContent.html" title="class in sh.hell.jsmtp.content">SMTPContent</a></dt>
<dd>&nbsp;</dd>
Expand Down
Loading

0 comments on commit ff6efd3

Please sign in to comment.