From 2ba1676f75c2d67ddb733968f126b783ac007bf6 Mon Sep 17 00:00:00 2001 From: Tim Speckhals Date: Sun, 10 Mar 2019 15:06:55 +0100 Subject: [PATCH] 1.1.0 --- docs/allclasses-frame.html | 9 +- docs/allclasses-noframe.html | 7 +- docs/index-files/index-1.html | 5 +- docs/index-files/index-10.html | 6 +- docs/index-files/index-11.html | 10 +- docs/index-files/index-12.html | 10 +- docs/index-files/index-13.html | 5 +- docs/index-files/index-15.html | 8 +- docs/index-files/index-16.html | 57 +- docs/index-files/index-17.html | 18 +- docs/index-files/index-18.html | 24 +- docs/index-files/index-2.html | 5 +- docs/index-files/index-3.html | 19 +- docs/index-files/index-4.html | 11 +- docs/index-files/index-6.html | 25 +- docs/index-files/index-7.html | 36 +- docs/index-files/index-8.html | 12 +- docs/index-files/index-9.html | 47 +- docs/overview-tree.html | 12 +- docs/serialized-form.html | 13 +- docs/sh/hell/jsmtp/Main.html | 4 +- docs/sh/hell/jsmtp/client/SMTPClient.html | 190 ++- docs/sh/hell/jsmtp/client/SMTPResponse.html | 111 +- docs/sh/hell/jsmtp/content/SMTPAddress.html | 990 ++++++++-------- .../sh/hell/jsmtp/content/SMTPAttachment.html | 6 +- docs/sh/hell/jsmtp/content/SMTPContent.html | 115 +- docs/sh/hell/jsmtp/content/SMTPEncoding.html | 6 +- docs/sh/hell/jsmtp/content/SMTPMail.html | 1028 ++++++++--------- .../jsmtp/content/SMTPMultipartContent.html | 6 +- docs/sh/hell/jsmtp/content/package-frame.html | 4 +- .../hell/jsmtp/content/package-summary.html | 13 +- docs/sh/hell/jsmtp/content/package-tree.html | 8 +- .../exceptions/InvalidAddressException.html | 6 +- .../exceptions/InvalidHeaderException.html | 486 ++++---- .../exceptions/InvalidStateException.html | 6 +- .../hell/jsmtp/exceptions/SMTPException.html | 7 +- .../hell/jsmtp/exceptions/package-frame.html | 3 +- .../jsmtp/exceptions/package-summary.html | 5 +- .../hell/jsmtp/exceptions/package-tree.html | 4 +- .../hell/jsmtp/server/SMTPEventHandler.html | 141 +-- docs/sh/hell/jsmtp/server/SMTPListener.html | 6 +- docs/sh/hell/jsmtp/server/SMTPServer.html | 6 +- pom.xml | 2 +- src/sh/hell/jsmtp/client/SMTPClient.java | 65 +- src/sh/hell/jsmtp/content/SMTPAddress.java | 16 + testsrc/Tests.java | 2 +- 46 files changed, 1596 insertions(+), 1979 deletions(-) diff --git a/docs/allclasses-frame.html b/docs/allclasses-frame.html index 6db4b8e..627e831 100644 --- a/docs/allclasses-frame.html +++ b/docs/allclasses-frame.html @@ -12,12 +12,10 @@

All Classes

diff --git a/docs/index-files/index-4.html b/docs/index-files/index-4.html index b5d6fab..5c98c81 100644 --- a/docs/index-files/index-4.html +++ b/docs/index-files/index-4.html @@ -72,13 +72,10 @@

D

-
data(SMTPContent) - - Method in class sh.hell.jsmtp.content.SMTPMail
-
-
Sets the contents of the email.
-
+
data(SMTPContent) - Method in class sh.hell.jsmtp.content.SMTPMail
+
+
Sets the contents of the email.
+
decode(String) - Method in enum sh.hell.jsmtp.content.SMTPEncoding
 
diff --git a/docs/index-files/index-6.html b/docs/index-files/index-6.html index d00be93..1a7a403 100644 --- a/docs/index-files/index-6.html +++ b/docs/index-files/index-6.html @@ -76,23 +76,16 @@

