Package org.sonews.mlgw
Klasse SMTPTransport
java.lang.Object
org.sonews.mlgw.SMTPTransport
Connects to a SMTP server and sends a given Article to it.
- Seit:
- sonews/1.0
- Autor:
- Christian Lins
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected BufferedReaderstatic final Stringprotected BufferedOutputStreamprotected Socket -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Felddetails
-
NEWLINE
- Siehe auch:
-
in
-
out
-
socket
-
-
Konstruktordetails
-
SMTPTransport
- Löst aus:
IOExceptionUnknownHostException
-
-
Methodendetails
-
close
- Löst aus:
IOException
-
createCredentials
- Löst aus:
UnsupportedEncodingException
-
ehlo
- Löst aus:
IOException
-
helo
- Löst aus:
IOException
-
login
- Löst aus:
IOException
-
readReply
Read one or more exspected reply lines.- Parameter:
expectedReply-- Gibt zurück:
- Löst aus:
IOException- If the reply of the server does not fit the exspected reply code.
-
send
- Löst aus:
IOException
-