diff --git a/README.md b/README.md index 2906735..575c0d2 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ jSMTP is using slf4j, so Maven is the best way to include jSMTP: sh.hell jsmtp - 0.5.0 + [1.0.0,2.0.0) diff --git a/docs/allclasses-frame.html b/docs/allclasses-frame.html index 2950a62..6db4b8e 100644 --- a/docs/allclasses-frame.html +++ b/docs/allclasses-frame.html @@ -12,9 +12,12 @@

All Classes

diff --git a/docs/index-files/index-2.html b/docs/index-files/index-2.html index 458e6c3..66c9dc8 100644 --- a/docs/index-files/index-2.html +++ b/docs/index-files/index-2.html @@ -72,7 +72,10 @@

B

-
bcc(SMTPAddress) - Method in class sh.hell.jsmtp.client.SMTPClient
+
bcc(SMTPAddress) + - Method in class sh.hell.jsmtp.content.SMTPMail
 
body - Variable in class sh.hell.jsmtp.content.SMTPTextContent
 
diff --git a/docs/index-files/index-3.html b/docs/index-files/index-3.html index d0b6ef4..0e15d96 100644 --- a/docs/index-files/index-3.html +++ b/docs/index-files/index-3.html @@ -72,7 +72,10 @@

C

-
cc(SMTPAddress) - Method in class sh.hell.jsmtp.client.SMTPClient
+
cc(SMTPAddress) + - Method in class sh.hell.jsmtp.content.SMTPMail
 
close() - Method in class sh.hell.jsmtp.client.SMTPClient
 
@@ -80,10 +83,16 @@

C

 
close(String) - Method in class sh.hell.jsmtp.server.SMTPSession
 
-
content - Variable in class sh.hell.jsmtp.server.SMTPMail
-
 
-
copy() - Method in class sh.hell.jsmtp.SMTPAddress
+
contents - + Variable in class sh.hell.jsmtp.content.SMTPMail
 
+
copy() - + Method in class sh.hell.jsmtp.content.SMTPAddress
+
+
Returns an unchanged copy of the 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-4.html b/docs/index-files/index-4.html index eb9aa53..b5d6fab 100644 --- a/docs/index-files/index-4.html +++ b/docs/index-files/index-4.html @@ -72,6 +72,13 @@

D

+
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-5.html b/docs/index-files/index-5.html index 32bbed0..fe1ccdc 100644 --- a/docs/index-files/index-5.html +++ b/docs/index-files/index-5.html @@ -72,8 +72,6 @@

E

-
emailHeaders - Variable in class sh.hell.jsmtp.client.SMTPClient
-
 
encode(String) - Method in enum sh.hell.jsmtp.content.SMTPEncoding
 
extendedSMTP - Variable in class sh.hell.jsmtp.client.SMTPClient
diff --git a/docs/index-files/index-6.html b/docs/index-files/index-6.html index 29e5e2a..d00be93 100644 --- a/docs/index-files/index-6.html +++ b/docs/index-files/index-6.html @@ -76,13 +76,22 @@

F

 
flush() - Method in class sh.hell.jsmtp.client.SMTPClient
 
-
from(SMTPAddress) - Method in class sh.hell.jsmtp.client.SMTPClient
+
from(HashMap<String, String>, String) + - Static method in class sh.hell.jsmtp.content.SMTPContent
-
Specifies the given address as the email sender, and starts TLS if the server requires it.
+
Converts an email's headers & body into its SMTPContent representation.
-
from(HashMap<String, String>, String) - Static method in class sh.hell.jsmtp.content.SMTPContent
+
from(SMTPAddress) + - Method in class sh.hell.jsmtp.content.SMTPMail
 
-
fromAddress(SMTPAddress) - Static method in class sh.hell.jsmtp.client.SMTPClient
+
fromAddress(SMTPAddress) + - Static method in class sh.hell.jsmtp.client.SMTPClient
 
fromFile(File) - Static method in class sh.hell.jsmtp.content.SMTPAttachment
 
@@ -92,7 +101,9 @@

F

 
fromServer(String) - Static method in class sh.hell.jsmtp.client.SMTPClient
 
-
fromText(String) - Static method in class sh.hell.jsmtp.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 c4f477a..b40b896 100644 --- a/docs/index-files/index-7.html +++ b/docs/index-files/index-7.html @@ -80,18 +80,40 @@

G

 
getBody() - Method in class sh.hell.jsmtp.content.SMTPTextContent
 
-
getDomain() - Method in class sh.hell.jsmtp.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.SMTPAddress
+
getInboxName() - Method in class + sh.hell.jsmtp.content.SMTPAddress
 
-
getMailServers() - Method in class sh.hell.jsmtp.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.SMTPAddress
+
getName() + - Method in class sh.hell.jsmtp.content.SMTPAddress
+
 
+
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 6470226..b8b3d82 100644 --- a/docs/index-files/index-8.html +++ b/docs/index-files/index-8.html @@ -72,7 +72,9 @@

H

-
headers - Variable in class sh.hell.jsmtp.server.SMTPMail
+
headers - + Variable in class sh.hell.jsmtp.content.SMTPMail
 
hello(String) - Method in class sh.hell.jsmtp.client.SMTPClient
diff --git a/docs/index-files/index-9.html b/docs/index-files/index-9.html index a77a5f5..b79d1cd 100644 --- a/docs/index-files/index-9.html +++ b/docs/index-files/index-9.html @@ -76,6 +76,16 @@

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
+
 
InvalidStateException - Exception in sh.hell.jsmtp.exceptions
 
InvalidStateException(String) - Constructor for exception sh.hell.jsmtp.exceptions.InvalidStateException
@@ -94,12 +104,27 @@

I

 
isOpen() - Method in class sh.hell.jsmtp.server.SMTPSession
 
-
isRecipientAccepted(SMTPSession, SMTPAddress) - Method in class sh.hell.jsmtp.server.SMTPEventHandler
+
isRecipientAccepted(SMTPSession, SMTPAddress) + - Method in class sh.hell.jsmtp.server.SMTPEventHandler
 
-
isSenderAccepted(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.SMTPAddress
+
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 2d7cce5..9ee0e37 100644 --- a/docs/overview-tree.html +++ b/docs/overview-tree.html @@ -84,7 +84,9 @@

Class Hierarchy

  • java.lang.Object