F

 
flush() - Method in class sh.hell.jsmtp.client.SMTPClient
 
-
from(HashMap<String, String>, String) - - Static method in class sh.hell.jsmtp.content.SMTPContent
+
from(HashMap<String, String>, String) - Static method in class sh.hell.jsmtp.content.SMTPContent
-
Converts an email's headers & body into its SMTPContent representation.
+
Converts an email's headers & body into its SMTPContent representation.
-
from(SMTPAddress) - - Method in class sh.hell.jsmtp.content.SMTPMail
-
 
-
fromAddress(SMTPAddress) - - Static method in class sh.hell.jsmtp.client.SMTPClient
+
from(SMTPAddress) - Method in class sh.hell.jsmtp.content.SMTPMail
 
+
fromAddress(SMTPAddress) - Static method in class sh.hell.jsmtp.client.SMTPClient
+
+
Returns an SMTPClient connected to a server responsible for the given address.
+
fromFile(File) - Static method in class sh.hell.jsmtp.content.SMTPAttachment
 
fromFile(File, String) - Static method in class sh.hell.jsmtp.content.SMTPAttachment
@@ -101,9 +94,7 @@

F

 
fromServer(String) - Static method in class sh.hell.jsmtp.client.SMTPClient
 
-
fromText(String) - - Static method in class sh.hell.jsmtp.content.SMTPAddress
+
fromText(String) - Static method in class sh.hell.jsmtp.content.SMTPAddress
 
A B C D E F G H I L M N O P R S T V W  diff --git a/docs/index-files/index-7.html b/docs/index-files/index-7.html index b40b896..d9c055c 100644 --- a/docs/index-files/index-7.html +++ b/docs/index-files/index-7.html @@ -80,40 +80,24 @@

G

 
getBody() - Method in class sh.hell.jsmtp.content.SMTPTextContent
 
-
getDomain() - Method in class - sh.hell.jsmtp.content.SMTPAddress
+
getDomain() - Method in class sh.hell.jsmtp.content.SMTPAddress
 
getHostname(SMTPSession) - Method in class sh.hell.jsmtp.server.SMTPEventHandler
 
-
getInboxName() - Method in class - sh.hell.jsmtp.content.SMTPAddress
+
getInboxName() - Method in class sh.hell.jsmtp.content.SMTPAddress
 
-
getMailServers() - - Method in class sh.hell.jsmtp.content.SMTPAddress
+
getMailServers() - Method in class sh.hell.jsmtp.content.SMTPAddress
Gets servers responsible for this address, even when no MX record is set.
-
getName() - - Method in class sh.hell.jsmtp.content.SMTPAddress
-
 
-
getRawContents() - Method in class - sh.hell.jsmtp.content.SMTPMail -
+
getName() - Method in class sh.hell.jsmtp.content.SMTPAddress
 
-
getSizeLimit(SMTPSession) - - Method in class sh.hell.jsmtp.server.SMTPEventHandler
-
-
Returns the size limit of emails in bytes.
-
+
getRawContents() - Method in class sh.hell.jsmtp.content.SMTPMail
+
 
+
getSizeLimit(SMTPSession) - Method in class sh.hell.jsmtp.server.SMTPEventHandler
+
+
Returns the size limit of emails in bytes.
+
getWelcomeMessage(SMTPSession) - Method in class sh.hell.jsmtp.server.SMTPEventHandler
 
diff --git a/docs/index-files/index-8.html b/docs/index-files/index-8.html index b8b3d82..1f7211c 100644 --- a/docs/index-files/index-8.html +++ b/docs/index-files/index-8.html @@ -72,20 +72,12 @@

H

-
headers - - Variable in class sh.hell.jsmtp.content.SMTPMail
+
headers - Variable in class sh.hell.jsmtp.content.SMTPMail
 
hello(String) - Method in class sh.hell.jsmtp.client.SMTPClient
-
Sends EHLO (or HELO) to the server, and STARTTLS if supported.
+
Sends EHLO (or HELO) to the server, and STARTTLS if supported.
-
hello(String, boolean) - - Method in class sh.hell.jsmtp.client.SMTPClient
-
-
Sends EHLO (or HELO) to the server, and STARTTLS if supported.
-
hostname - Variable in class sh.hell.jsmtp.client.SMTPClient
 
