Serialized Form


Package com.ezprotocols.ezsmtp

Class com.ezprotocols.ezsmtp.EzSMTP implements Serializable

Serialized Fields

socket

java.net.Socket socket

in

java.io.BufferedReader in

out

java.io.DataOutputStream out

vListener

java.util.Vector vListener

startMsg

java.lang.String startMsg

serialKey

java.lang.String serialKey

version

java.lang.String version

to

java.lang.String to

from

java.lang.String from

cc

java.lang.String cc

bcc

java.lang.String bcc

subject

java.lang.String subject

mailPort

int mailPort

priority

int priority

mailServer

java.lang.String mailServer

helo

java.lang.String helo

body

java.lang.String body

connected

boolean connected

htmlContent

boolean htmlContent

attachedFile

java.lang.String attachedFile

authLogin

boolean authLogin

multipleSend

boolean multipleSend

username

java.lang.String username

password

java.lang.String password

timeout

int timeout

boundary

java.lang.String boundary

demo

boolean demo

demoMsgPlain

java.lang.String demoMsgPlain

demoMsgHtml

java.lang.String demoMsgHtml

Class com.ezprotocols.ezsmtp.EzSMTPException implements Serializable

Class com.ezprotocols.ezsmtp.EzSMTPServerReplyEvent implements Serializable

Serialized Fields

reply

java.lang.String reply
Response received from the SMTP Server.



Copyright © EzProtocols.com All Rights Reserved.