hostname - Variable in class sh.hell.jsmtp.server.SMTPSession
diff --git a/docs/index-files/index-9.html b/docs/index-files/index-9.html index b79d1cd..376fce7 100644 --- a/docs/index-files/index-9.html +++ b/docs/index-files/index-9.html @@ -76,16 +76,10 @@

I

 
InvalidAddressException() - Constructor for exception sh.hell.jsmtp.exceptions.InvalidAddressException
 
-
InvalidHeaderException - - Exception in sh.hell.jsmtp.exceptions
-
 
-
InvalidHeaderException(String) - - Constructor for exception sh.hell.jsmtp.exceptions.InvalidHeaderException
-
 
+
InvalidHeaderException - Exception in sh.hell.jsmtp.exceptions
+
 
+
InvalidHeaderException(String) - Constructor for exception sh.hell.jsmtp.exceptions.InvalidHeaderException
+
 
InvalidStateException - Exception in sh.hell.jsmtp.exceptions
 
InvalidStateException(String) - Constructor for exception sh.hell.jsmtp.exceptions.InvalidStateException
@@ -98,33 +92,24 @@

I

 
isIPAccepted(String) - Method in class sh.hell.jsmtp.server.SMTPEventHandler
 
+
isLocal() - Method in class sh.hell.jsmtp.client.SMTPClient
+
 
isOnline() - Method in class sh.hell.jsmtp.server.SMTPServer
 
isOpen() - Method in class sh.hell.jsmtp.client.SMTPClient
 
isOpen() - Method in class sh.hell.jsmtp.server.SMTPSession
 
-
isRecipientAccepted(SMTPSession, SMTPAddress) - - Method in class sh.hell.jsmtp.server.SMTPEventHandler
-
 
-
isSenderAccepted(SMTPSession, SMTPAddress) - - Method in class sh.hell.jsmtp.server.SMTPEventHandler
-
 
-
isValid() - - Method in class sh.hell.jsmtp.content.SMTPAddress
-
 
-
isVRFYallowed(SMTPSession) - - Method in class sh.hell.jsmtp.server.SMTPEventHandler
-
-
Returns whether VRFY commands are supported for the given session.
-
+
isRecipientAccepted(SMTPSession, SMTPAddress) - Method in class sh.hell.jsmtp.server.SMTPEventHandler
+
 
+
isSenderAccepted(SMTPSession, SMTPAddress) - Method in class sh.hell.jsmtp.server.SMTPEventHandler
+
 
+
isValid() - Method in class sh.hell.jsmtp.content.SMTPAddress
+
 
+
isVRFYallowed(SMTPSession) - Method in class sh.hell.jsmtp.server.SMTPEventHandler
+
+
Returns whether VRFY commands are supported for the given session.
+
A B C D E F G H I L M N O P R S T V W  diff --git a/docs/overview-tree.html b/docs/overview-tree.html index 9ee0e37..ae6afbd 100644 --- a/docs/overview-tree.html +++ b/docs/overview-tree.html @@ -84,9 +84,7 @@

Class Hierarchy

  • java.lang.Object - - - - - + - + - - - + + @@ -362,13 +357,13 @@

    toString

  • Summary: 
  • Nested | 
  • Field | 
  • -
  • Constr | 
  • +
  • Constr | 
  • Method
  • diff --git a/docs/sh/hell/jsmtp/content/SMTPEncoding.html b/docs/sh/hell/jsmtp/content/SMTPEncoding.html index 724bb52..6c332e0 100644 --- a/docs/sh/hell/jsmtp/content/SMTPEncoding.html +++ b/docs/sh/hell/jsmtp/content/SMTPEncoding.html @@ -48,8 +48,7 @@
    - + + + + + - - - - - +
    + + + +
    + +
    +
    + + +
    + + + diff --git a/docs/sh/hell/jsmtp/content/SMTPMultipartContent.html b/docs/sh/hell/jsmtp/content/SMTPMultipartContent.html index 13d969a..1b05ef3 100644 --- a/docs/sh/hell/jsmtp/content/SMTPMultipartContent.html +++ b/docs/sh/hell/jsmtp/content/SMTPMultipartContent.html @@ -47,8 +47,7 @@